NX Open C++ Reference Guide
Public Types | Public Member Functions | List of all members
NXOpen::Tooling::RunnerBuilder Class Reference

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...

Inheritance diagram for NXOpen::Tooling::RunnerBuilder:
NXOpen::Builder NXOpen::TaggedObject NXOpen::GeometricUtilities::IComponentBuilder

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::BooleanOperationBooleanOperation ()
 Returns the boolean operation to perform on the runner. More...
 
void DeleteRunner ()
 Deletes the runner bodies. More...
 
void EditDataBase ()
 Edits runner section data base. More...
 
void EditRegisterFile ()
 Edits runner section register file. More...
 
NXOpen::Tooling::RunnerBuilder::GuideEndType EndShape ()
 Returns the guide end shape type of runner. More...
 
NXOpen::SectionGuideLines ()
 Returns the runner guide lines to create runner channel. More...
 
NXOpen::SelectBodyListRunnerBodies ()
 Returns the runner bodies
Created in NX7.5.0. More...
 
NXOpen::Tooling::RunnerBuilder::SectionType SectionShape ()
 Returns the section shape type of runner. More...
 
NXOpen::DirectionSectionVector ()
 Returns the vector indicating the runner section direction. More...
 
void SetEndShape (NXOpen::Tooling::RunnerBuilder::GuideEndType endShape)
 Sets the guide end shape type of runner. More...
 
void SetSectionShape (NXOpen::Tooling::RunnerBuilder::SectionType sectionShape)
 Sets the section shape type of runner. More...
 
void SetSectionVector (NXOpen::Direction *sectionVector)
 Sets the vector indicating the runner section direction. More...
 
NXOpen::GeometricUtilities::ModlMotionTransMotion ()
 Returns the transform motion to rotate the section curves. More...
 
- Public Member Functions inherited from NXOpen::Builder
NXOpen::NXObjectCommit ()
 Commits any edits that have been applied to the builder. More...
 
void Destroy ()
 Deletes the builder, and cleans up any objects created by the builder. More...
 
std::vector< NXOpen::NXObject * > GetCommittedObjects ()
 For builders that create more than one object, this method returns the objects that are created by commit. More...
 
NXOpen::NXObjectGetObject ()
 Returns the object currently being edited by this builder. More...
 
void ShowResults ()
 Updates the model to reflect the result of an edit to the model for all builders that support showing results. More...
 
virtual bool Validate ()
 Validate whether the inputs to the component are sufficient for commit to be called. More...
 
- Public Member Functions inherited from NXOpen::TaggedObject
tag_t Tag () const
 Returns the tag of this object. More...
 

Detailed Description

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 NXOpen::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.

Member Enumeration Documentation

Represents the runner guide end type.

Enumerator
GuideEndTypeBoth 

Use both start and end points.

GuideEndTypeStartOnly 

Use the start point only.

GuideEndTypeEndOnly 

Use the end point only.

GuideEndTypeNone 

None of runner guide points for use.

Represents the section type of runner channel.

Enumerator
SectionTypeCircular 

Use circular section type.

SectionTypeParabolic 

Use parabolic section type.

SectionTypeTrapezoidal 

Use trapezoidal section type.

SectionTypeHexagonal 

Use hexagonal section type.

SectionTypeSemiCircular 

Use semicircular section type.

Member Function Documentation

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

Parameters
endShapeendshape
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

Parameters
sectionShapesectionshape
void NXOpen::Tooling::RunnerBuilder::SetSectionVector ( NXOpen::Direction sectionVector)

Sets the vector indicating the runner section direction.


Created in NX7.5.0.

License requirements : None

Parameters
sectionVectorsectionvector
NXOpen::GeometricUtilities::ModlMotion* NXOpen::Tooling::RunnerBuilder::TransMotion ( )

Returns the transform motion to rotate the section curves.


Created in NX7.5.0.

License requirements : None


The documentation for this class was generated from the following file:
Copyright 2012 Siemens Product Lifecycle Management Software Inc. All Rights Reserved.