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

Represents a CAM::TurnOverlap. More...

Inheritance diagram for NXOpen::CAM::TurnOverlap:
NXOpen::TaggedObject

List of all members.

Public Types

enum  Types { TypesNone, TypesDistance, TypesPercentage }
 the overlap types
Created in NX6.0.0. More...

Public Member Functions

double Distance ()
 Returns the overlap distance
Created in NX6.0.0.
double Percentage ()
 Returns the overlap percentage
Created in NX6.0.0.
void SetDistance (double overlapDistance)
 Sets the overlap distance
Created in NX6.0.0.
void SetPercentage (double overlapPercentage)
 Sets the overlap percentage
Created in NX6.0.0.
void SetType (NXOpen::CAM::TurnOverlap::Types overlapMode)
 Sets the overlap type
Created in NX6.0.0.
NXOpen::CAM::TurnOverlap::Types Type ()
 Returns the overlap type
Created in NX6.0.0.

Detailed Description

Represents a CAM::TurnOverlap.


Member Enumeration Documentation

the overlap types
Created in NX6.0.0.


Enumerator:
TypesNone 

Overlap mode: Off.

TypesDistance 

Overlap mode: Distance (mm/inch)

TypesPercentage 

Overlap mode: Percentage.


Member Function Documentation

Returns the overlap distance
Created in NX6.0.0.



License requirements : None

Returns the overlap percentage
Created in NX6.0.0.



License requirements : None

void NXOpen::CAM::TurnOverlap::SetDistance ( double  overlapDistance)

Sets the overlap distance
Created in NX6.0.0.



License requirements : cam_base ("CAM BASE")

Parameters:
overlapDistancethe overlap distance
void NXOpen::CAM::TurnOverlap::SetPercentage ( double  overlapPercentage)

Sets the overlap percentage
Created in NX6.0.0.



License requirements : cam_base ("CAM BASE")

Parameters:
overlapPercentagethe overlap percentage

Sets the overlap type
Created in NX6.0.0.



License requirements : cam_base ("CAM BASE")

Parameters:
overlapModethe overlap type

Returns the overlap type
Created in NX6.0.0.



License requirements : None


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