Constructor SmartAxis3D
SmartAxis3D(SmartAxis3DType, Axis3D?, double?, double?, ElementId, ItemLabel, bool)
Initializes a new instance of the SmartAxis3D class.
Declaration
public SmartAxis3D(SmartAxis3DType inType, Axis3D? inGeometry, double? inExtentMin, double? inExtentMax, ElementId inElementId, ItemLabel inItemLabel, bool inIsReversed)
Parameters
| Type | Name | Description |
|---|---|---|
| SmartAxis3DType | inType | Type of smart axis. |
| Axis3D? | inGeometry | Geometry, or null if unknown. |
| double? | inExtentMin | Minimum axis coordinate of extent, or null if unknown. |
| double? | inExtentMax | Maximum axis coordinate of extent, or null if unknown. |
| ElementId | inElementId | Identifier of providing element, or Empty if none. |
| ItemLabel | inItemLabel | Label of providing element item, or Empty if none. |
| bool | inIsReversed | Provided axis direction is to be reversed. |
SmartAxis3D(Axis3D, double, double)
Initializes a new instance of the SmartAxis3D class of type Basic.
Declaration
public SmartAxis3D(Axis3D inGeometry, double inExtentXMin, double inExtentXMax)
Parameters
| Type | Name | Description |
|---|---|---|
| Axis3D | inGeometry | Geometry. |
| double | inExtentXMin | Minimum X coordinate of extent. |
| double | inExtentXMax | Maximum X coordinate of extent. |
SmartAxis3D(ElementId, bool)
Initializes a new instance of the SmartAxis3D class of type Element.
Declaration
public SmartAxis3D(ElementId inElementId, bool inIsReversed)
Parameters
| Type | Name | Description |
|---|---|---|
| ElementId | inElementId | Identifier of providing element. |
| bool | inIsReversed | Provided axis direction is to be reversed. |
SmartAxis3D(ElementId, ItemLabel, bool)
Initializes a new instance of the SmartAxis3D class of type Item.
Declaration
public SmartAxis3D(ElementId inElementId, ItemLabel inItemLabel, bool inIsReversed)
Parameters
| Type | Name | Description |
|---|---|---|
| ElementId | inElementId | Identifier of providing element. |
| ItemLabel | inItemLabel | Label of providing element item. |
| bool | inIsReversed | Provided axis direction is to be reversed. |