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

Definition

Assembly ProCad.Editing.dll
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

entityId
CadEntityId
fromDegree
Int32
fromClosed
Boolean
fromIsPeriodic
Boolean
fromFitPoints
IReadOnlyList<XYZ>
fromControlPoints
IReadOnlyList<XYZ>
fromStartTangent
CSMath.XYZ
fromEndTangent
CSMath.XYZ
fromNormal
CSMath.XYZ
toDegree
Int32
toClosed
Boolean
toIsPeriodic
Boolean
toFitPoints
IReadOnlyList<XYZ>
toControlPoints
IReadOnlyList<XYZ>
toStartTangent
CSMath.XYZ
toEndTangent
CSMath.XYZ
toNormal
CSMath.XYZ

Returns