Constructor SmartPlanarProfile3D
SmartPlanarProfile3D(SmartPlanarProfile3DType, ElementId, ItemLabel, bool)
Initializes a new instance of the SmartPlanarProfile3D class.
Declaration
public SmartPlanarProfile3D(SmartPlanarProfile3DType inType, ElementId inElementId, ItemLabel inItemLabel, bool inIsReversed)
Parameters
| Type | Name | Description |
|---|---|---|
| SmartPlanarProfile3DType | inType | Type of smart profile. |
| ElementId | inElementId | Identifier of providing element, or Empty if none. |
| ItemLabel | inItemLabel | Label of providing element item, or Empty if none. |
| bool | inIsReversed | Provided profile orientation is to be reversed. |
SmartPlanarProfile3D(SmartPlanarProfile3DType, ElementId, ItemLabel, ItemLabel, bool)
Initializes a new instance of the SmartPlanarProfile3D class.
Declaration
public SmartPlanarProfile3D(SmartPlanarProfile3DType inType, ElementId inElementId, ItemLabel inItemLabel, ItemLabel inPlaneItemLabel, bool inIsReversed)
Parameters
| Type | Name | Description |
|---|---|---|
| SmartPlanarProfile3DType | inType | Type of smart profile. |
| ElementId | inElementId | Identifier of providing element, or Empty if none. |
| ItemLabel | inItemLabel | Label of providing element item, or Empty if none. |
| ItemLabel | inPlaneItemLabel | Label of plane element item, or Empty if none. |
| bool | inIsReversed | Provided profile orientation is to be reversed. |
SmartPlanarProfile3D(ElementId, bool)
Initializes a new instance of the SmartPlanarProfile3D class of type Element.
Declaration
public SmartPlanarProfile3D(ElementId inElementId, bool inIsReversed)
Parameters
| Type | Name | Description |
|---|---|---|
| ElementId | inElementId | Identifier of providing element. |
| bool | inIsReversed | Provided profile orientation is to be reversed. |
SmartPlanarProfile3D(ElementId, ItemLabel, bool)
Initializes a new instance of the SmartPlanarProfile3D class of type Item.
Declaration
public SmartPlanarProfile3D(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 profile orientation is to be reversed. |
SmartPlanarProfile3D(ElementId, ItemLabel, ItemLabel, bool)
Initializes a new instance of the SmartPlanarProfile3D class of type Item.
Declaration
public SmartPlanarProfile3D(ElementId inElementId, ItemLabel inItemLabel, ItemLabel inPlaneItemLabel, bool inIsReversed)
Parameters
| Type | Name | Description |
|---|---|---|
| ElementId | inElementId | Identifier of providing element. |
| ItemLabel | inItemLabel | Label of providing element item. |
| ItemLabel | inPlaneItemLabel | Label of plane element item. |
| bool | inIsReversed | Provided profile orientation is to be reversed. |