OrientXpressBuilder Class¶
-
class
NXOpen.GeometricUtilities.OrientXpressBuilder¶ Bases:
NXOpen.TaggedObjectRepresent the OrientXpress block
OrientXpress is not supported in KF.
New in version NX6.0.0.
Properties¶
| Property | Description |
|---|---|
| AxisOption | Returns or sets the orientXpress active axis option |
| Csys | Returns or sets the orientXpress reference csys when reference option is set to csys |
| FixedCsys | Returns or sets the orientXpress fixed csys when reference option is set to fixed csys |
| PlaneOption | Returns or sets the orientXpress active plane option |
| ProgramDefinedCsys | Returns or sets the orientXpress program defined csys when reference option is set to program defined csys |
| ReferenceOption | Returns or sets the orientXpress reference coordinate system |
| Tag | Returns the Tag for this object. |
Methods¶
Enumerations¶
| OrientXpressBuilderAxis Enumeration | the active axis option |
| OrientXpressBuilderPlane Enumeration | the active plane option |
| OrientXpressBuilderReference Enumeration | the option for reference csys |
Property Detail¶
AxisOption¶
-
OrientXpressBuilder.AxisOption¶ Returns or sets the orientXpress active axis option
-------------------------------------Getter Method
Signature
AxisOptionReturns: Return type: NXOpen.GeometricUtilities.OrientXpressBuilderAxisNew in version NX6.0.0.
License requirements: None.
-------------------------------------Setter Method
Signature
AxisOptionParameters: orientXpressAxisOption ( NXOpen.GeometricUtilities.OrientXpressBuilderAxis) –New in version NX6.0.0.
License requirements: solid_modeling (“SOLIDS MODELING”) OR cam_base (“CAM BASE”) OR geometric_tol (“GDT”) OR insp_programming (“INSPECTION PROGRAMMING”)
Csys¶
-
OrientXpressBuilder.Csys¶ Returns or sets the orientXpress reference csys when reference option is set to csys
-------------------------------------Getter Method
Signature
CsysReturns: Return type: NXOpen.CoordinateSystemNew in version NX6.0.0.
License requirements: None.
-------------------------------------Setter Method
Signature
CsysParameters: orientXpressCsys ( NXOpen.CoordinateSystem) –New in version NX6.0.0.
License requirements: solid_modeling (“SOLIDS MODELING”) OR cam_base (“CAM BASE”) OR geometric_tol (“GDT”) OR insp_programming (“INSPECTION PROGRAMMING”)
FixedCsys¶
-
OrientXpressBuilder.FixedCsys¶ Returns or sets the orientXpress fixed csys when reference option is set to fixed csys
-------------------------------------Getter Method
Signature
FixedCsysReturns: Return type: NXOpen.NXObjectNew in version NX6.0.0.
License requirements: None.
-------------------------------------Setter Method
Signature
FixedCsysParameters: orientXpressFixedCsys ( NXOpen.NXObject) –New in version NX6.0.0.
License requirements: solid_modeling (“SOLIDS MODELING”) OR cam_base (“CAM BASE”) OR geometric_tol (“GDT”) OR insp_programming (“INSPECTION PROGRAMMING”)
PlaneOption¶
-
OrientXpressBuilder.PlaneOption¶ Returns or sets the orientXpress active plane option
-------------------------------------Getter Method
Signature
PlaneOptionReturns: Return type: NXOpen.GeometricUtilities.OrientXpressBuilderPlaneNew in version NX6.0.0.
License requirements: None.
-------------------------------------Setter Method
Signature
PlaneOptionParameters: orientXpressPlaneOption ( NXOpen.GeometricUtilities.OrientXpressBuilderPlane) –New in version NX6.0.0.
License requirements: solid_modeling (“SOLIDS MODELING”) OR cam_base (“CAM BASE”) OR geometric_tol (“GDT”) OR insp_programming (“INSPECTION PROGRAMMING”)
ProgramDefinedCsys¶
-
OrientXpressBuilder.ProgramDefinedCsys¶ Returns or sets the orientXpress program defined csys when reference option is set to program defined csys
-------------------------------------Getter Method
Signature
ProgramDefinedCsysReturns: Return type: NXOpen.NXObjectNew in version NX6.0.0.
License requirements: None.
-------------------------------------Setter Method
Signature
ProgramDefinedCsysParameters: orientXpressProgramDefinedCsys ( NXOpen.NXObject) –New in version NX6.0.0.
License requirements: solid_modeling (“SOLIDS MODELING”) OR cam_base (“CAM BASE”) OR geometric_tol (“GDT”) OR insp_programming (“INSPECTION PROGRAMMING”)
ReferenceOption¶
-
OrientXpressBuilder.ReferenceOption¶ Returns or sets the orientXpress reference coordinate system
-------------------------------------Getter Method
Signature
ReferenceOptionReturns: Return type: NXOpen.GeometricUtilities.OrientXpressBuilderReferenceNew in version NX6.0.0.
License requirements: None.
-------------------------------------Setter Method
Signature
ReferenceOptionParameters: orientXpressReferenceOption ( NXOpen.GeometricUtilities.OrientXpressBuilderReference) –New in version NX6.0.0.
License requirements: solid_modeling (“SOLIDS MODELING”) OR cam_base (“CAM BASE”) OR geometric_tol (“GDT”) OR insp_programming (“INSPECTION PROGRAMMING”)