NX Open C++ Reference Guide
|
Represents a GeometricUtilities::BetweenLocationsData. More...
Public Member Functions | |
NXOpen::GeometricUtilities::GeometryLocationData * | FromLocation () |
Returns the from location Created in NX5.0.0. | |
NXOpen::TaggedObjectList * | ToLocationList () |
Returns the to location list Created in NX5.0.0. | |
virtual bool | Validate () |
Validate whether the inputs to the component are sufficient for commit to be called. |
Represents a GeometricUtilities::BetweenLocationsData.
Created in NX5.0.0.
NXOpen::GeometricUtilities::GeometryLocationData* NXOpen::GeometricUtilities::BetweenLocationsData::FromLocation | ( | ) |
Returns the from location
Created in NX5.0.0.
License requirements : None
Returns the to location list
Created in NX5.0.0.
License requirements : None
virtual bool NXOpen::GeometricUtilities::BetweenLocationsData::Validate | ( | ) | [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.