2020 Method
Changes 0
M

Plane.CreateByNormalAndOrigin

Description:
Constructs a Plane object from a normal and an origin represented as XYZ objects. Follows the standard conventions for a planar surface. The constructed Plane object will pass through origin and be perpendicular to normal.
Remarks:
This function does not guarantee a specific parameterization of the created Plane. Use Plane.Create(Frame) to enforce a specific parameterization of the created Plane object.
public static Plane CreateByNormalAndOrigin(
	XYZ normal,
	XYZ origin
)
Return Value Plane