CurveByPointsUtils.AddCurvesToFaceRegion
Method
Description:
Adds The CurveElements to one or more FaceRegions.
Adds The CurveElements to one or more FaceRegions.
Remarks:
The CurveElements that are input may produce an arbitrary number of regions.
The CurveElements that are input may produce an arbitrary number of regions.
Parameters
Parameter | Type | Description |
---|---|---|
document | Document | The Document. |
curveElemIds | IList | The ElementIds of CurveElements which are to define the FaceRegion. |
Return Value
Exceptions
Exception | Condition |
---|---|
ArgumentException | All the input CurveElements must be CurveByPoints, with the sketchOnSurface attribute set to True, and for each CurveElement, the defining ReferencePoints must be hosted on References related to a common Face or Edge. |
ArgumentNullException | A non-optional argument was null |
InvalidOperationException | Failed to add curves to FaceRegion. |