NX Open C++ Reference Guide
Public Types | Public Member Functions
NXOpen::CAM::TurningToolBuilder Class Reference

Represents a Turning tool builder
This is an abstract class, and cannot be instantiated. More...

Inheritance diagram for NXOpen::CAM::TurningToolBuilder:
NXOpen::CAM::ToolBuilder NXOpen::CAM::NCGroupBuilder NXOpen::CAM::ParamBuilder NXOpen::Builder NXOpen::TaggedObject NXOpen::GeometricUtilities::IComponentBuilder NXOpen::CAM::FormToolBuilder NXOpen::CAM::GrooveToolBuilder NXOpen::CAM::ThreadToolBuilder NXOpen::CAM::TurnToolBuilder

List of all members.

Public Types

enum  HolderShankTypes { HolderShankTypesSquare, HolderShankTypesRound }
 the available turn holder shank types More...
enum  InsertPositions { InsertPositionsTopside, InsertPositionsUnderside }
 the available insert positions More...

Public Member Functions

NXOpen::CAM::InheritableDoubleBuilderHolderAngleBuilder ()
 Returns the holder angle builder (inheritable double)
Created in NX5.0.0.
NXOpen::CAM::InheritableDoubleBuilderHolderLengthBuilder ()
 Returns the turn holder length builder (inheritable double)
Created in NX5.0.0.
bool HolderLock ()
 Returns the lock turn holder toggle
Created in NX5.0.0.
NXOpen::CAM::InheritableDoubleBuilderHolderShankLineBuilder ()
 Returns the turn holder shank line builder (inheritable double)
Created in NX5.0.0.
NXOpen::CAM::TurningToolBuilder::HolderShankTypes HolderShankType ()
 Returns the turn holder shank type
Created in NX5.0.0.
NXOpen::CAM::InheritableDoubleBuilderHolderShankWidthBuilder ()
 Returns the turn holder shank width builder (inheritable double)
Created in NX5.0.0.
bool HolderUse ()
 Returns the use turn holder toggle
Created in NX5.0.0.
NXOpen::CAM::InheritableDoubleBuilderHolderWidthBuilder ()
 Returns the turn holder width builder (inheritable double)
Created in NX5.0.0.
NXOpen::CAM::InheritableDoubleBuilderInsertLengthBuilder ()
 Returns the insert length builder (inheritable double)
Created in NX5.0.0.
NXOpen::CAM::TurningToolBuilder::InsertPositions InsertPosition ()
 Returns the insert position
Created in NX5.0.0.
NXOpen::CAM::InheritableDoubleBuilderInsertWidthBuilder ()
 Returns the insert width builder (inheritable double)
Created in NX5.0.0.
NXOpen::CAM::InheritableDoubleBuilderLeftAngleBuilder ()
 Returns the left angle builder (inheritable double)
Created in NX5.0.0.
NXOpen::CAM::ManageToolPartBuilderManageToolPartBuilder ()
 Returns the manage tool part builder
Created in NX6.0.0.
NXOpen::CAM::InheritableDoubleBuilderMaxDepthBuilder ()
 Returns the max.
bool MaxDepthToggle ()
 Returns the max.
NXOpen::CAM::InheritableDoubleBuilderMaxFacingDiameterBuilder ()
 Returns the max.
bool MaxFacingDiameterToggle ()
 Returns the max.
NXOpen::CAM::InheritableDoubleBuilderMaxToolReachBuilder ()
 Returns the max.
bool MaxToolReachToggle ()
 Returns the max.
NXOpen::CAM::NCGroupMcsSpindleGroup ()
 Returns the MCS spindle group
Created in NX7.5.0.
NXOpen::CAM::InheritableDoubleBuilderMinBoringDiameterBuilder ()
 Returns the min.
bool MinBoringDiameterToggle ()
 Returns the min.
NXOpen::CAM::InheritableDoubleBuilderMinFacingDiameterBuilder ()
 Returns the min.
bool MinFacingDiameterToggle ()
 Returns the min.
NXOpen::CAM::InheritableDoubleBuilderNoseRadiusBuilder ()
 Returns the nose radius builder (inheritable double)
Created in NX5.0.0.
NXOpen::CAM::InheritableDoubleBuilderNoseWidthBuilder ()
 Returns the nose width builder (inheritable double)
Created in NX5.0.0.
NXOpen::CAM::InheritableDoubleBuilderOrientAngleBuilder ()
 Returns the orient angle builder (inheritable double)
Created in NX5.0.0.
NXOpen::CAM::InheritableDoubleBuilderRightAngleBuilder ()
 Returns the right angle builder (inheritable double)
Created in NX5.0.0.
void SetHolderLock (bool holderLock)
 Sets the lock turn holder toggle
Created in NX5.0.0.
void SetHolderShankType (NXOpen::CAM::TurningToolBuilder::HolderShankTypes holderShankType)
 Sets the turn holder shank type
Created in NX5.0.0.
void SetHolderUse (bool holderUse)
 Sets the use turn holder toggle
Created in NX5.0.0.
void SetInsertPosition (NXOpen::CAM::TurningToolBuilder::InsertPositions insertPosition)
 Sets the insert position
Created in NX5.0.0.
void SetMaxDepthToggle (bool maxDepthToggle)
 Sets the max.
void SetMaxFacingDiameterToggle (bool maxFacingDiameterToggle)
 Sets the max.
void SetMaxToolReachToggle (bool maxToolReachToggle)
 Sets the max.
void SetMcsSpindleGroup (NXOpen::CAM::NCGroup *mcsSpindleGroup)
 Sets the MCS spindle group
Created in NX7.5.0.
void SetMinBoringDiameterToggle (bool minBoringDiameterToggle)
 Sets the min.
void SetMinFacingDiameterToggle (bool minFacingDiameterToggle)
 Sets the min.
NXOpen::CAM::InheritableDoubleBuilderThicknessBuilder ()
 Returns the thickness builder (inheritable double)
Created in NX5.0.0.
NXOpen::CAM::TrackingBuilderTrackingBuilder ()
 Returns the tracking point builder
Created in NX5.0.1.
NXOpen::CAM::InheritableDoubleBuilderXMountBuilder ()
 Returns the x mount builder (inheritable double)
Created in NX5.0.0.
NXOpen::CAM::InheritableDoubleBuilderYMountBuilder ()
 Returns the y mount builder (inheritable double)
Created in NX5.0.0.

Detailed Description

Represents a Turning tool builder
This is an abstract class, and cannot be instantiated.



Created in NX5.0.0.


Member Enumeration Documentation

the available turn holder shank types

Enumerator:
HolderShankTypesSquare 

Square Shank.

HolderShankTypesRound 

Round Shank.

the available insert positions

Enumerator:
InsertPositionsTopside 

Topside.

InsertPositionsUnderside 

Underside.


Member Function Documentation

Returns the holder angle builder (inheritable double)
Created in NX5.0.0.



License requirements : cam_base ("CAM BASE")

Returns the turn holder length builder (inheritable double)
Created in NX5.0.0.



License requirements : cam_base ("CAM BASE")

Returns the lock turn holder toggle
Created in NX5.0.0.



License requirements : None

Returns the turn holder shank line builder (inheritable double)
Created in NX5.0.0.



License requirements : cam_base ("CAM BASE")

Returns the turn holder shank type
Created in NX5.0.0.



License requirements : None

Returns the turn holder shank width builder (inheritable double)
Created in NX5.0.0.



License requirements : cam_base ("CAM BASE")

Returns the use turn holder toggle
Created in NX5.0.0.



License requirements : None

Returns the turn holder width builder (inheritable double)
Created in NX5.0.0.



License requirements : cam_base ("CAM BASE")

Returns the insert length builder (inheritable double)
Created in NX5.0.0.



License requirements : cam_base ("CAM BASE")

Returns the insert position
Created in NX5.0.0.



License requirements : None

Returns the insert width builder (inheritable double)
Created in NX5.0.0.



License requirements : cam_base ("CAM BASE")

Returns the left angle builder (inheritable double)
Created in NX5.0.0.



License requirements : cam_base ("CAM BASE")

Returns the manage tool part builder
Created in NX6.0.0.



License requirements : cam_base ("CAM BASE")

Returns the max.

depth builder (inheritable double)
Created in NX5.0.0.

License requirements : cam_base ("CAM BASE")

Returns the max.

depth toggle
Created in NX5.0.0.

License requirements : None

Returns the max.

facing diameter builder (inheritable double)
Created in NX5.0.0.

License requirements : cam_base ("CAM BASE")

Returns the max.

facing diameter toggle
Created in NX5.0.0.

License requirements : None

Returns the max.

tool reach builder (inheritable double)
Created in NX5.0.0.

License requirements : cam_base ("CAM BASE")

Returns the max.

tool reach toggle
Created in NX5.0.0.

License requirements : None

Returns the MCS spindle group
Created in NX7.5.0.



License requirements : None

Returns the min.

boring diameter builder (inheritable double)
Created in NX5.0.0.

License requirements : cam_base ("CAM BASE")

Returns the min.

boring diameter toggle
Created in NX5.0.0.

License requirements : None

Returns the min.

facing diameter builder (inheritable double)
Created in NX5.0.0.

License requirements : cam_base ("CAM BASE")

Returns the min.

facing diameter toggle
Created in NX5.0.0.

License requirements : None

Returns the nose radius builder (inheritable double)
Created in NX5.0.0.



License requirements : cam_base ("CAM BASE")

Returns the nose width builder (inheritable double)
Created in NX5.0.0.



License requirements : cam_base ("CAM BASE")

Returns the orient angle builder (inheritable double)
Created in NX5.0.0.



License requirements : cam_base ("CAM BASE")

Returns the right angle builder (inheritable double)
Created in NX5.0.0.



License requirements : cam_base ("CAM BASE")

Sets the lock turn holder toggle
Created in NX5.0.0.



License requirements : None

Parameters:
holderLockthe lock turn holder toggle

Sets the turn holder shank type
Created in NX5.0.0.



License requirements : None

Parameters:
holderShankTypeholdershanktype

Sets the use turn holder toggle
Created in NX5.0.0.



License requirements : None

Parameters:
holderUsethe use turn holder toggle

Sets the insert position
Created in NX5.0.0.



License requirements : None

Parameters:
insertPositioninsertposition

Sets the max.

depth toggle
Created in NX5.0.0.

License requirements : None

Parameters:
maxDepthTogglemaxdepthtoggle
void NXOpen::CAM::TurningToolBuilder::SetMaxFacingDiameterToggle ( bool  maxFacingDiameterToggle)

Sets the max.

facing diameter toggle
Created in NX5.0.0.

License requirements : None

Parameters:
maxFacingDiameterTogglemaxfacingdiametertoggle
void NXOpen::CAM::TurningToolBuilder::SetMaxToolReachToggle ( bool  maxToolReachToggle)

Sets the max.

tool reach toggle
Created in NX5.0.0.

License requirements : None

Parameters:
maxToolReachTogglemaxtoolreachtoggle

Sets the MCS spindle group
Created in NX7.5.0.



License requirements : None

Parameters:
mcsSpindleGroupthe tag of the MCS spindle group
void NXOpen::CAM::TurningToolBuilder::SetMinBoringDiameterToggle ( bool  minBoringDiameterToggle)

Sets the min.

boring diameter toggle
Created in NX5.0.0.

License requirements : None

Parameters:
minBoringDiameterToggleminboringdiametertoggle
void NXOpen::CAM::TurningToolBuilder::SetMinFacingDiameterToggle ( bool  minFacingDiameterToggle)

Sets the min.

facing diameter toggle
Created in NX5.0.0.

License requirements : None

Parameters:
minFacingDiameterToggleminfacingdiametertoggle

Returns the thickness builder (inheritable double)
Created in NX5.0.0.



License requirements : cam_base ("CAM BASE")

Returns the tracking point builder
Created in NX5.0.1.



License requirements : cam_base ("CAM BASE")

Returns the x mount builder (inheritable double)
Created in NX5.0.0.



License requirements : cam_base ("CAM BASE")

Returns the y mount builder (inheritable double)
Created in NX5.0.0.



License requirements : cam_base ("CAM BASE")


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