NX Open C++ Reference Guide
|
Represents a SurfaceContour Builder
To create a new instance of this class, use CAM::OperationCollection::CreateSurfaceContourBuilder
Created in NX5.0.0.
More...
Public Types | |
enum | AccessVectorMethodType { AccessVectorMethodTypeZm, AccessVectorMethodTypeNegZm, AccessVectorMethodTypeSpecify } |
Available types for access vector for the contour profile method of surface milling. More... | |
enum | CleanupTypes { CleanupTypesOff, CleanupTypesUncutValley, CleanupTypesSteepArea, CleanupTypesBoth, CleanupTypesFlowcutContacts, CleanupTypesFlowcutToolend, CleanupTypesFlowcutBoth } |
Available types for cleanup. More... | |
enum | DriveMethodTypes { DriveMethodTypesUndef, DriveMethodTypesCurve, DriveMethodTypesSpiral, DriveMethodTypesBoundary, DriveMethodTypesAreaMilling, DriveMethodTypesSurfaceArea, DriveMethodTypesInterpolatedToolPath, DriveMethodTypesToolPath, DriveMethodTypesRadialCut, DriveMethodTypesContourProfile, DriveMethodTypesFlowCut, DriveMethodTypesText, DriveMethodTypesUserDefined, DriveMethodTypesBladeRough, DriveMethodTypesBladeFinish, DriveMethodTypesHubFinish, DriveMethodTypesBlendFinish, DriveMethodTypesEdgeFinish, DriveMethodTypesTotal } |
Available types for Drive Method. More... | |
Public Member Functions | |
NXOpen::CAM::SurfaceContourBuilder::AccessVectorMethodType | AccessVectorMethod () |
Returns the Access Vector Method Created in NX5.0.0. | |
bool | AutomaticAuxiliaryFloor () |
Returns the Automatic Auxiliary Floor Created in NX5.0.0. | |
double | AutomaticAuxiliaryFloorDistance () |
Returns the Automatic Auxiliary Floor Distance Created in NX6.0.0. | |
NXOpen::CAM::Geometry * | AuxiliaryFloorGeometry () |
Returns the auxiliary floor geometry builder Created in NX8.0.0. | |
NXOpen::CAM::BladeFinish * | BladeFinish () |
Returns the Blade Finish Drive Method builder Created in NX7.5.0. | |
NXOpen::CAM::BladeRough * | BladeRough () |
Returns the Blade Rough Drive Method builder Created in NX7.0.0. | |
NXOpen::CAM::BlendFinish * | BlendFinish () |
Returns the Blend Finish Drive Method builder Created in NX7.5.0. | |
NXOpen::CAM::Geometry * | CheckGeometry () |
Returns the check geometry builder Created in NX8.0.0. | |
NXOpen::CAM::SurfaceContourBuilder::CleanupTypes | CleanupType () |
Returns the cleanup type Created in NX6.0.0. | |
NXOpen::CAM::Geometry * | CutAreaGeometry () |
Returns the cut area geometry builder Created in NX8.0.0. | |
NXOpen::CAM::BladeCutLevels * | CutLevels () |
Returns the cut levels builder Created in NX7.0.0. | |
NXOpen::CAM::DmAmBuilder * | DmareaMillingBuilder () |
Returns the Area Milling Drive Method builder Created in NX5.0.0. | |
NXOpen::CAM::DmBndBuilder * | DmboundaryBuilder () |
Returns the Boundary Drive Method builder Created in NX5.0.0. | |
NXOpen::CAM::DmCmBuilder * | DmCmBuilder () |
Returns the Contour Profile Drive Method builder Created in NX5.0.0. | |
NXOpen::CAM::DmCurveBuilder * | DmcurveBuilder () |
Returns the Curve Drive Method builder Created in NX5.0.0. | |
NXOpen::CAM::DmRadBuilder * | DmradBuilder () |
Returns the Radial Cut Drive Method builder Created in NX5.0.0. | |
NXOpen::CAM::DmSpiralBuilder * | DmSpiralBuilder () |
Returns the Spiral Drive Method builder Created in NX5.0.0. | |
NXOpen::CAM::DmSurfBuilder * | DmSurfBuilder () |
Returns the Surface Area Drive Method builder Created in NX5.0.0. | |
NXOpen::CAM::DmTpBuilder * | DmtpBuilder () |
Returns the Tool Path Drive Method builder Created in NX5.0.0. | |
NXOpen::CAM::EdgeFinish * | EdgeFinish () |
Returns the Edge Finish Drive Method builder Created in NX7.5.0. | |
NXOpen::CAM::FlowBuilder * | FlowBuilder () |
Returns the Flow Cut Drive Method builder Created in NX5.0.0. | |
NXOpen::CAM::SurfaceContourBuilder::DriveMethodTypes | GetDriveMethod () |
Get drive method. | |
NXOpen::CAM::HubFinish * | HubFinish () |
Returns the Hub Finish Drive Method builder Created in NX7.5.0. | |
NXOpen::CAM::NcmScBuilder * | NonCuttingBuilder () |
Returns the non-cutting moves builder Created in NX5.0.0. | |
NXOpen::CAM::InheritableIntBuilder * | NumberOfBlades () |
Returns the number of blades Created in NX7.5.0. | |
NXOpen::CAM::Geometry * | PartGeometry () |
Returns the part geometry builder Created in NX8.0.0. | |
NXOpen::CAM::ProjVecCiBuilder * | ProjectionVector () |
Returns the Projection Vector builder (block) Created in NX5.0.0. | |
void | SetAccessVectorMethod (NXOpen::CAM::SurfaceContourBuilder::AccessVectorMethodType accessVectorMethod) |
Sets the Access Vector Method Created in NX5.0.0. | |
void | SetAutomaticAuxiliaryFloor (bool applyAutoAuxFloor) |
Sets the Automatic Auxiliary Floor Created in NX5.0.0. | |
void | SetAutomaticAuxiliaryFloorDistance (double auxFloorDis) |
Sets the Automatic Auxiliary Floor Distance Created in NX6.0.0. | |
void | SetCleanupType (NXOpen::CAM::SurfaceContourBuilder::CleanupTypes propValue) |
Sets the cleanup type Created in NX6.0.0. | |
void | SetDriveMethod (NXOpen::CAM::SurfaceContourBuilder::DriveMethodTypes driveMethod) |
Set drive method Created in NX5.0.0. | |
NXOpen::CAM::ToolAxisCiBuilder * | ToolAxis () |
Returns the tool axis builder | |
NXOpen::CAM::ToolAxisAdvanced * | ToolAxisAdvanced () |
Returns the tool axis advanced builder Created in NX7.0.0. | |
NXOpen::CAM::ToolAxisFixed * | ToolAxisFixed () |
Returns the Tool Axis Fixed builder Created in NX7.5.0. | |
NXOpen::CAM::ToolAxisVariable * | ToolAxisVariable () |
Returns the Tool Axis Variable builder Created in NX7.5.0. | |
NXOpen::CAM::DmUserExitCiBuilder * | UserExitCiBuilder () |
Returns the CAM Exit name builder in User Defined Drive Method builder Created in NX5.0.0. | |
NXOpen::CAM::Geometry * | WallGeometry () |
Returns the wall geometry builder Created in NX8.0.0. |
Represents a SurfaceContour Builder
To create a new instance of this class, use CAM::OperationCollection::CreateSurfaceContourBuilder
Created in NX5.0.0.
Available types for Drive Method.
DriveMethodTypesUndef |
Undefined. |
DriveMethodTypesCurve |
Curve/Point. |
DriveMethodTypesSpiral |
Spiral. |
DriveMethodTypesBoundary |
Boundary. |
DriveMethodTypesAreaMilling |
Area Milling. |
DriveMethodTypesSurfaceArea |
Surface Area. |
DriveMethodTypesInterpolatedToolPath |
Interpolated tool path. |
DriveMethodTypesToolPath |
Tool Path. |
DriveMethodTypesRadialCut |
Radial Cut. |
DriveMethodTypesContourProfile |
Contour Profile. |
DriveMethodTypesFlowCut |
Flow Cut. |
DriveMethodTypesText |
Text. |
DriveMethodTypesUserDefined |
User Function. |
DriveMethodTypesBladeRough |
Blade Rough. |
DriveMethodTypesBladeFinish |
Blade Finish. |
DriveMethodTypesHubFinish |
Hub Finish. |
DriveMethodTypesBlendFinish |
Blend Finish. |
DriveMethodTypesEdgeFinish |
Edge Finish. |
DriveMethodTypesTotal |
Total. |
NXOpen::CAM::SurfaceContourBuilder::AccessVectorMethodType NXOpen::CAM::SurfaceContourBuilder::AccessVectorMethod | ( | ) |
Returns the Access Vector Method
Created in NX5.0.0.
License requirements : None
Returns the Automatic Auxiliary Floor
Created in NX5.0.0.
License requirements : None
Returns the Automatic Auxiliary Floor Distance
Created in NX6.0.0.
License requirements : None
Returns the auxiliary floor geometry builder
Created in NX8.0.0.
License requirements : None
Returns the Blend Finish Drive Method builder
Created in NX7.5.0.
License requirements : None
Returns the check geometry builder
Created in NX8.0.0.
License requirements : None
NXOpen::CAM::SurfaceContourBuilder::CleanupTypes NXOpen::CAM::SurfaceContourBuilder::CleanupType | ( | ) |
Returns the cleanup type
Created in NX6.0.0.
License requirements : None
Returns the cut area geometry builder
Created in NX8.0.0.
License requirements : None
Returns the cut levels builder
Created in NX7.0.0.
License requirements : None
Returns the Area Milling Drive Method builder
Created in NX5.0.0.
License requirements : None
Returns the Boundary Drive Method builder
Created in NX5.0.0.
License requirements : None
Returns the Contour Profile Drive Method builder
Created in NX5.0.0.
License requirements : None
Returns the Radial Cut Drive Method builder
Created in NX5.0.0.
License requirements : None
Returns the Spiral Drive Method builder
Created in NX5.0.0.
License requirements : None
Returns the Surface Area Drive Method builder
Created in NX5.0.0.
License requirements : None
Returns the Flow Cut Drive Method builder
Created in NX5.0.0.
License requirements : None
NXOpen::CAM::SurfaceContourBuilder::DriveMethodTypes NXOpen::CAM::SurfaceContourBuilder::GetDriveMethod | ( | ) |
Get drive method.
Returns the Hub Finish Drive Method builder
Created in NX7.5.0.
License requirements : None
Returns the non-cutting moves builder
Created in NX5.0.0.
License requirements : None
Returns the number of blades
Created in NX7.5.0.
License requirements : None
Returns the part geometry builder
Created in NX8.0.0.
License requirements : None
Returns the Projection Vector builder (block)
Created in NX5.0.0.
License requirements : None
void NXOpen::CAM::SurfaceContourBuilder::SetAutomaticAuxiliaryFloor | ( | bool | applyAutoAuxFloor | ) |
Sets the Automatic Auxiliary Floor
Created in NX5.0.0.
License requirements : cam_base ("CAM BASE")
applyAutoAuxFloor | the Automatic Auxiliary Floor value |
void NXOpen::CAM::SurfaceContourBuilder::SetAutomaticAuxiliaryFloorDistance | ( | double | auxFloorDis | ) |
Sets the Automatic Auxiliary Floor Distance
Created in NX6.0.0.
License requirements : cam_base ("CAM BASE")
auxFloorDis | the Distance value |
void NXOpen::CAM::SurfaceContourBuilder::SetCleanupType | ( | NXOpen::CAM::SurfaceContourBuilder::CleanupTypes | propValue | ) |
Sets the cleanup type
Created in NX6.0.0.
License requirements : cam_base ("CAM BASE")
propValue | the value of cleanup type |
void NXOpen::CAM::SurfaceContourBuilder::SetDriveMethod | ( | NXOpen::CAM::SurfaceContourBuilder::DriveMethodTypes | driveMethod | ) |
Set drive method
Created in NX5.0.0.
License requirements : cam_base ("CAM BASE")
driveMethod | the drive method menu value |
Returns the tool axis builder
Created in NX5.0.0.
License requirements : None
Returns the tool axis advanced builder
Created in NX7.0.0.
License requirements : None
Returns the wall geometry builder
Created in NX8.0.0.
License requirements : None