AnchorLocatorBuilder Class¶
-
class
NXOpen.GeometricUtilities.AnchorLocatorBuilder¶ Bases:
NXOpen.TaggedObject,NXOpen.GeometricUtilities.IComponentBuilderRepresents a
NXOpen.GeometricUtilities.AnchorLocatorBuilderNew in version NX6.0.0.
Properties¶
| Property | Description |
|---|---|
| Origin | Returns or sets the origin of the plane |
| Tag | Returns the Tag for this object. |
| XAxis | Returns or sets the x-axis of the plane |
| YAxis | Returns or sets the y-axis of the plane |
Methods¶
| Method | Description |
|---|---|
| Validate | Validate whether the inputs to the component are sufficient for commit to be called. |
Property Detail¶
Origin¶
-
AnchorLocatorBuilder.Origin¶ Returns or sets the origin of the plane
-------------------------------------Getter Method
Signature
OriginReturns: Return type: NXOpen.Point3dNew in version NX6.0.0.
License requirements: None.
-------------------------------------Setter Method
Signature
OriginParameters: origin ( NXOpen.Point3d) –New in version NX6.0.0.
License requirements: None.
XAxis¶
-
AnchorLocatorBuilder.XAxis¶ Returns or sets the x-axis of the plane
-------------------------------------Getter Method
Signature
XAxisReturns: Return type: NXOpen.Vector3dNew in version NX6.0.0.
License requirements: None.
-------------------------------------Setter Method
Signature
XAxisParameters: xAxis ( NXOpen.Vector3d) –New in version NX6.0.0.
License requirements: None.
YAxis¶
-
AnchorLocatorBuilder.YAxis¶ Returns or sets the y-axis of the plane
-------------------------------------Getter Method
Signature
YAxisReturns: Return type: NXOpen.Vector3dNew in version NX6.0.0.
License requirements: None.
-------------------------------------Setter Method
Signature
YAxisParameters: yAxis ( NXOpen.Vector3d) –New in version NX6.0.0.
License requirements: None.
Method Detail¶
Validate¶
-
AnchorLocatorBuilder.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.