NX Open C++ Reference Guide
|
Represents a Lineup feature builder
To create a new instance of this class, use Die::DieCollection::Lineup
Created in NX4.0.0.
More...
Public Member Functions | |
NXOpen::Vector3d | FlowDirection () |
Returns the flow direction of the lineup Created in NX7.5.0. | |
std::vector< NXString > | GetDetails () |
Gets the detailed description of the lineup. | |
std::vector< NXOpen::Body * > | GetProductBodies () |
Gets the product sheet bodies of the lineup. | |
NXOpen::Point3d | Origin () |
Returns the origin of the lineup Created in NX4.0.0. | |
NXOpen::Vector3d | PressDirection () |
Returns the press direction of the lineup Created in NX7.5.0. | |
void | SetDetails (std::vector< NXString > &strings) |
Sets the detailed description of the lineup Created in NX4.0.0. | |
void | SetFlowDirection (const NXOpen::Vector3d &flowDirection) |
Sets the flow direction of the lineup Created in NX7.5.0. | |
void | SetOrigin (const NXOpen::Point3d &origin) |
Sets the origin of the lineup Created in NX4.0.0. | |
void | SetPressDirection (const NXOpen::Vector3d &pressDirection) |
Sets the press direction of the lineup Created in NX7.5.0. | |
void | SetProductBodies (const std::vector< NXOpen::Body * > &objects) |
Sets the product sheet bodies of the lineup Created in NX4.0.0. |
Represents a Lineup feature builder
To create a new instance of this class, use Die::DieCollection::Lineup
Created in NX4.0.0.
Returns the flow direction of the lineup
Created in NX7.5.0.
License requirements : die_engineering ("DIE ENGINEERING")
std::vector<NXString> NXOpen::Die::LineupBuilder::GetDetails | ( | ) |
Gets the detailed description of the lineup.
std::vector<NXOpen::Body *> NXOpen::Die::LineupBuilder::GetProductBodies | ( | ) |
Gets the product sheet bodies of the lineup.
Returns the origin of the lineup
Created in NX4.0.0.
License requirements : die_engineering ("DIE ENGINEERING")
Returns the press direction of the lineup
Created in NX7.5.0.
License requirements : die_engineering ("DIE ENGINEERING")
void NXOpen::Die::LineupBuilder::SetDetails | ( | std::vector< NXString > & | strings | ) |
Sets the detailed description of the lineup
Created in NX4.0.0.
License requirements : die_engineering ("DIE ENGINEERING")
strings | detail strings NOTE: The full Unicode character set is not supported for this parameter. |
void NXOpen::Die::LineupBuilder::SetFlowDirection | ( | const NXOpen::Vector3d & | flowDirection | ) |
Sets the flow direction of the lineup
Created in NX7.5.0.
License requirements : die_engineering ("DIE ENGINEERING")
flowDirection | flowdirection |
void NXOpen::Die::LineupBuilder::SetOrigin | ( | const NXOpen::Point3d & | origin | ) |
Sets the origin of the lineup
Created in NX4.0.0.
License requirements : die_engineering ("DIE ENGINEERING")
origin | origin |
void NXOpen::Die::LineupBuilder::SetPressDirection | ( | const NXOpen::Vector3d & | pressDirection | ) |
Sets the press direction of the lineup
Created in NX7.5.0.
License requirements : die_engineering ("DIE ENGINEERING")
pressDirection | pressdirection |
void NXOpen::Die::LineupBuilder::SetProductBodies | ( | const std::vector< NXOpen::Body * > & | objects | ) |
Sets the product sheet bodies of the lineup
Created in NX4.0.0.
License requirements : die_engineering ("DIE ENGINEERING")
objects | objects |