CurveByPointsUtils.GetFaceRegions
Method
Description:
Gets the FaceRegions in the existing face.
Gets the FaceRegions in the existing face.
Parameters
Parameter | Type | Description |
---|---|---|
cda | Document | The Document. |
referenceOfFace | Reference | The Reference of the existing face. |
Return Value
Type | Description |
---|---|
IList | The FaceRegions in the existing face, or an empty collection if no FaceRegions are found. |
Exceptions
Exception | Condition |
---|---|
ArgumentException | The Reference is not a Face Reference. |
ArgumentNullException | A non-optional argument was null |