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

Represents a CAM.NcmTurnRoughFinishBuilder
Created in NX6.0.0. More...

Inheritance diagram for NXOpen::CAM::NcmTurnRoughFinishBuilder:
NXOpen::CAM::NcmTurningBuilder NXOpen::CAM::NcmSubopBuilder NXOpen::CAM::BaseBuilder NXOpen::TaggedObject NXOpen::GeometricUtilities::IComponentBuilder NXOpen::CAM::NcmTurnRoughBuilder

Public Member Functions

bool AvoidanceForAutomaticEngage ()
 Returns the additional checking for automatic engage
Created in NX6.0.0. More...
 
bool AvoidanceForAutomaticRetract ()
 Returns the additional checking for automatic retract
Created in NX6.0.0. More...
 
bool AvoidanceForMinimumClearance ()
 Returns the additional checking for minimum clearance
Created in NX6.0.0. More...
 
double AxialSafeClearance ()
 Returns the axial safe clearance value
Created in NX6.0.0. More...
 
NXOpen::CAM::TurnEngageRetractBuilderEngageProfileBuilder ()
 Returns the Profiling Engage builder
Created in NX6.0.0. More...
 
NXOpen::CAM::TurnRoughFinishLocalReturnBuilderLocalReturnBuilder ()
 Returns the Local Return builder
Created in NX6.0.0. More...
 
double RadialSafeClearance ()
 Returns the radial safe clearance value
Created in NX6.0.0. More...
 
NXOpen::CAM::TurnEngageRetractBuilderRetractProfileBuilder ()
 Returns the Profiling Retract builder
Created in NX6.0.0. More...
 
void SetAvoidanceForAutomaticEngage (bool avoidanceAutomaticEngage)
 Sets the additional checking for automatic engage
Created in NX6.0.0. More...
 
void SetAvoidanceForAutomaticRetract (bool avoidanceAutomaticRetract)
 Sets the additional checking for automatic retract
Created in NX6.0.0. More...
 
void SetAvoidanceForMinimumClearance (bool avoidanceMinimumClearance)
 Sets the additional checking for minimum clearance
Created in NX6.0.0. More...
 
void SetAxialSafeClearance (double axialSafeClearanceValue)
 Sets the axial safe clearance value
Created in NX6.0.0. More...
 
void SetRadialSafeClearance (double radialSafeClearanceValue)
 Sets the radial safe clearance value
Created in NX6.0.0. More...
 
- Public Member Functions inherited from NXOpen::CAM::NcmTurningBuilder
bool AvoidanceAfterLastRetract ()
 Returns the prefer direct motion after last retract
Created in NX6.0.0. More...
 
NXOpen::CAM::TurnAvoidanceApproachBuilderAvoidanceApproachBuilder ()
 Returns the approach path builder
Created in NX6.0.0. More...
 
bool AvoidanceBetweenRegions ()
 Returns the prefer direct motion between regions
Created in NX6.0.0. More...
 
NXOpen::CAM::TurnAvoidanceClearanceBuilderAvoidanceClearanceBuilder ()
 Returns the clearance builder
Created in NX6.0.0. More...
 
NXOpen::CAM::TurnAvoidanceDepartureBuilderAvoidanceDepartureBuilder ()
 Returns the departure path builder
Created in NX6.0.0. More...
 
NXOpen::CAM::TurnAvoidanceFromBuilderAvoidanceFromBuilder ()
 Returns the avoidance from builder
Created in NX6.0.0. More...
 
NXOpen::CAM::TurnAvoidanceGohomeBuilderAvoidanceGohomeBuilder ()
 Returns the gohome point builder
Created in NX6.0.0. More...
 
NXOpen::CAM::TurnAvoidanceReturnBuilderAvoidanceReturnBuilder ()
 Returns the return path builder
Created in NX6.0.0. More...
 
NXOpen::CAM::TurnAvoidanceStartBuilderAvoidanceStartBuilder ()
 Returns the avoidance start builder
Created in NX6.0.0. More...
 
NXOpen::CAM::TurnAvoidanceStartOfEngageBuilderAvoidanceStartOfEngageBuilder ()
 Returns the start of engage builder
Created in NX6.0.0. More...
 
bool AvoidanceToStartOfEngage ()
 Returns the prefer direct motion to start of engage
Created in NX6.0.0. More...
 
NXOpen::CAM::CutcomCutcom ()
 Returns the cutter compensation builder
Created in NX6.0.2. More...
 
NXOpen::CAM::NcmHoleMachiningNcmHoleMachiningBuilder ()
 Returns the non cutting moves hole machining builder
Created in NX10.0.2. More...
 
void SetAvoidanceAfterLastRetract (bool avoidanceAfterLastRetract)
 Sets the prefer direct motion after last retract
Created in NX6.0.0. More...
 
void SetAvoidanceBetweenRegions (bool avoidanceBetweenRegions)
 Sets the prefer direct motion between regions
Created in NX6.0.0. More...
 
void SetAvoidanceToStartOfEngage (bool avoidanceToStartOfEngage)
 Sets the prefer direct motion to start of engage
Created in NX6.0.0. More...
 
- Public Member Functions inherited from NXOpen::CAM::NcmSubopBuilder
NXOpen::CAM::NcmSubopBuilder::DefaultRegionStartTypes DefaultRegionStartType ()
 Returns the region start type
Created in NX8.5.0. More...
 
void GetRegionStartPoints (std::vector< NXOpen::Point * > &regionStartPoints)
 Returns region start points
Created in NX8.5.0. More...
 
void SetDefaultRegionStartType (NXOpen::CAM::NcmSubopBuilder::DefaultRegionStartTypes defaultRegionStartType)
 Sets the region start type
Created in NX8.5.0. More...
 
void SetRegionStartPoints (const std::vector< NXOpen::Point * > &regionStartPoints)
 Sets region start points
Created in NX8.5.0. More...
 
void SetStartPointsUseEffectDist (bool newValue)
 Sets the start points use effective distance
Created in NX8.5.0. More...
 
NXOpen::CAM::InheritableToolDepBuilderStartPointsEffectDistBuilder ()
 Returns the region start points effective distance builder (inheritable tool dep)
Created in NX8.5.0. More...
 
bool StartPointsUseEffectDist ()
 Returns the start points use effective distance
Created in NX8.5.0. More...
 
- Public Member Functions inherited from NXOpen::CAM::BaseBuilder
NXOpen::TaggedObjectGetCustomizableItemBuilder (const NXString &name)
 Returns the customizable item builder for given customizable item name. More...
 
NXOpen::TaggedObjectGetCustomizableItemBuilder (const char *name)
 Returns the customizable item builder for given customizable item name. More...
 
std::vector< NXStringGetCustomizableItemNames ()
 Returns the names for all customizable item ids. 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...
 

Additional Inherited Members

- Public Types inherited from NXOpen::CAM::NcmSubopBuilder
enum  DefaultRegionStartTypes { DefaultRegionStartTypesMidPoint, DefaultRegionStartTypesCorner }
 Available types for default region start in subop milling. More...
 

Detailed Description

Represents a CAM.NcmTurnRoughFinishBuilder
Created in NX6.0.0.


Member Function Documentation

bool NXOpen::CAM::NcmTurnRoughFinishBuilder::AvoidanceForAutomaticEngage ( )

Returns the additional checking for automatic engage
Created in NX6.0.0.



License requirements : None

bool NXOpen::CAM::NcmTurnRoughFinishBuilder::AvoidanceForAutomaticRetract ( )

Returns the additional checking for automatic retract
Created in NX6.0.0.



License requirements : None

bool NXOpen::CAM::NcmTurnRoughFinishBuilder::AvoidanceForMinimumClearance ( )

Returns the additional checking for minimum clearance
Created in NX6.0.0.



License requirements : None

double NXOpen::CAM::NcmTurnRoughFinishBuilder::AxialSafeClearance ( )

Returns the axial safe clearance value
Created in NX6.0.0.



License requirements : None

NXOpen::CAM::TurnEngageRetractBuilder* NXOpen::CAM::NcmTurnRoughFinishBuilder::EngageProfileBuilder ( )

Returns the Profiling Engage builder
Created in NX6.0.0.



License requirements : None

NXOpen::CAM::TurnRoughFinishLocalReturnBuilder* NXOpen::CAM::NcmTurnRoughFinishBuilder::LocalReturnBuilder ( )

Returns the Local Return builder
Created in NX6.0.0.



License requirements : None

double NXOpen::CAM::NcmTurnRoughFinishBuilder::RadialSafeClearance ( )

Returns the radial safe clearance value
Created in NX6.0.0.



License requirements : None

NXOpen::CAM::TurnEngageRetractBuilder* NXOpen::CAM::NcmTurnRoughFinishBuilder::RetractProfileBuilder ( )

Returns the Profiling Retract builder
Created in NX6.0.0.



License requirements : None

void NXOpen::CAM::NcmTurnRoughFinishBuilder::SetAvoidanceForAutomaticEngage ( bool  avoidanceAutomaticEngage)

Sets the additional checking for automatic engage
Created in NX6.0.0.



License requirements : cam_base ("CAM BASE")

Parameters
avoidanceAutomaticEngagethe additional checking for automatic engage
void NXOpen::CAM::NcmTurnRoughFinishBuilder::SetAvoidanceForAutomaticRetract ( bool  avoidanceAutomaticRetract)

Sets the additional checking for automatic retract
Created in NX6.0.0.



License requirements : cam_base ("CAM BASE")

Parameters
avoidanceAutomaticRetractthe additional checking for automatic retract
void NXOpen::CAM::NcmTurnRoughFinishBuilder::SetAvoidanceForMinimumClearance ( bool  avoidanceMinimumClearance)

Sets the additional checking for minimum clearance
Created in NX6.0.0.



License requirements : cam_base ("CAM BASE")

Parameters
avoidanceMinimumClearancethe additional checking for minimum clearance
void NXOpen::CAM::NcmTurnRoughFinishBuilder::SetAxialSafeClearance ( double  axialSafeClearanceValue)

Sets the axial safe clearance value
Created in NX6.0.0.



License requirements : cam_base ("CAM BASE")

Parameters
axialSafeClearanceValuethe axial safe clearance value
void NXOpen::CAM::NcmTurnRoughFinishBuilder::SetRadialSafeClearance ( double  radialSafeClearanceValue)

Sets the radial safe clearance value
Created in NX6.0.0.



License requirements : cam_base ("CAM BASE")

Parameters
radialSafeClearanceValuethe radial safe clearance value

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