-
Home
-
API
-
ProCad.Editing.Operations
-
CadOperationPayloadCodec
-
Methods
-
CreateSpline(CadEntityId, Int32, Boolean, Boolean, IReadOnlyList, IReadOnlyList, IReadOnlyList, IReadOnlyList, XYZ, XYZ, XYZ)
CreateSpline(CadEntityId, Int32, Boolean, Boolean, IReadOnlyList, IReadOnlyList, IReadOnlyList, IReadOnlyList, XYZ, XYZ, XYZ) Method
Definition
public static CadOperation CreateSpline(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
Returns