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

Represents a boundary cut angle ci Builder
Created in NX6.0.0. More...

Inheritance diagram for NXOpen::CAM::CutAngle:
NXOpen::TaggedObject

Public Types

enum  Types {
  TypesAuto, TypesSpecify, TypesLongestLine, TypesVector,
  TypesTwoWayVector
}
 Available types for cut angle type in boundary cut angle customizable item. More...
 

Public Member Functions

void SetType (NXOpen::CAM::CutAngle::Types cutAngType)
 Sets the cut angle type
Created in NX6.0.0. More...
 
void SetValue (double cutAng)
 Sets the cut angle value
Created in NX6.0.0. More...
 
void SetVector (NXOpen::Direction *vector)
 Sets the single cut vector and two way vector
Created in NX7.5.0. More...
 
NXOpen::CAM::CutAngle::Types Type ()
 Returns the cut angle type
Created in NX6.0.0. More...
 
double Value ()
 Returns the cut angle value
Created in NX6.0.0. More...
 
NXOpen::DirectionVector ()
 Returns the single cut vector and two way vector
Created in NX7.5.0. More...
 
- Public Member Functions inherited from NXOpen::TaggedObject
tag_t Tag () const
 Returns the tag of this object. More...
 

Detailed Description

Represents a boundary cut angle ci Builder
Created in NX6.0.0.


Member Enumeration Documentation

Available types for cut angle type in boundary cut angle customizable item.

Enumerator
TypesAuto 

Automatic.

TypesSpecify 

User Defined.

TypesLongestLine 

Longest Line.

TypesVector 

Vector.

TypesTwoWayVector 

Two Way Vector.

Member Function Documentation

void NXOpen::CAM::CutAngle::SetType ( NXOpen::CAM::CutAngle::Types  cutAngType)

Sets the cut angle type
Created in NX6.0.0.



License requirements : cam_base ("CAM BASE")

Parameters
cutAngTypethe Cut Angle Type
void NXOpen::CAM::CutAngle::SetValue ( double  cutAng)

Sets the cut angle value
Created in NX6.0.0.



License requirements : cam_base ("CAM BASE")

Parameters
cutAngthe Cut Angle Value
void NXOpen::CAM::CutAngle::SetVector ( NXOpen::Direction vector)

Sets the single cut vector and two way vector
Created in NX7.5.0.



License requirements : cam_base ("CAM BASE")

Parameters
vectorthe Cut Vector
NXOpen::CAM::CutAngle::Types NXOpen::CAM::CutAngle::Type ( )

Returns the cut angle type
Created in NX6.0.0.



License requirements : None

double NXOpen::CAM::CutAngle::Value ( )

Returns the cut angle value
Created in NX6.0.0.



License requirements : None

NXOpen::Direction* NXOpen::CAM::CutAngle::Vector ( )

Returns the single cut vector and two way vector
Created in NX7.5.0.



License requirements : None


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