Class SmartProfile2D
Represents a 2D smart profile.
Inherited Members
Namespace: TopSolid.Kernel.Automating
Assembly: TopSolid.Kernel.Automating.dll
Syntax
[DataContract]
[AvailableSinceVersion(7, 17, 0, 0)]
public class SmartProfile2D : SmartObject
Remarks
This class is available since v7.17.
Constructors
| Name | Description |
|---|---|
| SmartProfile2D(ElementId, bool) | Initializes a new instance of the SmartProfile2D class of type Element. |
| SmartProfile2D(ElementId, ItemLabel, bool) | Initializes a new instance of the SmartProfile2D class of type Item. |
| SmartProfile2D(SmartProfile2DType, ElementId, ItemLabel, bool) | Initializes a new instance of the SmartProfile2D 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. |