NX Open C++ Reference Guide
|
Represents a CAM Rotor feature builder. More...
Public Member Functions | |
NXOpen::Die::PadParentBuilder * | AirCylinderParent () |
Returns the air cylinder parent builder of the rotor. | |
double | AngleTolerance () |
Returns the angle tolerance of the rotor casting. | |
NXOpen::Die::HoleParentBuilder * | BoltHoleParent () |
Returns the bolt holes parent builder of the rotor. | |
bool | DisplayHoles () |
Returns the display holes of the rotor casting. | |
double | DistanceTolerance () |
Returns the distance tolerance of the rotor casting. | |
NXOpen::Die::HoleParentBuilder * | DowelHoleParent () |
Returns the dowel holes parent builder of the rotor. | |
NXOpen::Die::PadParentBuilder * | EndStopsParent () |
Returns the end stops parent builder of the rotor. | |
std::vector< NXOpen::IProfile * > | GetEndOfFlangeProfile (NXOpen::Die::DirectionOption *direction) |
Gets the end of flange profile of the die rotor casting. | |
std::vector< NXOpen::ISurface * > | GetEndOrientation () |
Gets the end orientation of the rotor casting. | |
std::vector< NXOpen::IProfile * > | GetFlangeBendProfile (NXOpen::Die::DirectionOption *direction) |
Gets the flange bend profile of the rotor casting. | |
std::vector< NXOpen::ISurface * > | GetStartOrientation () |
Gets the start orientation of the rotor casting. | |
NXOpen::Die::HoleParentBuilder * | HandlingHoleParent () |
Returns the handling holes parent builder of the rotor. | |
NXOpen::IReferenceAxis * | PressDirection () |
Returns the press direction of the rotor casting. | |
NXOpen::Expression * | RotorRotationAngle () |
Returns the rotor rotation angle value of the rotor casting. | |
NXOpen::Body * | RotorSolid () |
Returns the rotor solid of the rotor casting. | |
NXOpen::Die::RotorSectionBuilder * | Section () |
Returns the section builder of the rotor. | |
NXOpen::Die::PadParentBuilder * | SensorParent () |
Returns the sensor parent builder of the rotor. | |
void | SetAngleTolerance (double angleTolerance) |
Sets the angle tolerance of the rotor casting. | |
void | SetDisplayHoles (bool displayHoles) |
Sets the display holes of the rotor casting. | |
void | SetDistanceTolerance (double distanceTolerance) |
Sets the distance tolerance of the rotor casting. | |
void | SetEndOfFlangeProfile (NXOpen::Die::DirectionOption direction, const std::vector< NXOpen::IProfile * > &profileEntries) |
Sets the end of flange profile of the die rotor casting. | |
void | SetEndOrientation (const std::vector< NXOpen::ISurface * > &endEntries) |
Sets the end orientation of the rotor casting. | |
void | SetFlangeBendProfile (NXOpen::Die::DirectionOption direction, const std::vector< NXOpen::IProfile * > &profileEntries) |
Sets the flange bend profile of the rotor casting. | |
void | SetPressDirection (NXOpen::IReferenceAxis *pressDirection) |
Sets the press direction of the rotor casting. | |
void | SetRotorRotationAngle (const NXString °rees) |
Created in NX4.0.0. | |
void | SetRotorSolid (NXOpen::Body *rotorSolid) |
Sets the rotor solid of the rotor casting. | |
void | SetSheetMetal (NXOpen::Body *sheetMetal) |
Sets the sheet metal of the rotor casting. | |
void | SetStartOrientation (const std::vector< NXOpen::ISurface * > &startEntries) |
Sets the start orientation of the rotor casting. | |
void | SetThroatOrientation (NXOpen::CartesianCoordinateSystem *throatOrientation) |
Sets the throat orientation of the rotor casting. | |
NXOpen::Die::PadParentBuilder * | SetupBlocksParent () |
Returns the setup blocks parent builder of the rotor. | |
NXOpen::Body * | SheetMetal () |
Returns the sheet metal of the rotor casting. | |
NXOpen::Die::HoleParentBuilder * | TbarHoleParent () |
Returns the T-bar holes parent builder of the rotor. | |
NXOpen::Die::ThroatParentBuilder * | ThroatDefinitionParent () |
Returns the throat definition parent builder of the rotor. | |
NXOpen::CartesianCoordinateSystem * | ThroatOrientation () |
Returns the throat orientation of the rotor casting. | |
NXOpen::Die::WearPlateLocParentBuilder * | WearPlateLocatorsParent () |
Returns the wear plate and locator parent builder of the rotor. |
Represents a CAM Rotor feature builder.
To create a new instance of this class, use Die::DieCollection::Rotor
Created in NX4.0.0.
Returns the air cylinder parent builder of the rotor.
Created in NX4.0.0.
License requirements : ug_die_design ("Die Design")
double NXOpen::Die::RotorBuilder::AngleTolerance | ( | ) |
Returns the angle tolerance of the rotor casting.
Created in NX4.0.0.
License requirements : ug_die_design ("Die Design")
Returns the bolt holes parent builder of the rotor.
Created in NX4.0.0.
License requirements : ug_die_design ("Die Design")
Returns the display holes of the rotor casting.
Created in NX4.0.0.
License requirements : ug_die_design ("Die Design")
double NXOpen::Die::RotorBuilder::DistanceTolerance | ( | ) |
Returns the distance tolerance of the rotor casting.
Created in NX4.0.0.
License requirements : ug_die_design ("Die Design")
Returns the dowel holes parent builder of the rotor.
Created in NX4.0.0.
License requirements : ug_die_design ("Die Design")
Returns the end stops parent builder of the rotor.
Created in NX4.0.0.
License requirements : ug_die_design ("Die Design")
std::vector<NXOpen::IProfile *> NXOpen::Die::RotorBuilder::GetEndOfFlangeProfile | ( | NXOpen::Die::DirectionOption * | direction | ) |
Gets the end of flange profile of the die rotor casting.
direction | Profile direction. |
std::vector<NXOpen::ISurface *> NXOpen::Die::RotorBuilder::GetEndOrientation | ( | ) |
Gets the end orientation of the rotor casting.
std::vector<NXOpen::IProfile *> NXOpen::Die::RotorBuilder::GetFlangeBendProfile | ( | NXOpen::Die::DirectionOption * | direction | ) |
Gets the flange bend profile of the rotor casting.
direction | Profile direction. |
std::vector<NXOpen::ISurface *> NXOpen::Die::RotorBuilder::GetStartOrientation | ( | ) |
Gets the start orientation of the rotor casting.
Returns the handling holes parent builder of the rotor.
Created in NX4.0.0.
License requirements : ug_die_design ("Die Design")
Returns the press direction of the rotor casting.
Created in NX4.0.0.
License requirements : ug_die_design ("Die Design")
Returns the rotor rotation angle value of the rotor casting.
Created in NX4.0.0.
License requirements : ug_die_design ("Die Design")
Returns the rotor solid of the rotor casting.
Created in NX4.0.0.
License requirements : ug_die_design ("Die Design")
Returns the section builder of the rotor.
Created in NX4.0.0.
License requirements : ug_die_design ("Die Design")
Returns the sensor parent builder of the rotor.
Created in NX4.0.0.
License requirements : ug_die_design ("Die Design")
void NXOpen::Die::RotorBuilder::SetAngleTolerance | ( | double | angleTolerance | ) |
Sets the angle tolerance of the rotor casting.
Created in NX4.0.0.
License requirements : ug_die_design ("Die Design")
angleTolerance | angle tolerance |
void NXOpen::Die::RotorBuilder::SetDisplayHoles | ( | bool | displayHoles | ) |
Sets the display holes of the rotor casting.
Created in NX4.0.0.
License requirements : ug_die_design ("Die Design")
displayHoles | display holes |
void NXOpen::Die::RotorBuilder::SetDistanceTolerance | ( | double | distanceTolerance | ) |
Sets the distance tolerance of the rotor casting.
Created in NX4.0.0.
License requirements : ug_die_design ("Die Design")
distanceTolerance | distance tolerance |
void NXOpen::Die::RotorBuilder::SetEndOfFlangeProfile | ( | NXOpen::Die::DirectionOption | direction, |
const std::vector< NXOpen::IProfile * > & | profileEntries | ||
) |
Sets the end of flange profile of the die rotor casting.
Created in NX4.0.0.
License requirements : ug_die_design ("Die Design")
direction | Profile direction. |
profileEntries | The profile entries, can be curves, edges, faces, sketches or curve features. |
void NXOpen::Die::RotorBuilder::SetEndOrientation | ( | const std::vector< NXOpen::ISurface * > & | endEntries | ) |
Sets the end orientation of the rotor casting.
Created in NX4.0.0.
License requirements : ug_die_design ("Die Design")
endEntries | end entries |
void NXOpen::Die::RotorBuilder::SetFlangeBendProfile | ( | NXOpen::Die::DirectionOption | direction, |
const std::vector< NXOpen::IProfile * > & | profileEntries | ||
) |
Sets the flange bend profile of the rotor casting.
Created in NX4.0.0.
License requirements : ug_die_design ("Die Design")
direction | Profile direction. |
profileEntries | The profile entries, can be curves, edges, faces, sketches or curve features. |
void NXOpen::Die::RotorBuilder::SetPressDirection | ( | NXOpen::IReferenceAxis * | pressDirection | ) |
Sets the press direction of the rotor casting.
Created in NX4.0.0.
License requirements : ug_die_design ("Die Design")
pressDirection | press direction |
void NXOpen::Die::RotorBuilder::SetRotorRotationAngle | ( | const NXString & | degrees | ) |
Created in NX4.0.0.
License requirements : ug_die_design ("Die Design")
degrees | NOTE: The full Unicode character set is not supported for this parameter. |
void NXOpen::Die::RotorBuilder::SetRotorSolid | ( | NXOpen::Body * | rotorSolid | ) |
Sets the rotor solid of the rotor casting.
Created in NX4.0.0.
License requirements : ug_die_design ("Die Design")
rotorSolid | rotor solid |
void NXOpen::Die::RotorBuilder::SetSheetMetal | ( | NXOpen::Body * | sheetMetal | ) |
Sets the sheet metal of the rotor casting.
Created in NX4.0.0.
License requirements : ug_die_design ("Die Design")
sheetMetal | sheet metal |
void NXOpen::Die::RotorBuilder::SetStartOrientation | ( | const std::vector< NXOpen::ISurface * > & | startEntries | ) |
Sets the start orientation of the rotor casting.
Created in NX4.0.0.
License requirements : ug_die_design ("Die Design")
startEntries | start entries |
void NXOpen::Die::RotorBuilder::SetThroatOrientation | ( | NXOpen::CartesianCoordinateSystem * | throatOrientation | ) |
Sets the throat orientation of the rotor casting.
Created in NX4.0.0.
License requirements : ug_die_design ("Die Design")
throatOrientation | throat orientation |
Returns the setup blocks parent builder of the rotor.
Created in NX4.0.0.
License requirements : ug_die_design ("Die Design")
Returns the sheet metal of the rotor casting.
Created in NX4.0.0.
License requirements : ug_die_design ("Die Design")
Returns the T-bar holes parent builder of the rotor.
Created in NX4.0.0.
License requirements : ug_die_design ("Die Design")
Returns the throat definition parent builder of the rotor.
Created in NX4.0.0.
License requirements : ug_die_design ("Die Design")
Returns the throat orientation of the rotor casting.
Created in NX4.0.0.
License requirements : ug_die_design ("Die Design")
Returns the wear plate and locator parent builder of the rotor.
Created in NX4.0.0.
License requirements : ug_die_design ("Die Design")