NX Open C++ Reference Guide
Public Member Functions | List of all members
NXOpen::CAM::ManageToolPartBuilder Class Reference

Represents an Export Tool Part Builder
This is an abstract class, and cannot be instantiated. More...

Inheritance diagram for NXOpen::CAM::ManageToolPartBuilder:
NXOpen::Builder NXOpen::TaggedObject NXOpen::GeometricUtilities::IComponentBuilder

Public Member Functions

void AskR1ToolTipJunction (NXOpen::NXObject **r1ToolTipJunction, int *r1ToolTipTrackingPoint)
 The r1 tool tip junction, applies for turning tools only
Created in NX6.0.0. More...
 
void AskToolTipJunction (NXOpen::NXObject **toolTipJunction, int *toolTipTrackingPoint, int *toolTipRadiusId)
 The tool_tip_tracking_point, tool_tip_radius_id parameters apply for turning tools only. More...
 
bool ExportToggleState ()
 Returns the export tool part toggle state
Created in NX6.0.0. More...
 
int GetNumToolCutter ()
 Get the number of tool cutter objects. More...
 
void GetToolCutter (std::vector< NXOpen::NXObject * > &tagArray)
 Get the tool's cuttre geometry objects
Created in NX7.5.0. More...
 
void SetExportToggleState (bool state)
 Sets the export tool part toggle state
Created in NX6.0.0. More...
 
void SetToolCutter (const std::vector< NXOpen::NXObject * > &tagArray)
 Sets the geometry objects for the tool's cutter
Created in NX7.5.0. More...
 
void SetToolMountingJunction (NXOpen::NXObject *toolMountingJunction)
 Sets the tool mounting junction
Created in NX6.0.0. More...
 
NXOpen::NXObjectToolMountingJunction ()
 Returns the tool mounting junction
Created in NX6.0.0. More...
 
void UpdateR1ToolTipJunction (NXOpen::NXObject *r1ToolTipJunction, int r1ToolTipTrackingPoint)
 Updates the r1 tool tip junction and related tracking point (1..9)
Created in NX6.0.0. More...
 
void UpdateToolTipJunction (NXOpen::NXObject *r1ToolTipJunction, int toolTipTrackingPoint, int toolTipRadiusId)
 Updates the tool tip junction. 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

Represents an Export Tool Part Builder
This is an abstract class, and cannot be instantiated.



Created in NX6.0.0.

Member Function Documentation

void NXOpen::CAM::ManageToolPartBuilder::AskR1ToolTipJunction ( NXOpen::NXObject **  r1ToolTipJunction,
int *  r1ToolTipTrackingPoint 
)

The r1 tool tip junction, applies for turning tools only
Created in NX6.0.0.



License requirements : None

Parameters
r1ToolTipJunctionThe Tool Tip Junction at radius R1
r1ToolTipTrackingPointThe tracking point (1..9) where the junction origin is located
void NXOpen::CAM::ManageToolPartBuilder::AskToolTipJunction ( NXOpen::NXObject **  toolTipJunction,
int *  toolTipTrackingPoint,
int *  toolTipRadiusId 
)

The tool_tip_tracking_point, tool_tip_radius_id parameters apply for turning tools only.

Otherwise they are set to zero
Created in NX8.5.0.

License requirements : None

Parameters
toolTipJunctionThe Tool Tip Junction at radius R1
toolTipTrackingPointThe tracking point (1..9) where the junction origin is located
toolTipRadiusIdThe radius id where the junction origin is located
bool NXOpen::CAM::ManageToolPartBuilder::ExportToggleState ( )

Returns the export tool part toggle state
Created in NX6.0.0.



License requirements : None

int NXOpen::CAM::ManageToolPartBuilder::GetNumToolCutter ( )

Get the number of tool cutter objects.

Returns
Number of cutter objects
Created in NX7.5.0.

License requirements : None
void NXOpen::CAM::ManageToolPartBuilder::GetToolCutter ( std::vector< NXOpen::NXObject * > &  tagArray)

Get the tool's cuttre geometry objects
Created in NX7.5.0.



License requirements : None

Parameters
tagArrayArray with the cutter objects
void NXOpen::CAM::ManageToolPartBuilder::SetExportToggleState ( bool  state)

Sets the export tool part toggle state
Created in NX6.0.0.



License requirements : None

Parameters
stateif true export also tool part on export, otherwise don't
void NXOpen::CAM::ManageToolPartBuilder::SetToolCutter ( const std::vector< NXOpen::NXObject * > &  tagArray)

Sets the geometry objects for the tool's cutter
Created in NX7.5.0.



License requirements : None

Parameters
tagArrayArray holding the cutter objects
void NXOpen::CAM::ManageToolPartBuilder::SetToolMountingJunction ( NXOpen::NXObject toolMountingJunction)

Sets the tool mounting junction
Created in NX6.0.0.



License requirements : None

Parameters
toolMountingJunctiontool mounting junction
NXOpen::NXObject* NXOpen::CAM::ManageToolPartBuilder::ToolMountingJunction ( )

Returns the tool mounting junction
Created in NX6.0.0.



License requirements : None

void NXOpen::CAM::ManageToolPartBuilder::UpdateR1ToolTipJunction ( NXOpen::NXObject r1ToolTipJunction,
int  r1ToolTipTrackingPoint 
)

Updates the r1 tool tip junction and related tracking point (1..9)
Created in NX6.0.0.



License requirements : None

Parameters
r1ToolTipJunctionThe tool tip junction at radius R1
r1ToolTipTrackingPointThe tracking point (1..9) where the junction origin is located
void NXOpen::CAM::ManageToolPartBuilder::UpdateToolTipJunction ( NXOpen::NXObject r1ToolTipJunction,
int  toolTipTrackingPoint,
int  toolTipRadiusId 
)

Updates the tool tip junction.

The tool_tip_tracking_point, tool_tip_radius_id parameters apply for turning tools only.
Created in NX8.5.0.

License requirements : None

Parameters
r1ToolTipJunctionThe tool tip junction at radius R1
toolTipTrackingPointThe tracking point (1..9) where the junction origin is located
toolTipRadiusIdThe radius id (1,2,3..) where the junction origin is located

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