<Code Lib>
2024 Method
Changes 0
M

PointOnPlane.SetPlaneReference

Description:
Change the geometric plane reference.

public void SetPlaneReference(
	Reference planeReference
)

  • planeReference
    A reference to some plane in the document. (Note: the reference must satisfy IsValidPlaneReference(), but this is not checked until this PointOnPlane object is assigned to a ReferencePoint.)

Loading…