Class SmartPlane3D
Represents a 3D smart plane.
Inherited Members
Namespace: TopSolid.Kernel.Automating
Assembly: cs.temp.dll.dll
Syntax
[AvailableSinceVersion(7, 6, 0, 0)]
public class SmartPlane3D : SmartObjectRemarks
This class is available since v7.6.
Constructors
SmartPlane3D(ElementId, Boolean)
Initializes a new instance of the SmartPlane3D class of type Element.
Declaration
public SmartPlane3D(ElementId inElementId, bool inIsReversed)Parameters
| Type | Name | Description | 
|---|---|---|
| ElementId | inElementId | Identifier of providing element. | 
| System.Boolean | inIsReversed | Provided plane Z direction is to be reversed. | 
SmartPlane3D(ElementId, ItemLabel, Boolean)
Initializes a new instance of the SmartPlane3D class of type Item.
Declaration
public SmartPlane3D(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 plane Z direction is to be reversed. | 
SmartPlane3D(Plane3D, Double, Double, Double, Double)
Initializes a new instance of the SmartPlane3D class of type Basic.
Declaration
public SmartPlane3D(Plane3D inGeometry, double inExtentXMin, double inExtentXMax, double inExtentYMin, double inExtentYMax)Parameters
| Type | Name | Description | 
|---|---|---|
| Plane3D | inGeometry | Geometry. | 
| System.Double | inExtentXMin | Minimum X coordinate of extent. | 
| System.Double | inExtentXMax | Maximum X coordinate of extent. | 
| System.Double | inExtentYMin | Minimum Y coordinate of extent. | 
| System.Double | inExtentYMax | Maximum Y coordinate of extent. | 
SmartPlane3D(SmartPlane3DType, Nullable<Plane3D>, Nullable<Double>, Nullable<Double>, Nullable<Double>, Nullable<Double>, ElementId, ItemLabel, Boolean)
Initializes a new instance of the SmartPlane3D class.
Declaration
public SmartPlane3D(SmartPlane3DType inType, Plane3D? inGeometry, double? inExtentXMin, double? inExtentXMax, double? inExtentYMin, double? inExtentYMax, ElementId inElementId, ItemLabel inItemLabel, bool inIsReversed)Parameters
| Type | Name | Description | 
|---|---|---|
| SmartPlane3DType | inType | Type of smart plane. | 
| System.Nullable<Plane3D> | inGeometry | Geometry, or null if unknown. | 
| System.Nullable<System.Double> | inExtentXMin | Minimum X coordinate of extent, or null if unknown. | 
| System.Nullable<System.Double> | inExtentXMax | Maximum X coordinate of extent, or null if unknown. | 
| System.Nullable<System.Double> | inExtentYMin | Minimum Y coordinate of extent, or null if unknown. | 
| System.Nullable<System.Double> | inExtentYMax | Maximum Y coordinate of extent, or null if unknown. | 
| ElementId | inElementId | Identifier of providing element, or Empty for none. | 
| ItemLabel | inItemLabel | Label of providing element item, or Empty for none. | 
| System.Boolean | inIsReversed | Provided plane Z direction is to be reversed. | 
Fields
ElementId
Providing element identifier, or empty if none.
Declaration
public ElementId ElementIdField Value
| Type | Description | 
|---|---|
| ElementId | 
ExtentXMax
Maximum X plane coordinate of extent, or null if unknown.
Declaration
public double? ExtentXMaxField Value
| Type | Description | 
|---|---|
| System.Nullable<System.Double> | 
ExtentXMin
Minimum X plane coordinate of extent, or null if unknown.
Declaration
public double? ExtentXMinField Value
| Type | Description | 
|---|---|
| System.Nullable<System.Double> | 
ExtentYMax
Maximum Y plane coordinate of extent, or null if unknown.
Declaration
public double? ExtentYMaxField Value
| Type | Description | 
|---|---|
| System.Nullable<System.Double> | 
ExtentYMin
Minimum Y plane coordinate of extent, or null if unknown.
Declaration
public double? ExtentYMinField Value
| Type | Description | 
|---|---|
| System.Nullable<System.Double> | 
Geometry
Geometry, or null if unknown.
Declaration
public Plane3D? GeometryField Value
| Type | Description | 
|---|---|
| System.Nullable<Plane3D> | 
IsReversed
Whether the provided plane Z direction is to be reversed.
Declaration
public bool IsReversedField Value
| Type | Description | 
|---|---|
| System.Boolean | 
ItemLabel
Providing element item label, or empty if none.
Declaration
public ItemLabel ItemLabelField Value
| Type | Description | 
|---|---|
| ItemLabel | 
OXY
(O,+X,+Y) absolute plane.
Declaration
public static readonly SmartPlane3D OXYField Value
| Type | Description | 
|---|---|
| SmartPlane3D | 
OXZ
(O,+X,+Z) absolute plane.
Declaration
public static readonly SmartPlane3D OXZField Value
| Type | Description | 
|---|---|
| SmartPlane3D | 
OYX
(O,+Y,+X) absolute plane.
Declaration
public static readonly SmartPlane3D OYXField Value
| Type | Description | 
|---|---|
| SmartPlane3D | 
OYZ
(O,+Y,+Z) absolute plane.
Declaration
public static readonly SmartPlane3D OYZField Value
| Type | Description | 
|---|---|
| SmartPlane3D | 
OZX
(O,+Z,+X) absolute plane.
Declaration
public static readonly SmartPlane3D OZXField Value
| Type | Description | 
|---|---|
| SmartPlane3D | 
OZY
(O,+Z,+Y) absolute plane.
Declaration
public static readonly SmartPlane3D OZYField Value
| Type | Description | 
|---|---|
| SmartPlane3D | 
Type
Type of plane.
Declaration
public SmartPlane3DType TypeField Value
| Type | Description | 
|---|---|
| SmartPlane3DType |