ItemFactoryBase.NewModelCurveArray
Method
Description:
Creates an array of new model line elements.
Creates an array of new model line elements.
Syntax
public ModelCurveArray NewModelCurveArray(
CurveArray geometryCurveArray,
SketchPlane sketchPlane
)
Parameters
Parameter | Type | Description |
---|---|---|
geometryCurveArray | CurveArray | An array containing the internal geometry curves for model lines. |
sketchPlane | SketchPlane |
Return Value
Type | Description |
---|---|
ModelCurveArray | If successful an array of new model line elements. Otherwise . |
Exceptions
Exception | Condition |
---|---|
ArgumentException | Thrown when curve is not in the plane |