Document.ConvertSymbolicToModelCurves
Description:
Converts a group of SymbolicCurves to equivalent ModelCurves.
Converts a group of SymbolicCurves to equivalent ModelCurves.
Remarks:
This operation will create new ModelCurves with the symbolicCurves' geometry curves and delete the SymbolicCurve in the array.
This operation will create new ModelCurves with the symbolicCurves' geometry curves and delete the SymbolicCurve in the array.
public ModelCurveArray ConvertSymbolicToModelCurves(
View view,
SymbolicCurveArray symbolicCurve
)
-
viewThe view where the new lines will be created. The lines are projected on the view workplane. The view workplane must be parallel to the view plane.
-
symbolicCurveThe symbolic curve array to be converted.
-
ArgumentNullExceptionThrown when the input argument is.
-
InvalidOperationExceptionThrown when one or more curves could not be successfully converted.