| NX Open C++ Reference Guide
    | 
Represents a GeometricUtilities::GeometryLocationData 
 To create a new instance of this class, use GeometricUtilities::GeometryLocationDataCollection::CreateGeometryLocationData  
 
 Created in NX5.0.0.  
 More...
 
  
 | Public Types | |
| enum | EntityTypes { EntityTypesPoint, EntityTypesCsys } | 
| Represents the entity type.  More... | |
| Public Member Functions | |
| NXOpen::SelectObject * | Csys () | 
| Returns the csys Created in NX5.0.0. | |
| NXOpen::GeometricUtilities::GeometryLocationData::EntityTypes | EntityType () | 
| Returns the type Created in NX5.0.0. | |
| NXOpen::Point * | Point () | 
| Returns the point Created in NX5.0.0. | |
| void | SetEntityType (NXOpen::GeometricUtilities::GeometryLocationData::EntityTypes entityType) | 
| Sets the type Created in NX5.0.0. | |
| void | SetPoint (NXOpen::Point *point) | 
| Sets the point Created in NX5.0.0. | |
| virtual bool | Validate () | 
| Validate whether the inputs to the component are sufficient for commit to be called. | |
|  Public Member Functions inherited from NXOpen::TaggedObject | |
| tag_t | GetTag () const | 
| <b>Deprecated</b>:<br>     Use Tag instead.   | |
| tag_t | Tag () const | 
| Returns the tag of this object. | |
Represents a GeometricUtilities::GeometryLocationData 
 To create a new instance of this class, use GeometricUtilities::GeometryLocationDataCollection::CreateGeometryLocationData  
 
 Created in NX5.0.0. 
 
| NXOpen::SelectObject* NXOpen::GeometricUtilities::GeometryLocationData::Csys | ( | ) | 
Returns the csys 
 Created in NX5.0.0. 
 
 License requirements : None 
| NXOpen::GeometricUtilities::GeometryLocationData::EntityTypes NXOpen::GeometricUtilities::GeometryLocationData::EntityType | ( | ) | 
Returns the type 
 Created in NX5.0.0. 
 
 License requirements : None 
| NXOpen::Point* NXOpen::GeometricUtilities::GeometryLocationData::Point | ( | ) | 
Returns the point 
 Created in NX5.0.0. 
 
 License requirements : None 
| void NXOpen::GeometricUtilities::GeometryLocationData::SetEntityType | ( | NXOpen::GeometricUtilities::GeometryLocationData::EntityTypes | entityType | ) | 
Sets the type 
 Created in NX5.0.0. 
 
 License requirements : None 
| entityType | entitytype | 
| void NXOpen::GeometricUtilities::GeometryLocationData::SetPoint | ( | NXOpen::Point * | point | ) | 
Sets the point 
 Created in NX5.0.0. 
 
 License requirements : None 
| point | point | 
| 
 | virtual | 
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.
Implements NXOpen::GeometricUtilities::IComponentBuilder.