NX Open C++ Reference Guide
|
Represents a GeometricUtilities::MiddleHoleData
Created in NX5.0.2.
More...
Public Member Functions | |
NXOpen::GeometricUtilities::BooleanOperation * | BooleanOperation () |
Returns the boolean operation Created in NX5.0.2. | |
NXOpen::Expression * | EndChamferAngle () |
Returns the end chamfer angle Created in NX5.0.2. | |
bool | EndChamferEnabled () |
Returns the end chamfer enabled Created in NX5.0.2. | |
NXOpen::Expression * | EndChamferOffset () |
Returns the end chamfer offset Created in NX5.0.2. | |
NXString | FitOption () |
Returns the fit option Created in NX5.0.2. | |
NXOpen::Expression * | HoleDiameter () |
Returns the hole diameter Created in NX5.0.2. | |
bool | MatchDimOfStartHole () |
Returns the match dim of start hole Created in NX5.0.2. | |
void | SetEndChamferEnabled (bool endChamferEnabled) |
Sets the end chamfer enabled Created in NX5.0.2. | |
void | SetFitOption (const NXString &fitOption) |
Sets the fit option Created in NX5.0.2. | |
void | SetFitOption (const char *fitOption) |
Sets the fit option Created in NX5.0.2. | |
void | SetMatchDimOfStartHole (bool matchDimOfStartHole) |
Sets the match dim of start hole Created in NX5.0.2. | |
void | SetStartChamferEnabled (bool startChamferEnabled) |
Sets the start chamfer enabled Created in NX5.0.2. | |
NXOpen::Expression * | StartChamferAngle () |
Returns the start chamfer angle Created in NX5.0.2. | |
bool | StartChamferEnabled () |
Returns the start chamfer enabled Created in NX5.0.2. | |
NXOpen::Expression * | StartChamferOffset () |
Returns the start chamfer offset Created in NX5.0.2. | |
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. | |
Represents a GeometricUtilities::MiddleHoleData
Created in NX5.0.2.
NXOpen::GeometricUtilities::BooleanOperation* NXOpen::GeometricUtilities::MiddleHoleData::BooleanOperation | ( | ) |
Returns the boolean operation
Created in NX5.0.2.
License requirements : None
NXOpen::Expression* NXOpen::GeometricUtilities::MiddleHoleData::EndChamferAngle | ( | ) |
Returns the end chamfer angle
Created in NX5.0.2.
License requirements : None
bool NXOpen::GeometricUtilities::MiddleHoleData::EndChamferEnabled | ( | ) |
Returns the end chamfer enabled
Created in NX5.0.2.
License requirements : None
NXOpen::Expression* NXOpen::GeometricUtilities::MiddleHoleData::EndChamferOffset | ( | ) |
Returns the end chamfer offset
Created in NX5.0.2.
License requirements : None
NXString NXOpen::GeometricUtilities::MiddleHoleData::FitOption | ( | ) |
Returns the fit option
Created in NX5.0.2.
License requirements : None
NXOpen::Expression* NXOpen::GeometricUtilities::MiddleHoleData::HoleDiameter | ( | ) |
Returns the hole diameter
Created in NX5.0.2.
License requirements : None
bool NXOpen::GeometricUtilities::MiddleHoleData::MatchDimOfStartHole | ( | ) |
Returns the match dim of start hole
Created in NX5.0.2.
License requirements : None
void NXOpen::GeometricUtilities::MiddleHoleData::SetEndChamferEnabled | ( | bool | endChamferEnabled | ) |
Sets the end chamfer enabled
Created in NX5.0.2.
License requirements : solid_modeling ("SOLIDS MODELING")
endChamferEnabled | endchamferenabled |
void NXOpen::GeometricUtilities::MiddleHoleData::SetFitOption | ( | const NXString & | fitOption | ) |
Sets the fit option
Created in NX5.0.2.
License requirements : solid_modeling ("SOLIDS MODELING")
fitOption | fitoption |
void NXOpen::GeometricUtilities::MiddleHoleData::SetFitOption | ( | const char * | fitOption | ) |
Sets the fit option
Created in NX5.0.2.
License requirements : solid_modeling ("SOLIDS MODELING")
fitOption | fitoption |
void NXOpen::GeometricUtilities::MiddleHoleData::SetMatchDimOfStartHole | ( | bool | matchDimOfStartHole | ) |
Sets the match dim of start hole
Created in NX5.0.2.
License requirements : solid_modeling ("SOLIDS MODELING")
matchDimOfStartHole | matchdimofstarthole |
void NXOpen::GeometricUtilities::MiddleHoleData::SetStartChamferEnabled | ( | bool | startChamferEnabled | ) |
Sets the start chamfer enabled
Created in NX5.0.2.
License requirements : solid_modeling ("SOLIDS MODELING")
startChamferEnabled | startchamferenabled |
NXOpen::Expression* NXOpen::GeometricUtilities::MiddleHoleData::StartChamferAngle | ( | ) |
Returns the start chamfer angle
Created in NX5.0.2.
License requirements : None
bool NXOpen::GeometricUtilities::MiddleHoleData::StartChamferEnabled | ( | ) |
Returns the start chamfer enabled
Created in NX5.0.2.
License requirements : None
NXOpen::Expression* NXOpen::GeometricUtilities::MiddleHoleData::StartChamferOffset | ( | ) |
Returns the start chamfer offset
Created in NX5.0.2.
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.