|
NX Open C++ Reference Guide
|
The SubInsert builder <br> To create a new instance of this class, use @link Tooling::SubInsertCollection::CreateSubInsertBuilder Tooling::SubInsertCollection::CreateSubInsertBuilder @endlink <br>
Default values. More...
Public Types | |
| enum | Shape { ShapeBox, ShapeCylinder } |
| Represents the foot shape. More... | |
| enum | Types { TypesParentOfSolidOwningPart, TypesProdPart, TypesSolidOwningPart, TypesCurrentWorkPart } |
| Represents the type of parent part. More... | |
Public Member Functions | |
| void | EditDatabase () |
| Edit datebase of foot Created in NX6.0.0. | |
| void | EditRegFile () |
| Edit register file of foot Created in NX6.0.0. | |
| double | InputParm () |
| Returns the parameter of foot Created in NX6.0.0. | |
| bool | Rename () |
| Returns the subinsert name Created in NX6.0.0. | |
| NXOpen::SelectBodyList * | SelectBotFace () |
| Returns the bottom face to position the sub-insert Created in NX6.0.0. | |
| NXOpen::SelectBodyList * | SelectHead () |
| Returns the head of sub-insert Created in NX6.0.0. | |
| NXOpen::Tooling::SubInsertBuilder::Shape | SelFootType () |
| Returns the foot type which can be a box or a cylinder Created in NX6.0.0. | |
| void | SetInputParm (double inputParm) |
| Sets the parameter of foot Created in NX6.0.0. | |
| void | SetRename (bool rename) |
| Sets the subinsert name Created in NX6.0.0. | |
| void | SetSelFootType (NXOpen::Tooling::SubInsertBuilder::Shape selFootType) |
| Sets the foot type which can be a box or a cylinder Created in NX6.0.0. | |
| void | SetType (NXOpen::Tooling::SubInsertBuilder::Types type) |
| Sets the parent part type Created in NX8.0.0. | |
| NXOpen::Tooling::SubInsertBuilder::Types | Type () |
| Returns the parent part type Created in NX8.0.0. | |
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. | |
The SubInsert builder <br> To create a new instance of this class, use @link Tooling::SubInsertCollection::CreateSubInsertBuilder Tooling::SubInsertCollection::CreateSubInsertBuilder @endlink <br>
Default values.
| Property | Value |
|---|---|
|
InputParm |
0 |
|
Rename |
0 |
|
SelFootType |
Box |
Created in NX6.0.0.
| void NXOpen::Tooling::SubInsertBuilder::EditDatabase | ( | ) |
Edit datebase of foot
Created in NX6.0.0.
License requirements : None
| void NXOpen::Tooling::SubInsertBuilder::EditRegFile | ( | ) |
Edit register file of foot
Created in NX6.0.0.
License requirements : None
| double NXOpen::Tooling::SubInsertBuilder::InputParm | ( | ) |
Returns the parameter of foot
Created in NX6.0.0.
License requirements : None
| bool NXOpen::Tooling::SubInsertBuilder::Rename | ( | ) |
Returns the subinsert name
Created in NX6.0.0.
License requirements : None
| NXOpen::SelectBodyList* NXOpen::Tooling::SubInsertBuilder::SelectBotFace | ( | ) |
Returns the bottom face to position the sub-insert
Created in NX6.0.0.
License requirements : None
| NXOpen::SelectBodyList* NXOpen::Tooling::SubInsertBuilder::SelectHead | ( | ) |
Returns the head of sub-insert
Created in NX6.0.0.
License requirements : None
| NXOpen::Tooling::SubInsertBuilder::Shape NXOpen::Tooling::SubInsertBuilder::SelFootType | ( | ) |
Returns the foot type which can be a box or a cylinder
Created in NX6.0.0.
License requirements : None
| void NXOpen::Tooling::SubInsertBuilder::SetInputParm | ( | double | inputParm | ) |
Sets the parameter of foot
Created in NX6.0.0.
License requirements : None
| inputParm | inputparm |
| void NXOpen::Tooling::SubInsertBuilder::SetRename | ( | bool | rename | ) |
Sets the subinsert name
Created in NX6.0.0.
License requirements : None
| rename | rename |
| void NXOpen::Tooling::SubInsertBuilder::SetSelFootType | ( | NXOpen::Tooling::SubInsertBuilder::Shape | selFootType | ) |
Sets the foot type which can be a box or a cylinder
Created in NX6.0.0.
License requirements : None
| selFootType | selfoottype |
| void NXOpen::Tooling::SubInsertBuilder::SetType | ( | NXOpen::Tooling::SubInsertBuilder::Types | type | ) |
Sets the parent part type
Created in NX8.0.0.
License requirements : None
| type | type |
| NXOpen::Tooling::SubInsertBuilder::Types NXOpen::Tooling::SubInsertBuilder::Type | ( | ) |
Returns the parent part type
Created in NX8.0.0.
License requirements : None