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::ToolAxisFilterBuilder Class Reference

Represents a ToolAxisFilter Builder
Created in NX1847.0.0. More...

Inheritance diagram for NXOpen::CAM::ToolAxisFilterBuilder:
NXOpen::TaggedObject NXOpen::GeometricUtilities::IComponentBuilder

Public Types

enum  Limits { LimitsMinimalTilt = -90, LimitsMaximalTilt = 90, LimitsMinimalRotation = -180, LimitsMaximalRotation = 180 }
 The range limits
Created in NX1847.0.0. More...
 
enum  LimitTypes { LimitTypesNone, LimitTypesRotateYTiltZ, LimitTypesRotateXTiltZ }
 The range limit types
Created in NX1847.0.0. More...
 

Public Member Functions

NXOpen::CAM::ToolAxisFilterBuilder::LimitTypes LimitType ()
 Returns the tool axis filter status
Created in NX1847.0.0. More...
 
double MaximalRotation ()
 Returns the tool axis filter rotation max value
Created in NX1847.0.0. More...
 
double MaximalTilt ()
 Returns the tool axis filter tilt max value
Created in NX1847.0.0. More...
 
double MinimalRotation ()
 Returns the tool axis filter rotation min value
Created in NX1847.0.0. More...
 
double MinimalTilt ()
 Returns the tool axis filter tilt min value
Created in NX1847.0.0. More...
 
void SetLimitType (NXOpen::CAM::ToolAxisFilterBuilder::LimitTypes newLimitType)
 Sets the tool axis filter status
Created in NX1847.0.0. More...
 
void SetMaximalRotation (double newValue)
 Sets the tool axis filter rotation max value
Created in NX1847.0.0. More...
 
void SetMaximalTilt (double newValue)
 Sets the tool axis filter tilt max value
Created in NX1847.0.0. More...
 
void SetMinimalRotation (double newValue)
 Sets the tool axis filter rotation min value
Created in NX1847.0.0. More...
 
void SetMinimalTilt (double newValue)
 Sets the tool axis filter tilt min value
Created in NX1847.0.0. 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...
 

Detailed Description

Represents a ToolAxisFilter Builder
Created in NX1847.0.0.


Member Enumeration Documentation

The range limits
Created in NX1847.0.0.


Enumerator
LimitsMinimalTilt 

minimal tilt

LimitsMaximalTilt 

maximal tilt

LimitsMinimalRotation 

minimal rotation

LimitsMaximalRotation 

maximal rotation

The range limit types
Created in NX1847.0.0.


Enumerator
LimitTypesNone 

none

LimitTypesRotateYTiltZ 

rotate ytilt z

LimitTypesRotateXTiltZ 

rotate xtilt z

Member Function Documentation

NXOpen::CAM::ToolAxisFilterBuilder::LimitTypes NXOpen::CAM::ToolAxisFilterBuilder::LimitType ( )

Returns the tool axis filter status
Created in NX1847.0.0.



License requirements : None

double NXOpen::CAM::ToolAxisFilterBuilder::MaximalRotation ( )

Returns the tool axis filter rotation max value
Created in NX1847.0.0.



License requirements : None

double NXOpen::CAM::ToolAxisFilterBuilder::MaximalTilt ( )

Returns the tool axis filter tilt max value
Created in NX1847.0.0.



License requirements : None

double NXOpen::CAM::ToolAxisFilterBuilder::MinimalRotation ( )

Returns the tool axis filter rotation min value
Created in NX1847.0.0.



License requirements : None

double NXOpen::CAM::ToolAxisFilterBuilder::MinimalTilt ( )

Returns the tool axis filter tilt min value
Created in NX1847.0.0.



License requirements : None

void NXOpen::CAM::ToolAxisFilterBuilder::SetLimitType ( NXOpen::CAM::ToolAxisFilterBuilder::LimitTypes  newLimitType)

Sets the tool axis filter status
Created in NX1847.0.0.



License requirements : cam_base ("CAM BASE")

Parameters
newLimitTypethe tool axis limit type
void NXOpen::CAM::ToolAxisFilterBuilder::SetMaximalRotation ( double  newValue)

Sets the tool axis filter rotation max value
Created in NX1847.0.0.



License requirements : cam_base ("CAM BASE")

Parameters
newValuethe rotation max value
void NXOpen::CAM::ToolAxisFilterBuilder::SetMaximalTilt ( double  newValue)

Sets the tool axis filter tilt max value
Created in NX1847.0.0.



License requirements : cam_base ("CAM BASE")

Parameters
newValuethe tilt max value
void NXOpen::CAM::ToolAxisFilterBuilder::SetMinimalRotation ( double  newValue)

Sets the tool axis filter rotation min value
Created in NX1847.0.0.



License requirements : cam_base ("CAM BASE")

Parameters
newValuethe rotation min value
void NXOpen::CAM::ToolAxisFilterBuilder::SetMinimalTilt ( double  newValue)

Sets the tool axis filter tilt min value
Created in NX1847.0.0.



License requirements : cam_base ("CAM BASE")

Parameters
newValuethe tilt min value
virtual bool NXOpen::CAM::ToolAxisFilterBuilder::Validate ( )
virtual

Validate whether the inputs to the component are sufficient for commit to be called.

If the component is not in a state to commit then an exception is thrown. For example, if the component requires you to set some property, this method will throw an exception if you haven't set it. This method throws a not-yet-implemented NXException for some components.

Returns
Was self validation successful
Created in NX3.0.1.

License requirements : None

Implements NXOpen::GeometricUtilities::IComponentBuilder.


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