ViewProjectionPlaneBuilder Class¶
-
class
NXOpen.Drawings.ViewProjectionPlaneBuilder¶ Bases:
NXOpen.TaggedObject,NXOpen.GeometricUtilities.IComponentBuilderRepresents the View Projection Plane (Drawings.
ViewProjectionPlaneBuilder) .. versionadded:: NX6.0.2
Properties¶
| Property | Description |
|---|---|
| Axis | Returns or sets the axis, define the vector and the point from which to infer the plane |
| DepthValue | Returns the depth value |
| PlaneOption | Returns or sets the plane option, decide how to get the plane |
| Tag | Returns the Tag for this object. |
| View | Returns the select view. |
Methods¶
| Method | Description |
|---|---|
| Validate | Validate whether the inputs to the component are sufficient for commit to be called. |
Enumerations¶
| ViewProjectionPlaneBuilderPlaneOptions Enumeration | the plane options to select |
Property Detail¶
Axis¶
-
ViewProjectionPlaneBuilder.Axis¶ Returns or sets the axis, define the vector and the point from which to infer the plane
-------------------------------------Getter Method
Signature
AxisReturns: Return type: NXOpen.AxisNew in version NX6.0.2.
License requirements: None.
-------------------------------------Setter Method
Signature
AxisParameters: axis ( NXOpen.Axis) –New in version NX6.0.2.
License requirements: nx_layout (“NX Layout”)
DepthValue¶
-
ViewProjectionPlaneBuilder.DepthValue¶ Returns the depth value
-------------------------------------Getter Method
Signature
DepthValueReturns: Return type: NXOpen.ExpressionNew in version NX6.0.2.
License requirements: None.
PlaneOption¶
-
ViewProjectionPlaneBuilder.PlaneOption¶ Returns or sets the plane option, decide how to get the plane
-------------------------------------Getter Method
Signature
PlaneOptionReturns: Return type: NXOpen.Drawings.ViewProjectionPlaneBuilderPlaneOptionsNew in version NX6.0.2.
License requirements: None.
-------------------------------------Setter Method
Signature
PlaneOptionParameters: option ( NXOpen.Drawings.ViewProjectionPlaneBuilderPlaneOptions) –New in version NX6.0.2.
License requirements: nx_layout (“NX Layout”)
View¶
-
ViewProjectionPlaneBuilder.View¶ Returns the select view.
This defines the plane view.
-------------------------------------Getter Method
Signature
ViewReturns: Return type: NXOpen.Drawings.SelectDraftingViewNew in version NX6.0.2.
License requirements: None.
Method Detail¶
Validate¶
-
ViewProjectionPlaneBuilder.Validate¶ Validate whether the inputs to the component are sufficient for commit to be called.
If the component is not in a state to commit then an exception is thrown. For example, if the component requires you to set some property, this method will throw an exception if you haven’t set it. This method throws a not-yet-implemented NXException for some components.
Signature
Validate()Returns: Was self validation successful Return type: bool New in version NX3.0.1.
License requirements: None.