Class SmartProfile3D
Represents a 3D smart profile.
Inherited Members
Namespace: TopSolid.Kernel.Automating
Assembly: TopSolid.Kernel.Automating.dll
Syntax
[DataContract]
[AvailableSinceVersion(7, 7, 0, 0)]
public class SmartProfile3D : SmartObject
Remarks
This class is available since v7.7.
Constructors
| Name | Description |
|---|---|
| SmartProfile3D(ElementId, bool) | Initializes a new instance of the SmartProfile3D class of type Element. |
| SmartProfile3D(ElementId, ItemLabel, bool) | Initializes a new instance of the SmartProfile3D class of type Item. |
| SmartProfile3D(SmartProfile3DType, ElementId, ItemLabel, bool) | Initializes a new instance of the SmartProfile3D class. |
Fields
| Name | Description |
|---|---|
| ElementId | Providing element identifier, or empty if none. |
| IsReversed | Whether the provided profile orientation is to be reversed. |
| ItemLabel | Providing element item label, or empty if none. |
| Type | Type of profile. |