NX Open C++ Reference Guide
|
the General pattern definition. More...
Public Types | |
enum | FromLocationOptions { FromLocationOptionsPoint, FromLocationOptionsCsys } |
the from location options. More... | |
Public Member Functions | |
NXOpen::SelectNXObject * | FromLocationCsys2d () |
Returns the from location 2d csys Created in NX8.0.0. | |
NXOpen::CoordinateSystem * | FromLocationCsys3d () |
Returns the from location 3d csys Created in NX8.0.0. | |
NXOpen::Point * | FromLocationPoint () |
Returns the from location point Created in NX8.0.0. | |
NXOpen::GeometricUtilities::GeneralPattern::FromLocationOptions | FromLocationType () |
Returns the from location type Created in NX8.0.0. | |
void | SetFromLocationCsys3d (NXOpen::CoordinateSystem *csys) |
Sets the from location 3d csys Created in NX8.0.0. | |
void | SetFromLocationPoint (NXOpen::Point *point) |
Sets the from location point Created in NX8.0.0. | |
void | SetFromLocationType (NXOpen::GeometricUtilities::GeneralPattern::FromLocationOptions fromLocationType) |
Sets the from location type Created in NX8.0.0. | |
NXOpen::SelectCoordinateSystemList * | ToCsysList () |
Returns the to csys list Created in NX8.0.0. | |
NXOpen::Section * | ToPoints () |
Returns the to points Created in NX8.0.0. | |
virtual bool | Validate () |
Validate whether the inputs to the component are sufficient for commit to be called. | |
![]() | |
tag_t | GetTag () const |
<b>Deprecated</b>:<br> Use Tag instead. | |
tag_t | Tag () const |
Returns the tag of this object. | |
the General pattern definition.
Created in NX8.0.0.
NXOpen::SelectNXObject* NXOpen::GeometricUtilities::GeneralPattern::FromLocationCsys2d | ( | ) |
Returns the from location 2d csys
Created in NX8.0.0.
License requirements : None
NXOpen::CoordinateSystem* NXOpen::GeometricUtilities::GeneralPattern::FromLocationCsys3d | ( | ) |
Returns the from location 3d csys
Created in NX8.0.0.
License requirements : None
NXOpen::Point* NXOpen::GeometricUtilities::GeneralPattern::FromLocationPoint | ( | ) |
Returns the from location point
Created in NX8.0.0.
License requirements : None
NXOpen::GeometricUtilities::GeneralPattern::FromLocationOptions NXOpen::GeometricUtilities::GeneralPattern::FromLocationType | ( | ) |
Returns the from location type
Created in NX8.0.0.
License requirements : None
void NXOpen::GeometricUtilities::GeneralPattern::SetFromLocationCsys3d | ( | NXOpen::CoordinateSystem * | csys | ) |
Sets the from location 3d csys
Created in NX8.0.0.
License requirements : None
csys | csys |
void NXOpen::GeometricUtilities::GeneralPattern::SetFromLocationPoint | ( | NXOpen::Point * | point | ) |
Sets the from location point
Created in NX8.0.0.
License requirements : None
point | point |
void NXOpen::GeometricUtilities::GeneralPattern::SetFromLocationType | ( | NXOpen::GeometricUtilities::GeneralPattern::FromLocationOptions | fromLocationType | ) |
Sets the from location type
Created in NX8.0.0.
License requirements : solid_modeling ("SOLIDS MODELING")
fromLocationType | fromlocationtype |
NXOpen::SelectCoordinateSystemList* NXOpen::GeometricUtilities::GeneralPattern::ToCsysList | ( | ) |
Returns the to csys list
Created in NX8.0.0.
License requirements : None
NXOpen::Section* NXOpen::GeometricUtilities::GeneralPattern::ToPoints | ( | ) |
Returns the to points
Created in NX8.0.0.
License requirements : None
|
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.