Document.NewRoomBoundaryLines
Method
Description:
Creates a new boundary line as an Room border.
Creates a new boundary line as an Room border.
Syntax
public ModelCurveArray NewRoomBoundaryLines(
SketchPlane sketchPlane,
CurveArray curves,
View view
)
Parameters
Parameter | Type | Description |
---|---|---|
sketchPlane | SketchPlane | The sketch plan |
curves | CurveArray | The geometry curves on which the boundary lines are |
view | View | The View for the new Room |
Return Value
Exceptions
Exception | Condition |
---|---|
ArgumentException | Thrown if the sketch plane does not exist in the given document. |
ArgumentException | Thrown if the view does not exist in the given document. |