GeometryLocationData Class

class NXOpen.GeometricUtilities.GeometryLocationData

Bases: NXOpen.TaggedObject, NXOpen.GeometricUtilities.IComponentBuilder

Represents a NXOpen.GeometricUtilities.GeometryLocationData

To create a new instance of this class, use NXOpen.GeometricUtilities.GeometryLocationDataCollection.CreateGeometryLocationData()

New in version NX5.0.0.

Properties

Property Description
Csys Returns the csys
EntityType Returns or sets the type
Point Returns or sets the point
Tag Returns the Tag for this object.

Methods

Method Description
Validate Validate whether the inputs to the component are sufficient for commit to be called.

Enumerations

GeometryLocationDataEntityTypes Enumeration Represents the entity type.

Property Detail

Csys

GeometryLocationData.Csys

Returns the csys

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

Getter Method

Signature Csys

Returns:
Return type:NXOpen.SelectObject

New in version NX5.0.0.

License requirements: None.

EntityType

GeometryLocationData.EntityType

Returns or sets the type

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

Getter Method

Signature EntityType

Returns:
Return type:NXOpen.GeometricUtilities.GeometryLocationDataEntityTypes

New in version NX5.0.0.

License requirements: None.

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

Setter Method

Signature EntityType

Parameters:entityType (NXOpen.GeometricUtilities.GeometryLocationDataEntityTypes) –

New in version NX5.0.0.

License requirements: None.

Point

GeometryLocationData.Point

Returns or sets the point

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

Getter Method

Signature Point

Returns:
Return type:NXOpen.Point

New in version NX5.0.0.

License requirements: None.

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

Setter Method

Signature Point

Parameters:point (NXOpen.Point) –

New in version NX5.0.0.

License requirements: None.

Method Detail

Validate

GeometryLocationData.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.