AnchorLocatorBuilder Class

class NXOpen.GeometricUtilities.AnchorLocatorBuilder

Bases: NXOpen.TaggedObject, NXOpen.GeometricUtilities.IComponentBuilder

Represents a NXOpen.GeometricUtilities.AnchorLocatorBuilder

New 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 Origin

Returns:
Return type:NXOpen.Point3d

New in version NX6.0.0.

License requirements: None.

-------------------------------------

Setter Method

Signature Origin

Parameters: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 XAxis

Returns:
Return type:NXOpen.Vector3d

New in version NX6.0.0.

License requirements: None.

-------------------------------------

Setter Method

Signature XAxis

Parameters: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 YAxis

Returns:
Return type:NXOpen.Vector3d

New in version NX6.0.0.

License requirements: None.

-------------------------------------

Setter Method

Signature YAxis

Parameters: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.