<Code Lib>
2026 Method
Changes 2
M

DirectShape.AddReferencePlane(Plane)

Description:
Adds a reference plane to the DirectShape. The reference plane can either be bounded or unbounded.

public void AddReferencePlane(
	Plane refPlane
)

  • refPlane
    The geometry of the new reference plane.

Loading…