Document.NewAreaBoundaryLine
Description:
Creates a new boundary line as an Area border.
Creates a new boundary line as an Area border.
public ModelCurve NewAreaBoundaryLine(
SketchPlane sketchPlane,
Curve geometryCurve,
ViewPlan areaView
)
-
sketchPlaneThe sketch plane.
-
geometryCurveThe geometry curve on which the boundary line are
-
areaViewThe View for the new Area
-
Thrown if the sketch plane does not exist in the given document.
-
Thrown if the area view does not exist in the given document.