|
NX Open C++ Reference Guide
|
Mold Wizard runner management builder, select curves as runner guide, choose section type and edit section parameters, optional choose boolean type to create runner channel. More...
Public Types | |
| enum | GuideEndType { GuideEndTypeBoth, GuideEndTypeStartOnly, GuideEndTypeEndOnly, GuideEndTypeNone } |
| Represents the runner guide end type. More... | |
| enum | SectionType { SectionTypeCircular, SectionTypeParabolic, SectionTypeTrapezoidal, SectionTypeHexagonal, SectionTypeSemiCircular } |
| Represents the section type of runner channel. More... | |
Public Member Functions | |
| NXOpen::GeometricUtilities::BooleanOperation * | BooleanOperation () |
| Returns the boolean operation to perform on the runner. | |
| void | DeleteRunner () |
| Deletes the runner bodies. | |
| void | EditDataBase () |
| Edits runner section data base. | |
| void | EditRegisterFile () |
| Edits runner section register file. | |
| NXOpen::Tooling::RunnerBuilder::GuideEndType | EndShape () |
| Returns the guide end shape type of runner. | |
| NXOpen::Section * | GuideLines () |
| Returns the runner guide lines to create runner channel. | |
| NXOpen::SelectBodyList * | RunnerBodies () |
| Returns the runner bodies Created in NX7.5.0. | |
| NXOpen::Tooling::RunnerBuilder::SectionType | SectionShape () |
| Returns the section shape type of runner. | |
| NXOpen::Direction * | SectionVector () |
| Returns the vector indicating the runner section direction. | |
| void | SetEndShape (NXOpen::Tooling::RunnerBuilder::GuideEndType endShape) |
| Sets the guide end shape type of runner. | |
| void | SetSectionShape (NXOpen::Tooling::RunnerBuilder::SectionType sectionShape) |
| Sets the section shape type of runner. | |
| void | SetSectionVector (NXOpen::Direction *sectionVector) |
| Sets the vector indicating the runner section direction. | |
| NXOpen::GeometricUtilities::ModlMotion * | TransMotion () |
| Returns the transform motion to rotate the section curves. | |
Public Member Functions inherited from NXOpen::Builder | |
| NXOpen::NXObject * | Commit () |
| Commits any edits that have been applied to the builder. | |
| void | Destroy () |
| Deletes the builder, and cleans up any objects created by the builder. | |
| std::vector< NXOpen::NXObject * > | GetCommittedObjects () |
| For builders that create more than one object, this method returns the objects that are created by commit. | |
| NXOpen::NXObject * | GetObject () |
| Returns the object currently being edited by this builder. | |
| void | ShowResults () |
| Updates the model to reflect the result of an edit to the model for all builders that support showing results. | |
| virtual bool | Validate () |
| Validate whether the inputs to the component are sufficient for commit to be called. | |
Public Member Functions inherited from NXOpen::TaggedObject | |
| tag_t | GetTag () const |
<b>Deprecated</b>:<br> Use Tag instead. | |
| tag_t | Tag () const |
| Returns the tag of this object. | |
Mold Wizard runner management builder, select curves as runner guide, choose section type and edit section parameters, optional choose boolean type to create runner channel.
To create a new instance of this class, use Tooling::RunnerCollection::CreateRunnerBuilder
Default values.
| Property | Value |
|---|---|
|
EndShape |
Both |
|
SectionShape |
Circular |
|
TransMotion.DeltaEnum |
ReferenceWcsWorkPart |
|
TransMotion.DeltaXc.Value |
0.0 |
|
TransMotion.DeltaYc.Value |
0.0 |
|
TransMotion.DeltaZc.Value |
0.0 |
Created in NX7.5.0.
Represents the section type of runner channel.
| NXOpen::GeometricUtilities::BooleanOperation* NXOpen::Tooling::RunnerBuilder::BooleanOperation | ( | ) |
Returns the boolean operation to perform on the runner.
Created in NX7.5.0.
License requirements : None
| void NXOpen::Tooling::RunnerBuilder::DeleteRunner | ( | ) |
Deletes the runner bodies.
Created in NX7.5.0.
License requirements : None
| void NXOpen::Tooling::RunnerBuilder::EditDataBase | ( | ) |
Edits runner section data base.
Created in NX7.5.0.
License requirements : None
| void NXOpen::Tooling::RunnerBuilder::EditRegisterFile | ( | ) |
Edits runner section register file.
Created in NX7.5.0.
License requirements : None
| NXOpen::Tooling::RunnerBuilder::GuideEndType NXOpen::Tooling::RunnerBuilder::EndShape | ( | ) |
Returns the guide end shape type of runner.
Created in NX7.5.0.
License requirements : None
| NXOpen::Section* NXOpen::Tooling::RunnerBuilder::GuideLines | ( | ) |
Returns the runner guide lines to create runner channel.
Created in NX7.5.0.
License requirements : None
| NXOpen::SelectBodyList* NXOpen::Tooling::RunnerBuilder::RunnerBodies | ( | ) |
Returns the runner bodies
Created in NX7.5.0.
License requirements : None
| NXOpen::Tooling::RunnerBuilder::SectionType NXOpen::Tooling::RunnerBuilder::SectionShape | ( | ) |
Returns the section shape type of runner.
Created in NX7.5.0.
License requirements : None
| NXOpen::Direction* NXOpen::Tooling::RunnerBuilder::SectionVector | ( | ) |
Returns the vector indicating the runner section direction.
Created in NX7.5.0.
License requirements : None
| void NXOpen::Tooling::RunnerBuilder::SetEndShape | ( | NXOpen::Tooling::RunnerBuilder::GuideEndType | endShape | ) |
Sets the guide end shape type of runner.
Created in NX7.5.0.
License requirements : None
| endShape | endshape |
| void NXOpen::Tooling::RunnerBuilder::SetSectionShape | ( | NXOpen::Tooling::RunnerBuilder::SectionType | sectionShape | ) |
Sets the section shape type of runner.
Created in NX7.5.0.
License requirements : None
| sectionShape | sectionshape |
| void NXOpen::Tooling::RunnerBuilder::SetSectionVector | ( | NXOpen::Direction * | sectionVector | ) |
Sets the vector indicating the runner section direction.
Created in NX7.5.0.
License requirements : None
| sectionVector | sectionvector |
| NXOpen::GeometricUtilities::ModlMotion* NXOpen::Tooling::RunnerBuilder::TransMotion | ( | ) |
Returns the transform motion to rotate the section curves.
Created in NX7.5.0.
License requirements : None