DividedPath.IsIntersectorValidForCreation
Description:
This returns true if the intersector is an element that can be used to intersect with a newly created divided path.
This returns true if the intersector is an element that can be used to intersect with a newly created divided path.
Remarks:
Intersectors can be curve elements, datum planes, or divided paths. This function is should not be used to validate the input to SetIntersectors() because it does not check for self intersection of any other circular dependencies between intersectors. Use isIntersectorValidForDividedPath() instead.
Intersectors can be curve elements, datum planes, or divided paths. This function is should not be used to validate the input to SetIntersectors() because it does not check for self intersection of any other circular dependencies between intersectors. Use isIntersectorValidForDividedPath() instead.
-
documentThe document.
-
intersectorThe intersector.
Return Value
bool
True if the reference can be used to create a divided path, false otherwise.
-
A non-optional argument was null