<Code Lib>
2027 Method
Changes 0
M

FabricationPart.CanSplitStraight

Description:
Validates if the straight can be split into two at the passed in point.

public bool CanSplitStraight(
	XYZ position
)

  • position
    The position to split in the straight.
Return Value Boolean Returns true if valid otherwise false if the straight cannot be split.

Loading…