DeleteSpline(CadEntityId, Int32, Boolean, Boolean, IReadOnlyList, IReadOnlyList, IReadOnlyList, IReadOnlyList, XYZ, XYZ, XYZ) Method

Definition

Assembly ProCad.Editing.dll
public static CadOperation DeleteSpline(CadEntityId entityId, int degree, bool isClosed, bool isPeriodic, IReadOnlyList<XYZ> fitPoints, IReadOnlyList<XYZ> controlPoints, IReadOnlyList<double> knots, IReadOnlyList<double> weights, XYZ startTangent, XYZ endTangent, XYZ normal)

Parameters

entityId
CadEntityId
degree
Int32
isClosed
Boolean
isPeriodic
Boolean
controlPoints
IReadOnlyList<XYZ>
startTangent
CSMath.XYZ
endTangent
CSMath.XYZ
normal
CSMath.XYZ

Returns