2024 Method
Changes 0
M

Document.ConvertSymbolicToModelCurves

Description:
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.
public ModelCurveArray ConvertSymbolicToModelCurves(
	View view,
	SymbolicCurveArray symbolicCurve
)
Return Value ModelCurveArray
  • System.ArgumentNullException
    Thrown when the input argument isnullNothingnullptra null reference (Nothingin Visual Basic).
  • System.InvalidOperationException
    Thrown when one or more curves could not be successfully converted.