Click or drag to resize
SoRayPickActionEnableTriangleCulling Method

Enables culling of triangles relative to the ray frustum.

Namespace: OIV.Inventor.Actions
Assembly: OIV.Inventor (in OIV.Inventor.dll) Version: 2024.1.0.0 (2024.1.0)
Syntax
public static void EnableTriangleCulling(
	bool flag
)

Parameters

flag
Type: SystemBoolean
Remarks

Enabling culling improves performance for shapes containing a large number of triangles. Default is false.

See Also