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

The SubInsert builder
To create a new instance of this class, use NXOpen::Tooling::SubInsertCollection::CreateSubInsertBuilder
Default values. More...

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

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. More...
 
void EditRegFile ()
 Edit register file of foot
Created in NX6.0.0. More...
 
double InputParm ()
 Returns the parameter of foot
Created in NX6.0.0. More...
 
bool Rename ()
 Returns the subinsert name
Created in NX6.0.0. More...
 
NXOpen::SelectBodyListSelectBotFace ()
 Returns the bottom face to position the sub-insert
Created in NX6.0.0. More...
 
NXOpen::SelectBodyListSelectHead ()
 Returns the head of sub-insert
Created in NX6.0.0. More...
 
NXOpen::Tooling::SubInsertBuilder::Shape SelFootType ()
 Returns the foot type which can be a box or a cylinder
Created in NX6.0.0. More...
 
void SetInputParm (double inputParm)
 Sets the parameter of foot
Created in NX6.0.0. More...
 
void SetRename (bool rename)
 Sets the subinsert name
Created in NX6.0.0. More...
 
void SetSelFootType (NXOpen::Tooling::SubInsertBuilder::Shape selFootType)
 Sets the foot type which can be a box or a cylinder
Created in NX6.0.0. More...
 
void SetType (NXOpen::Tooling::SubInsertBuilder::Types type)
 Sets the parent part type
Created in NX8.0.0. More...
 
NXOpen::Tooling::SubInsertBuilder::Types Type ()
 Returns the parent part type
Created in NX8.0.0. 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

The SubInsert builder
To create a new instance of this class, use NXOpen::Tooling::SubInsertCollection::CreateSubInsertBuilder
Default values.

Property Value

InputParm

0

Rename

0

SelFootType

Box


Created in NX6.0.0.

Member Enumeration Documentation

Represents the foot shape.

Enumerator
ShapeBox 

The shape is a block.

ShapeCylinder 

The shape is a cylinder.

Represents the type of parent part.

Enumerator
TypesParentOfSolidOwningPart 

The parent part is the parent of solid owning part.

TypesProdPart 

The parent part is Prod part.

TypesSolidOwningPart 

The parent part is the owning part of solid.

TypesCurrentWorkPart 

The parent part is current work part.

Member Function Documentation

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

Parameters
inputParminputparm
void NXOpen::Tooling::SubInsertBuilder::SetRename ( bool  rename)

Sets the subinsert name
Created in NX6.0.0.



License requirements : None

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

Parameters
selFootTypeselfoottype
void NXOpen::Tooling::SubInsertBuilder::SetType ( NXOpen::Tooling::SubInsertBuilder::Types  type)

Sets the parent part type
Created in NX8.0.0.



License requirements : None

Parameters
typetype
NXOpen::Tooling::SubInsertBuilder::Types NXOpen::Tooling::SubInsertBuilder::Type ( )

Returns the parent part type
Created in NX8.0.0.



License requirements : None


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