Class SmartAxis2D
Represents a 2D smart axis.
Inherited Members
Namespace: TopSolid.Kernel.Automating
Assembly: TopSolid.Kernel.Automating.dll
Syntax
[DataContract]
[AvailableSinceVersion(7, 7, 0, 0)]
public class SmartAxis2D : SmartObject
Remarks
This class is available since v7.7.
Constructors
| Name | Description |
|---|---|
| SmartAxis2D(Axis2D, double, double) | Initializes a new instance of the SmartAxis2D class of type Basic. |
| SmartAxis2D(ElementId, bool) | Initializes a new instance of the SmartAxis2D class of type Element. |
| SmartAxis2D(ElementId, ItemLabel, bool) | Initializes a new instance of the SmartAxis2D class of type Item. |
| SmartAxis2D(SmartAxis2DType, Axis2D?, double?, double?, ElementId, ItemLabel, bool) | Initializes a new instance of the SmartAxis2D class. |
Fields
| Name | Description |
|---|---|
| ElementId | Providing element identifier, or empty if none. |
| ExtentMax | Maximum axis coordinate of extent, or null if unknown. |
| ExtentMin | Minimum axis coordinate of extent, or null if unknown. |
| Geometry | Geometry, or null if unknown. |
| IsReversed | Whether the provided axis direction is to be reversed. |
| ItemLabel | Providing element item label, or empty if none. |
| OX | (O,+X) absolute axis. |
| OY | (O,+Y) absolute axis. |
| Type | Type of smart axis. |