TransformArc(CadEntityId, XYZ, Double, Double, Double, XYZ, Double, Double, Double) Method

Definition

Assembly ProCad.Editing.dll
public static CadOperation TransformArc(CadEntityId entityId, XYZ fromCenter, double fromRadius, double fromStartAngle, double fromEndAngle, XYZ toCenter, double toRadius, double toStartAngle, double toEndAngle)

Parameters

entityId
CadEntityId
fromCenter
CSMath.XYZ
fromRadius
Double
fromStartAngle
Double
fromEndAngle
Double
toCenter
CSMath.XYZ
toRadius
Double
toStartAngle
Double
toEndAngle
Double

Returns