Render the part as lines, but use the depth buffer to remove lines that are obscured by the model itself.
Render the edges of the elements as lines. Note that this is not the triangle edges but the FEA element edges.
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).
Render the nodes of the part as points.
Render the part as surface.
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.
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
Part draw style. Specifies how parts should be rendered.