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

Represent Axis Move
Created in NX12.0.1. More...

Inheritance diagram for NXOpen::CAM::AxisMoveBuilder:
NXOpen::CAM::BaseBuilder NXOpen::TaggedObject NXOpen::GeometricUtilities::IComponentBuilder

Public Types

enum  Types { TypesOmit, TypesAutomatic, TypesSpecify, TypesMachineLimit }
 Axis move types. More...
 

Public Member Functions

double Length ()
 Returns the length
Created in NX12.0.1. More...
 
void SetLength (double length)
 Sets the length
Created in NX12.0.1. More...
 
void SetType (NXOpen::CAM::AxisMoveBuilder::Types type)
 Sets the type
Created in NX12.0.1. More...
 
NXOpen::CAM::AxisMoveBuilder::Types Type ()
 Returns the type
Created in NX12.0.1. More...
 
- Public Member Functions inherited from NXOpen::CAM::BaseBuilder
NXOpen::TaggedObjectGetCustomizableItemBuilder (const NXString &name)
 Returns the customizable item builder for given customizable item name
Created in NX11.0.1. More...
 
NXOpen::TaggedObjectGetCustomizableItemBuilder (const char *name)
 Returns the customizable item builder for given customizable item name
Created in NX11.0.1. More...
 
std::vector< NXStringGetCustomizableItemNames ()
 Returns the names for all customizable item ids. 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

Represent Axis Move
Created in NX12.0.1.


Member Enumeration Documentation

Axis move types.

Enumerator
TypesOmit 

omit the axis move

TypesAutomatic 

get the axis move automatically

TypesSpecify 

specify the length of the axis move

TypesMachineLimit 

move to machine limit

Member Function Documentation

double NXOpen::CAM::AxisMoveBuilder::Length ( )

Returns the length
Created in NX12.0.1.



License requirements : None

void NXOpen::CAM::AxisMoveBuilder::SetLength ( double  length)

Sets the length
Created in NX12.0.1.



License requirements : cam_base ("CAM BASE")

Parameters
lengthlength
void NXOpen::CAM::AxisMoveBuilder::SetType ( NXOpen::CAM::AxisMoveBuilder::Types  type)

Sets the type
Created in NX12.0.1.



License requirements : cam_base ("CAM BASE")

Parameters
typetype
NXOpen::CAM::AxisMoveBuilder::Types NXOpen::CAM::AxisMoveBuilder::Type ( )

Returns the type
Created in NX12.0.1.



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.