2025.3 Method
Changes 0
M

Line.CreateUnbound

Description:
Creates a new instance of an unbound linear curve.
public static Line CreateUnbound(
	XYZ origin,
	XYZ direction
)
  • origin
    The origin of the unbound line.
  • direction
    The direction of the unbound line.
Return Value Line The new unbound line.