2023 Members
Changes 4
M

PointOnPlane

Name Return Type Description Inherited From
M Equals None Determines whether the specified Object is equal to the current Object . (Inherited from Object .) Object .
M GetHashCode None Serves as a hash function for a particular type. (Inherited from Object .) Object .
M GetPlaneReference() Reference The geometric plane reference.
M GetType None Gets the Type of the current instance. (Inherited from Object .) Object .
M IsValidPlaneReference(Document, Reference) bool Check whether a geometry reference corresponds to a referenceable plane.
M NewPointOnPlane(Document, Reference, XYZ, XYZ) PointOnPlane Construct a PointOnPlane given a reference and a location in space.
M SetPlaneReference(Reference) None Change the geometric plane reference.
M ToString None Returns a string that represents the current object. (Inherited from Object .) Object .
Name Return Type Description Inherited From
P Offset double Signed offset from the plane.
P Position UV The coordinates of the point (or its projection) on the plane.
P XVec UV The X-coordinate vector of the point, in the plane's coordinate system.