Class SmartSection3D
Represents a 3D smart section.
Inherited Members
System.Object.ToString()
System.Object.Equals(System.Object)
System.Object.Equals(System.Object, System.Object)
System.Object.ReferenceEquals(System.Object, System.Object)
System.Object.GetHashCode()
System.Object.GetType()
System.Object.MemberwiseClone()
Namespace: TopSolid.Kernel.Automating
Assembly: cs.temp.dll.dll
Syntax
[AvailableSinceVersion(7, 7, 0, 0)]
public class SmartSection3D : SmartObject
Remarks
This class is available since v7.7.
Constructors
SmartSection3D(ElementId)
Initializes a new instance of the SmartSection3D class of type Element.
Declaration
public SmartSection3D(ElementId inElementId)
Parameters
Type | Name | Description |
---|---|---|
ElementId | inElementId | Identifier of providing element. |
SmartSection3D(ElementId, ItemLabel)
Initializes a new instance of the SmartSection3D class of type Item.
Declaration
public SmartSection3D(ElementId inElementId, ItemLabel inItemLabel)
Parameters
Type | Name | Description |
---|---|---|
ElementId | inElementId | Identifier of providing element. |
ItemLabel | inItemLabel | Label of providing element item. |
SmartSection3D(SmartSection3DType, ElementId, ItemLabel)
Initializes a new instance of the SmartSection3D class.
Declaration
public SmartSection3D(SmartSection3DType inType, ElementId inElementId, ItemLabel inItemLabel)
Parameters
Type | Name | Description |
---|---|---|
SmartSection3DType | inType | Type of smart section. |
ElementId | inElementId | Identifier of providing element, or Empty if none. |
ItemLabel | inItemLabel | Label of providing element item, or Empty if none. |
Fields
ElementId
Providing element identifier, or empty if none.
Declaration
public ElementId ElementId
Field Value
Type | Description |
---|---|
ElementId |
ItemLabel
Providing element item label, or empty if none.
Declaration
public ItemLabel ItemLabel
Field Value
Type | Description |
---|---|
ItemLabel |
Type
Type of section.
Declaration
public SmartSection3DType Type
Field Value
Type | Description |
---|---|
SmartSection3DType |