NX Open C++ Reference Guide
|
The SubInsert builder
To create a new instance of this class, use Tooling::SubInsertCollection::CreateSubInsertBuilder
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. |
The SubInsert builder
To create a new instance of this class, use Tooling::SubInsertCollection::CreateSubInsertBuilder
Default values.
Property | Value |
---|---|
InputParm |
0 |
Rename |
0 |
SelFootType |
Box |
Created in NX6.0.0.
Edit datebase of foot
Created in NX6.0.0.
License requirements : None
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
Returns the subinsert name
Created in NX6.0.0.
License requirements : None
Returns the bottom face to position the sub-insert
Created in NX6.0.0.
License requirements : None
Returns the head of sub-insert
Created in NX6.0.0.
License requirements : None
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 |
Sets the parent part type
Created in NX8.0.0.
License requirements : None
type | type |
Returns the parent part type
Created in NX8.0.0.
License requirements : None