DrawStyle

cee.ug.DrawStyle

Part draw style. Specifies how parts should be rendered.

Enumeration Members

cee.ug.DrawStyle.HIDDEN_LINES_REMOVED
HIDDEN_LINES_REMOVED: 6

Render the part as lines, but use the depth buffer to remove lines that are obscured by the model itself.

cee.ug.DrawStyle.LINES
LINES: 3

Render the edges of the elements as lines. Note that this is not the triangle edges but the FEA element edges.

cee.ug.DrawStyle.OUTLINE
OUTLINE: 5

Render the part as outline. Lines will be drawn on the feature edges (edges where the angle between two elements are larger that 60 degrees).

cee.ug.DrawStyle.POINTS
POINTS: 4

Render the nodes of the part as points.

cee.ug.DrawStyle.SURFACE
SURFACE: 0

Render the part as surface.

cee.ug.DrawStyle.SURFACE_MESH
SURFACE_MESH: 1

Render the part as surface with an overlay of the element mesh. Note that this is not the triangle mesh, but the actual FEA element mesh.

cee.ug.DrawStyle.SURFACE_OUTLINE_MESH
SURFACE_OUTLINE_MESH: 2

Render the part as surface with mesh lines on the feature edges (edges where the angle between two elements are larger that 60 degrees).