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 : SmartObject
Remarks
This class is available since v7.6.
Constructors
SmartPlane3D(ElementId, Boolean)
Initializes a new instance of the Smart
Declaration
public SmartPlane3D(ElementId inElementId, bool inIsReversed)
Parameters
Type | Name | Description |
---|---|---|
Element |
inElementId | Identifier of providing element. |
System. |
inIsReversed | Provided plane Z direction is to be reversed. |
SmartPlane3D(ElementId, ItemLabel, Boolean)
Initializes a new instance of the Smart
Declaration
public SmartPlane3D(ElementId inElementId, ItemLabel inItemLabel, bool inIsReversed)
Parameters
Type | Name | Description |
---|---|---|
Element |
inElementId | Identifier of providing element. |
Item |
inItemLabel | Label of providing element item. |
System. |
inIsReversed | Provided plane Z direction is to be reversed. |
SmartPlane3D(Plane3D, Double, Double, Double, Double)
Initializes a new instance of the Smart
Declaration
public SmartPlane3D(Plane3D inGeometry, double inExtentXMin, double inExtentXMax, double inExtentYMin, double inExtentYMax)
Parameters
Type | Name | Description |
---|---|---|
Plane3D | inGeometry | Geometry. |
System. |
inExtentXMin | Minimum X coordinate of extent. |
System. |
inExtentXMax | Maximum X coordinate of extent. |
System. |
inExtentYMin | Minimum Y coordinate of extent. |
System. |
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 Smart
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 |
---|---|---|
Smart |
inType | Type of smart plane. |
System. |
inGeometry | Geometry, or null if unknown. |
System. |
inExtentXMin | Minimum X coordinate of extent, or null if unknown. |
System. |
inExtentXMax | Maximum X coordinate of extent, or null if unknown. |
System. |
inExtentYMin | Minimum Y coordinate of extent, or null if unknown. |
System. |
inExtentYMax | Maximum Y coordinate of extent, or null if unknown. |
Element |
inElementId | Identifier of providing element, or Empty for none. |
Item |
inItemLabel | Label of providing element item, or Empty for none. |
System. |
inIsReversed | Provided plane Z direction is to be reversed. |
Fields
ElementId
Providing element identifier, or empty if none.
Declaration
public ElementId ElementId
Field Value
Type | Description |
---|---|
Element |
ExtentXMax
Maximum X plane coordinate of extent, or null if unknown.
Declaration
public double? ExtentXMax
Field Value
Type | Description |
---|---|
System. |
ExtentXMin
Minimum X plane coordinate of extent, or null if unknown.
Declaration
public double? ExtentXMin
Field Value
Type | Description |
---|---|
System. |
ExtentYMax
Maximum Y plane coordinate of extent, or null if unknown.
Declaration
public double? ExtentYMax
Field Value
Type | Description |
---|---|
System. |
ExtentYMin
Minimum Y plane coordinate of extent, or null if unknown.
Declaration
public double? ExtentYMin
Field Value
Type | Description |
---|---|
System. |
Geometry
Geometry, or null if unknown.
Declaration
public Plane3D? Geometry
Field Value
Type | Description |
---|---|
System. |
IsReversed
Whether the provided plane Z direction is to be reversed.
Declaration
public bool IsReversed
Field Value
Type | Description |
---|---|
System. |
ItemLabel
Providing element item label, or empty if none.
Declaration
public ItemLabel ItemLabel
Field Value
Type | Description |
---|---|
Item |
OXY
(O,+X,+Y) absolute plane.
Declaration
public static readonly SmartPlane3D OXY
Field Value
Type | Description |
---|---|
Smart |
OXZ
(O,+X,+Z) absolute plane.
Declaration
public static readonly SmartPlane3D OXZ
Field Value
Type | Description |
---|---|
Smart |
OYX
(O,+Y,+X) absolute plane.
Declaration
public static readonly SmartPlane3D OYX
Field Value
Type | Description |
---|---|
Smart |
OYZ
(O,+Y,+Z) absolute plane.
Declaration
public static readonly SmartPlane3D OYZ
Field Value
Type | Description |
---|---|
Smart |
OZX
(O,+Z,+X) absolute plane.
Declaration
public static readonly SmartPlane3D OZX
Field Value
Type | Description |
---|---|
Smart |
OZY
(O,+Z,+Y) absolute plane.
Declaration
public static readonly SmartPlane3D OZY
Field Value
Type | Description |
---|---|
Smart |
Type
Type of plane.
Declaration
public SmartPlane3DType Type
Field Value
Type | Description |
---|---|
Smart |