FabricationPart.CanSplitStraight
Method
Description:
Validates if the straight can be split into two at the passed in point.
Validates if the straight can be split into two at the passed in point.
Parameters
Parameter | Type | Description |
---|---|---|
position | XYZ | The position to split in the straight. |
Return Value
Type | Description |
---|---|
Boolean | Returns true if valid otherwise false if the straight cannot be split. |
Exceptions
Exception | Condition |
---|---|
ArgumentNullException | A non-optional argument was null |