Document.NewAreaBoundaryLine
Method
Description:
Creates a new boundary line as an Area border.
Creates a new boundary line as an Area border.
Syntax
public ModelCurve NewAreaBoundaryLine(
SketchPlane sketchPlane,
Curve geometryCurve,
ViewPlan areaView
)
Parameters
| Parameter | Type | Description |
|---|---|---|
| sketchPlane | SketchPlane | The sketch plane. |
| geometryCurve | Curve | The geometry curve on which the boundary line are |
| areaView | ViewPlan | The View for the new Area |
Return Value
Exceptions
| Exception | Condition |
|---|---|
| ArgumentException | Thrown if the sketch plane does not exist in the given document. |
| ArgumentException | Thrown if the area view does not exist in the given document. |