DrawStyle

Part draw style. Specifies how parts should be rendered.


Enumeration Members

HIDDEN_LINES_REMOVED

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

LINES

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

OUTLINE

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).

POINTS

Render the nodes of the part as points.

SURFACE

Render the part as surface.

SURFACE_MESH

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.

SURFACE_OUTLINE_MESH

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