<Code Lib>
2021 Method
Changes 0
M

PointOnPlane.NewPointOnPlane

Description:
Construct a PointOnPlane given a reference and a location in space.

public static PointOnPlane NewPointOnPlane(
	Document doc,
	Reference planeReference,
	XYZ position,
	XYZ xvec
)

Return Value PointOnPlane A new PointOnPlane object with 2-dimensional Position, XVec, and Offset properties set to match the given 3-dimensional arguments.

Loading…