ProjectedViewOrientationBuilder Class¶
-
class
NXOpen.Drawings.ProjectedViewOrientationBuilder¶ Bases:
NXOpen.TaggedObject,NXOpen.GeometricUtilities.IComponentBuilderRepresents a
NXOpen.Drawings.ProjectedViewOrientationBuilderNew in version NX9.0.0.
Properties¶
| Property | Description |
|---|---|
| NormalDirection | Returns or sets the xform that represents the orthographic projected view settings to be edited |
| Tag | Returns the Tag for this object. |
| XDirection | Returns or sets the x direction vector for the orthographic projected view settings to be edited |
Methods¶
| Method | Description |
|---|---|
| Restore | Removes the associativity to the defined plane and x direction vector and restores the member view to its default orientation. |
| Validate | Validate whether the inputs to the component are sufficient for commit to be called. |
Property Detail¶
NormalDirection¶
-
ProjectedViewOrientationBuilder.NormalDirection¶ Returns or sets the xform that represents the orthographic projected view settings to be edited
-------------------------------------Getter Method
Signature
NormalDirectionReturns: Return type: NXOpen.XformNew in version NX9.0.0.
License requirements: None.
-------------------------------------Setter Method
Signature
NormalDirectionParameters: normalDirection ( NXOpen.Xform) –New in version NX9.0.0.
License requirements: drafting (“DRAFTING”)
XDirection¶
-
ProjectedViewOrientationBuilder.XDirection¶ Returns or sets the x direction vector for the orthographic projected view settings to be edited
-------------------------------------Getter Method
Signature
XDirectionReturns: Return type: NXOpen.DirectionNew in version NX9.0.0.
License requirements: None.
-------------------------------------Setter Method
Signature
XDirectionParameters: xDirection ( NXOpen.Direction) –New in version NX9.0.0.
License requirements: drafting (“DRAFTING”)
Method Detail¶
Restore¶
-
ProjectedViewOrientationBuilder.Restore¶ Removes the associativity to the defined plane and x direction vector and restores the member view to its default orientation.
Signature
Restore()New in version NX9.0.0.
License requirements: drafting (“DRAFTING”)
Validate¶
-
ProjectedViewOrientationBuilder.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.