NXOpen C++ Reference Guide
 All Classes Namespaces Functions Variables Typedefs Enumerations Enumerator Friends Pages
Public Types | Public Member Functions | List of all members
NXOpen::CAM::BladeFinishPass Class Reference

Represents a blade finish pass builder
Created in NX12.0.2. More...

Inheritance diagram for NXOpen::CAM::BladeFinishPass:
NXOpen::TaggedObject

Public Types

enum  BladeFinishPassesType { BladeFinishPassesTypeNone, BladeFinishPassesTypeLeftAndRight, BladeFinishPassesTypeLeft, BladeFinishPassesTypeRight }
 types for finish passes More...
 
enum  FinishPassesMultipleDepthsType { FinishPassesMultipleDepthsTypeNone, FinishPassesMultipleDepthsTypeAlongToolAxis, FinishPassesMultipleDepthsTypeAlongContact }
 types for multiple depths More...
 
enum  FinishPassesOutputType { FinishPassesOutputTypeInfillsOnly, FinishPassesOutputTypeFinishPassesOnly, FinishPassesOutputTypeInfillsAndFinishPasses }
 types for finish passes output More...
 

Public Member Functions

bool ApplyStockOffsetOnBothSides ()
 Returns the apply stock offset on both sides toggle
Created in NX12.0.2. More...
 
double AxialShiftForFinishPasses ()
 Returns the axial shift for finish passes
Created in NX12.0.2. More...
 
NXOpen::CAM::BladeFinishPass::BladeFinishPassesType FinishPasses ()
 Returns the finish passes
Created in NX12.0.2. More...
 
NXOpen::CAM::BladeFinishPass::FinishPassesMultipleDepthsType MultipleDepths ()
 Returns the multiple depths
Created in NX12.0.2. More...
 
int NumberOfDepths ()
 Returns the number of depths
Created in NX12.0.2. More...
 
int NumberOfFinishPasses ()
 Returns the number of finish passes
Created in NX12.0.2. More...
 
NXOpen::CAM::BladeFinishPass::FinishPassesOutputType OutputType ()
 Returns the output type
Created in NX12.0.2. More...
 
void SetApplyStockOffsetOnBothSides (bool applyStockOffsetOnBothSides)
 Sets the apply stock offset on both sides toggle
Created in NX12.0.2. More...
 
void SetAxialShiftForFinishPasses (double axialShift)
 Sets the axial shift for finish passes
Created in NX12.0.2. More...
 
void SetFinishPasses (NXOpen::CAM::BladeFinishPass::BladeFinishPassesType finishPassesType)
 Sets the finish passes
Created in NX12.0.2. More...
 
void SetMultipleDepths (NXOpen::CAM::BladeFinishPass::FinishPassesMultipleDepthsType multipleDepths)
 Sets the multiple depths
Created in NX12.0.2. More...
 
void SetNumberOfDepths (int numberOfDepths)
 Sets the number of depths
Created in NX12.0.2. More...
 
void SetNumberOfFinishPasses (int noOfFinishPasses)
 Sets the number of finish passes
Created in NX12.0.2. More...
 
void SetOutputType (NXOpen::CAM::BladeFinishPass::FinishPassesOutputType outputType)
 Sets the output type
Created in NX12.0.2. More...
 
NXOpen::CAM::InheritableToolDepBuilderSideStockOffset ()
 Returns the side stock offset
Created in NX12.0.2. More...
 
- Public Member Functions inherited from NXOpen::TaggedObject
tag_t Tag () const
 Returns the tag of this object. More...
 

Detailed Description

Represents a blade finish pass builder
Created in NX12.0.2.


Member Enumeration Documentation

types for finish passes

Enumerator
BladeFinishPassesTypeNone 

none

BladeFinishPassesTypeLeftAndRight 

left and right

BladeFinishPassesTypeLeft 

left

BladeFinishPassesTypeRight 

right

types for multiple depths

Enumerator
FinishPassesMultipleDepthsTypeNone 

none

FinishPassesMultipleDepthsTypeAlongToolAxis 

along tool axis

FinishPassesMultipleDepthsTypeAlongContact 

along contact

types for finish passes output

Enumerator
FinishPassesOutputTypeInfillsOnly 

infills only

FinishPassesOutputTypeFinishPassesOnly 

finish passes only

FinishPassesOutputTypeInfillsAndFinishPasses 

infills and finish passes

Member Function Documentation

bool NXOpen::CAM::BladeFinishPass::ApplyStockOffsetOnBothSides ( )

Returns the apply stock offset on both sides toggle
Created in NX12.0.2.



License requirements : None

double NXOpen::CAM::BladeFinishPass::AxialShiftForFinishPasses ( )

Returns the axial shift for finish passes
Created in NX12.0.2.



License requirements : None

NXOpen::CAM::BladeFinishPass::BladeFinishPassesType NXOpen::CAM::BladeFinishPass::FinishPasses ( )

Returns the finish passes
Created in NX12.0.2.



License requirements : None

NXOpen::CAM::BladeFinishPass::FinishPassesMultipleDepthsType NXOpen::CAM::BladeFinishPass::MultipleDepths ( )

Returns the multiple depths
Created in NX12.0.2.



License requirements : None

int NXOpen::CAM::BladeFinishPass::NumberOfDepths ( )

Returns the number of depths
Created in NX12.0.2.



License requirements : None

int NXOpen::CAM::BladeFinishPass::NumberOfFinishPasses ( )

Returns the number of finish passes
Created in NX12.0.2.



License requirements : None

NXOpen::CAM::BladeFinishPass::FinishPassesOutputType NXOpen::CAM::BladeFinishPass::OutputType ( )

Returns the output type
Created in NX12.0.2.



License requirements : None

void NXOpen::CAM::BladeFinishPass::SetApplyStockOffsetOnBothSides ( bool  applyStockOffsetOnBothSides)

Sets the apply stock offset on both sides toggle
Created in NX12.0.2.



License requirements : cam_base ("CAM BASE")

Parameters
applyStockOffsetOnBothSidesthe apply stock offset toggle
void NXOpen::CAM::BladeFinishPass::SetAxialShiftForFinishPasses ( double  axialShift)

Sets the axial shift for finish passes
Created in NX12.0.2.



License requirements : cam_base ("CAM BASE")

Parameters
axialShiftthe axial shift for finish passes
void NXOpen::CAM::BladeFinishPass::SetFinishPasses ( NXOpen::CAM::BladeFinishPass::BladeFinishPassesType  finishPassesType)

Sets the finish passes
Created in NX12.0.2.



License requirements : cam_base ("CAM BASE")

Parameters
finishPassesTypethe finish passes
void NXOpen::CAM::BladeFinishPass::SetMultipleDepths ( NXOpen::CAM::BladeFinishPass::FinishPassesMultipleDepthsType  multipleDepths)

Sets the multiple depths
Created in NX12.0.2.



License requirements : cam_base ("CAM BASE")

Parameters
multipleDepthsthe multiple depths
void NXOpen::CAM::BladeFinishPass::SetNumberOfDepths ( int  numberOfDepths)

Sets the number of depths
Created in NX12.0.2.



License requirements : cam_base ("CAM BASE")

Parameters
numberOfDepthsthe number of depths
void NXOpen::CAM::BladeFinishPass::SetNumberOfFinishPasses ( int  noOfFinishPasses)

Sets the number of finish passes
Created in NX12.0.2.



License requirements : cam_base ("CAM BASE")

Parameters
noOfFinishPassesthe number of finish passes
void NXOpen::CAM::BladeFinishPass::SetOutputType ( NXOpen::CAM::BladeFinishPass::FinishPassesOutputType  outputType)

Sets the output type
Created in NX12.0.2.



License requirements : cam_base ("CAM BASE")

Parameters
outputTypethe output type
NXOpen::CAM::InheritableToolDepBuilder* NXOpen::CAM::BladeFinishPass::SideStockOffset ( )

Returns the side stock offset
Created in NX12.0.2.



License requirements : None


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