PointOnPlane.NewPointOnPlane
Description:
Construct a PointOnPlane given a reference and a location in space.
Construct a PointOnPlane given a reference and a location in space.
public static PointOnPlane NewPointOnPlane(
Document doc,
Reference planeReference,
XYZ position,
XYZ xvec
)
-
docThe document containing the plane reference.
-
planeReference
-
positionA 3-dimensional position.
-
xvecThe direction of the point's X-coordinate vector in the plane's coordinates. Optional; default value is the X-coordinate vector of the plane.
Return Value
PointOnPlane
A new PointOnPlane object with 2-dimensional Position, XVec, and Offset
properties set to match the given 3-dimensional arguments.