Arc |
The ArcToMetafileCommand type exposes the following members.
| Name | Description | |
|---|---|---|
| Angle | The sweep angle of the arc, in radians. Positive value means a counterclockwise direction. | |
| CenterPoint | The center of the arc. | |
| IsGeometric |
Returns true if the command describes a path (either with jumps or marks). LaserOn commands (aka drills) are excluded.
(Inherited from BaseMetafileCommand) | |
| IsHelix | Creates a helix if z coordinates of start and center are different. CenterPoint.z will be used as z for the end of the helix. | |
| Item |
Returns the following CenterPoint (Overrides BaseMetafileCommandItemInt32) | |
| Label |
The display name of the meta file command type.
(Overrides BaseMetafileCommandLabel) | |
| Length |
The length of the vector.
(Overrides BaseMetafileCommandLength) | |
| MetafileCommandFactory | (Inherited from BaseMetafileCommand) | |
| PointCount |
The number of points accessible by the indexer.
(Overrides BaseMetafileCommandPointCount) | |
| SegmentEndPointPair |
The end points of the segment generated by this metafile command. This value functions as a cache to reduce redundant calculations.
(Inherited from BaseMetafileCommand) |