Class SmartProfile3D
Represents a 3D smart profile.
Inherited Members
Namespace: TopSolid.Kernel.Automating
Assembly: cs.temp.dll.dll
Syntax
[AvailableSinceVersion(7, 7, 0, 0)]
public class SmartProfile3D : SmartObject
Remarks
This class is available since v7.7.
Constructors
SmartProfile3D(ElementId, Boolean)
Initializes a new instance of the SmartProfile3D class of type Element.
Declaration
public SmartProfile3D(ElementId inElementId, bool inIsReversed)
Parameters
Type | Name | Description |
---|---|---|
ElementId | inElementId | Identifier of providing element. |
System.Boolean | inIsReversed | Provided profile orientation is to be reversed. |
SmartProfile3D(ElementId, ItemLabel, Boolean)
Initializes a new instance of the SmartProfile3D class of type Item.
Declaration
public SmartProfile3D(ElementId inElementId, ItemLabel inItemLabel, bool inIsReversed)
Parameters
Type | Name | Description |
---|---|---|
ElementId | inElementId | Identifier of providing element. |
ItemLabel | inItemLabel | Label of providing element item. |
System.Boolean | inIsReversed | Provided profile orientation is to be reversed. |
SmartProfile3D(SmartProfile3DType, ElementId, ItemLabel, Boolean)
Initializes a new instance of the SmartProfile3D class.
Declaration
public SmartProfile3D(SmartProfile3DType inType, ElementId inElementId, ItemLabel inItemLabel, bool inIsReversed)
Parameters
Type | Name | Description |
---|---|---|
SmartProfile3DType | 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. |
System.Boolean | inIsReversed | Provided profile orientation is to be reversed. |
Fields
ElementId
Providing element identifier, or empty if none.
Declaration
public ElementId ElementId
Field Value
Type | Description |
---|---|
ElementId |
IsReversed
Whether the provided profile orientation is to be reversed.
Declaration
public bool IsReversed
Field Value
Type | Description |
---|---|
System.Boolean |
ItemLabel
Providing element item label, or empty if none.
Declaration
public ItemLabel ItemLabel
Field Value
Type | Description |
---|---|
ItemLabel |
Type
Type of profile.
Declaration
public SmartProfile3DType Type
Field Value
Type | Description |
---|---|
SmartProfile3DType |