GeometryLocationData Class¶
-
class
NXOpen.GeometricUtilities.GeometryLocationData¶ Bases:
NXOpen.TaggedObject,NXOpen.GeometricUtilities.IComponentBuilderRepresents a
NXOpen.GeometricUtilities.GeometryLocationDataTo 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
CsysReturns: Return type: NXOpen.SelectObjectNew in version NX5.0.0.
License requirements: None.
EntityType¶
-
GeometryLocationData.EntityType¶ Returns or sets the type
-------------------------------------Getter Method
Signature
EntityTypeReturns: Return type: NXOpen.GeometricUtilities.GeometryLocationDataEntityTypesNew in version NX5.0.0.
License requirements: None.
-------------------------------------Setter Method
Signature
EntityTypeParameters: entityType ( NXOpen.GeometricUtilities.GeometryLocationDataEntityTypes) –New in version NX5.0.0.
License requirements: None.
Point¶
-
GeometryLocationData.Point¶ Returns or sets the point
-------------------------------------Getter Method
Signature
PointReturns: Return type: NXOpen.PointNew in version NX5.0.0.
License requirements: None.
-------------------------------------Setter Method
Signature
PointParameters: 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.