Options
All
  • Public
  • Public/Protected
  • All
Menu

Enumeration DrawStyle

Part draw style. Specifies how parts should be rendered.

Index

Enumeration members

HIDDEN_LINES_REMOVED

HIDDEN_LINES_REMOVED:

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

LINES

LINES:

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

OUTLINE

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

POINTS:

Render the nodes of the part as points.

SURFACE

SURFACE:

Render the part as surface.

SURFACE_MESH

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

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

Generated using TypeDoc