-
Home
-
API
-
ProCad.Editing.Operations
-
CadOperationPayloadCodec
-
Methods
-
TransformSpline(CadEntityId, Int32, Boolean, Boolean, IReadOnlyList, IReadOnlyList, IReadOnlyList, IReadOnlyList, XYZ, XYZ, XYZ, Int32, Boolean, Boolean, IReadOnlyList, IReadOnlyList, IReadOnlyList, IReadOnlyList, XYZ, XYZ, XYZ)
Definition
public static CadOperation TransformSpline(CadEntityId entityId, int fromDegree, bool fromClosed, bool fromIsPeriodic, IReadOnlyList<XYZ> fromFitPoints, IReadOnlyList<XYZ> fromControlPoints, IReadOnlyList<double> fromKnots, IReadOnlyList<double> fromWeights, XYZ fromStartTangent, XYZ fromEndTangent, XYZ fromNormal, int toDegree, bool toClosed, bool toIsPeriodic, IReadOnlyList<XYZ> toFitPoints, IReadOnlyList<XYZ> toControlPoints, IReadOnlyList<double> toKnots, IReadOnlyList<double> toWeights, XYZ toStartTangent, XYZ toEndTangent, XYZ toNormal)
Parameters
- fromStartTangent
- CSMath.XYZ
Returns