Interface ICLDMultiArcCommand
MULTIARC command. Specifies movement along a spatial arc defined by three points.
Inherited Members
Namespace: SprutTechnology.SCPostprocessor
Assembly: SCPostprocessor.dll
Syntax
public interface ICLDMultiArcCommand : ICLDMotionCommand, ICLDCommand, INamedProperty, ISTGeWatchable
Properties
Ang
Arc angle. Positive always.
Declaration
double Ang { get; }
Property Value
Type | Description |
---|---|
System.Double |
Center
Center point of and orientation (Euler angles or quaternion) of the arc
Declaration
TInp5DPoint Center { get; }
Property Value
Type | Description |
---|---|
TInp5DPoint |
EndP
Finish point of the arc
Declaration
ICLDMultiArcPoint EndP { get; }
Property Value
Type | Description |
---|---|
ICLDMultiArcPoint |
MidP
Intermediate point of the arc
Declaration
ICLDMultiArcPoint MidP { get; }
Property Value
Type | Description |
---|---|
ICLDMultiArcPoint |
R
Arc radius. The sign of the radius defines direction of the arc (CW or CCW relative to th arc plane normal)
Declaration
double R { get; }
Property Value
Type | Description |
---|---|
System.Double |
Time
Duration of the movement in minutes.
Declaration
double Time { get; }
Property Value
Type | Description |
---|---|
System.Double |