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

Represents a LaserLinearMove
To create a new instance of this class, use NXOpen::CAM::MoveCollection::CreateLaserLinearMove

Created in NX9.0.0. More...

Inheritance diagram for NXOpen::CAM::LaserLinearMove:
NXOpen::CAM::MoveBuilder NXOpen::Builder NXOpen::TaggedObject NXOpen::GeometricUtilities::IComponentBuilder

Public Types

enum  MotionEnds { MotionEndsPoint, MotionEndsDelta, MotionEndsAlongToolAxis, MotionEndsAlongVector }
 the Motion End enum More...
 
enum  MoveTypes {
  MoveTypesDirect, MoveTypesZmXmYm, MoveTypesZmYmXm, MoveTypesXmYmZm,
  MoveTypesXmZmYm, MoveTypesYmZmXm, MoveTypesYmXmZm
}
 the Move Type enum More...
 
enum  RefTypes { RefTypesWcs, RefTypesMcs }
 the Reference Type enum
Created in NX9.0.0. More...
 
- Public Types inherited from NXOpen::CAM::MoveBuilder
enum  Feed { FeedMotion, FeedCustom }
 the feed Type More...
 
enum  Motion {
  MotionRapid = 1, MotionEngage, MotionCut, MotionStepover,
  MotionRetract, MotionApproach, MotionTraversal, MotionDeparture,
  MotionReturn, MotionFirstCut, MotionLastCut, MotionCrossover
}
 the motion Type More...
 

Public Member Functions

double DeltaXc ()
 Returns the Delta XC
Created in NX9.0.0. More...
 
double DeltaXm ()
 Returns the Delta XM
Created in NX9.0.0. More...
 
double DeltaYc ()
 Returns the Delta YC
Created in NX9.0.0. More...
 
double DeltaYm ()
 Returns the Delta YM
Created in NX9.0.0. More...
 
double DeltaZc ()
 Returns the Delta ZC
Created in NX9.0.0. More...
 
double DeltaZm ()
 Returns the Delta ZM
Created in NX9.0.0. More...
 
double Distance ()
 Returns the Distance
Created in NX9.0.0. More...
 
NXOpen::CAM::LaserHeadOrientationHeadOrientation ()
 Returns the Head Orientation
Created in NX9.0.0. More...
 
NXOpen::CAM::LaserLinearMove::MotionEnds MotionEnd ()
 Returns the Motion End
Created in NX9.0.0. More...
 
NXOpen::CAM::LaserLinearMove::MoveTypes MoveType ()
 Returns the Move Type
Created in NX9.0.0. More...
 
NXOpen::PointPoint ()
 Returns the Point
Created in NX9.0.0. More...
 
NXOpen::CAM::LaserLinearMove::RefTypes RefType ()
 Returns the Reference Type
Created in NX9.0.0. More...
 
void SetDeltaXc (double deltaXC)
 Sets the Delta XC
Created in NX9.0.0. More...
 
void SetDeltaXm (double deltaXM)
 Sets the Delta XM
Created in NX9.0.0. More...
 
void SetDeltaYc (double deltaYC)
 Sets the Delta YC
Created in NX9.0.0. More...
 
void SetDeltaYm (double deltaYM)
 Sets the Delta YM
Created in NX9.0.0. More...
 
void SetDeltaZc (double deltaZC)
 Sets the Delta ZC
Created in NX9.0.0. More...
 
void SetDeltaZm (double deltaZM)
 Sets the Delta ZM
Created in NX9.0.0. More...
 
void SetDistance (double distance)
 Sets the Distance
Created in NX9.0.0. More...
 
void SetMotionEnd (NXOpen::CAM::LaserLinearMove::MotionEnds type)
 Sets the Motion End
Created in NX9.0.0. More...
 
void SetMoveType (NXOpen::CAM::LaserLinearMove::MoveTypes type)
 Sets the Move Type
Created in NX9.0.0. More...
 
void SetPoint (NXOpen::Point *newValue)
 Sets the Point
Created in NX9.0.0. More...
 
void SetRefType (NXOpen::CAM::LaserLinearMove::RefTypes type)
 Sets the Reference Type
Created in NX9.0.0. More...
 
void SetVector (NXOpen::Direction *vec)
 Sets the Vector
Created in NX9.0.0. More...
 
NXOpen::DirectionVector ()
 Returns the Vector
Created in NX9.0.0. More...
 
- Public Member Functions inherited from NXOpen::CAM::MoveBuilder
double FeedRate ()
 Returns the feed rate
Created in NX5.0.0. More...
 
NXOpen::CAM::MoveBuilder::Feed FeedType ()
 Returns the feed type
Created in NX5.0.0. More...
 
NXOpen::CAM::FeedRateUnit FeedUnit ()
 Returns the feed unit
Created in NX7.5.0. More...
 
NXOpen::CAM::UdeParameterGetUserParameter (const NXString &parameterName)
 Returns the custom parameter with the given name. More...
 
NXOpen::CAM::UdeParameterGetUserParameter (const char *parameterName)
 Returns the custom parameter with the given name. More...
 
NXOpen::CAM::UdeParameterGetUserParameter (int index)
 Returns the parameter at the input index. More...
 
NXOpen::CAM::MoveBuilder::Motion MotionType ()
 Returns the motion type
Created in NX5.0.0. More...
 
int NumberOfUserParameters ()
 Returns the number of user parameters
Created in NX8.0.0. More...
 
bool ProtectedMove ()
 Returns the protected move status
Created in NX5.0.0. More...
 
void SetFeedRate (double feedRate)
 Sets the feed rate
Created in NX5.0.0. More...
 
void SetFeedType (NXOpen::CAM::MoveBuilder::Feed feedType)
 Sets the feed type
Created in NX5.0.0. More...
 
void SetFeedUnit (NXOpen::CAM::FeedRateUnit unit)
 Sets the feed unit
Created in NX7.5.0. More...
 
void SetMotionType (NXOpen::CAM::MoveBuilder::Motion motionType)
 Sets the motion type
Created in NX5.0.0. More...
 
void SetParent (NXOpen::CAM::CAMObject *parent)
 Set parent
Created in NX5.0.0. More...
 
void SetProtectedMove (bool protectedMove)
 Sets the protected move status
Created in NX5.0.0. More...
 
void SetSibling (NXOpen::CAM::CAMObject *sibling)
 Set sibling
Created in NX5.0.0. More...
 
void SetSubopLabel (const NXString &subopLabel)
 Sets the subop label
Created in NX8.5.1. More...
 
void SetSubopLabel (const char *subopLabel)
 Sets the subop label
Created in NX8.5.1. More...
 
NXString SubopLabel ()
 Returns the subop label
Created in NX8.5.1. More...
 
- Public Member Functions inherited from NXOpen::Builder
NXOpen::NXObjectCommit ()
 Commits any edits that have been applied to the builder. More...
 
void Destroy ()
 Deletes the builder, and cleans up any objects created by the builder. More...
 
std::vector< NXOpen::NXObject * > GetCommittedObjects ()
 For builders that create more than one object, this method returns the objects that are created by commit. More...
 
NXOpen::NXObjectGetObject ()
 Returns the object currently being edited by this builder. More...
 
void ShowResults ()
 Updates the model to reflect the result of an edit to the model for all builders that support showing results. 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 LaserLinearMove
To create a new instance of this class, use NXOpen::CAM::MoveCollection::CreateLaserLinearMove

Created in NX9.0.0.


Member Enumeration Documentation

the Motion End enum

Enumerator
MotionEndsPoint 

Point.

MotionEndsDelta 

Delta.

MotionEndsAlongToolAxis 

Along Tool Axis.

MotionEndsAlongVector 

Along Vector.

the Move Type enum

Enumerator
MoveTypesDirect 

Direct.

MoveTypesZmXmYm 

ZM -> XM -> YM.

MoveTypesZmYmXm 

ZM -> YM -> XM.

MoveTypesXmYmZm 

XM -> YM -> ZM.

MoveTypesXmZmYm 

XM -> ZM -> YM.

MoveTypesYmZmXm 

YM -> ZM -> XM.

MoveTypesYmXmZm 

YM -> XM -> ZM.

the Reference Type enum
Created in NX9.0.0.


Enumerator
RefTypesWcs 

WCS.

RefTypesMcs 

MCS.

Member Function Documentation

double NXOpen::CAM::LaserLinearMove::DeltaXc ( )

Returns the Delta XC
Created in NX9.0.0.



License requirements : None

double NXOpen::CAM::LaserLinearMove::DeltaXm ( )

Returns the Delta XM
Created in NX9.0.0.



License requirements : None

double NXOpen::CAM::LaserLinearMove::DeltaYc ( )

Returns the Delta YC
Created in NX9.0.0.



License requirements : None

double NXOpen::CAM::LaserLinearMove::DeltaYm ( )

Returns the Delta YM
Created in NX9.0.0.



License requirements : None

double NXOpen::CAM::LaserLinearMove::DeltaZc ( )

Returns the Delta ZC
Created in NX9.0.0.



License requirements : None

double NXOpen::CAM::LaserLinearMove::DeltaZm ( )

Returns the Delta ZM
Created in NX9.0.0.



License requirements : None

double NXOpen::CAM::LaserLinearMove::Distance ( )

Returns the Distance
Created in NX9.0.0.



License requirements : None

NXOpen::CAM::LaserHeadOrientation* NXOpen::CAM::LaserLinearMove::HeadOrientation ( )

Returns the Head Orientation
Created in NX9.0.0.



License requirements : None

NXOpen::CAM::LaserLinearMove::MotionEnds NXOpen::CAM::LaserLinearMove::MotionEnd ( )

Returns the Motion End
Created in NX9.0.0.



License requirements : None

NXOpen::CAM::LaserLinearMove::MoveTypes NXOpen::CAM::LaserLinearMove::MoveType ( )

Returns the Move Type
Created in NX9.0.0.



License requirements : None

NXOpen::Point* NXOpen::CAM::LaserLinearMove::Point ( )

Returns the Point
Created in NX9.0.0.



License requirements : None

NXOpen::CAM::LaserLinearMove::RefTypes NXOpen::CAM::LaserLinearMove::RefType ( )

Returns the Reference Type
Created in NX9.0.0.



License requirements : None

void NXOpen::CAM::LaserLinearMove::SetDeltaXc ( double  deltaXC)

Sets the Delta XC
Created in NX9.0.0.



License requirements : cam_base ("CAM BASE")

Parameters
deltaXCthe Delta XC value
void NXOpen::CAM::LaserLinearMove::SetDeltaXm ( double  deltaXM)

Sets the Delta XM
Created in NX9.0.0.



License requirements : cam_base ("CAM BASE")

Parameters
deltaXMthe Delta XM value
void NXOpen::CAM::LaserLinearMove::SetDeltaYc ( double  deltaYC)

Sets the Delta YC
Created in NX9.0.0.



License requirements : cam_base ("CAM BASE")

Parameters
deltaYCthe Delta YC value
void NXOpen::CAM::LaserLinearMove::SetDeltaYm ( double  deltaYM)

Sets the Delta YM
Created in NX9.0.0.



License requirements : cam_base ("CAM BASE")

Parameters
deltaYMthe Delta YM value
void NXOpen::CAM::LaserLinearMove::SetDeltaZc ( double  deltaZC)

Sets the Delta ZC
Created in NX9.0.0.



License requirements : cam_base ("CAM BASE")

Parameters
deltaZCthe Delta ZC value
void NXOpen::CAM::LaserLinearMove::SetDeltaZm ( double  deltaZM)

Sets the Delta ZM
Created in NX9.0.0.



License requirements : cam_base ("CAM BASE")

Parameters
deltaZMthe Delta ZM value
void NXOpen::CAM::LaserLinearMove::SetDistance ( double  distance)

Sets the Distance
Created in NX9.0.0.



License requirements : cam_base ("CAM BASE")

Parameters
distancethe Distance value
void NXOpen::CAM::LaserLinearMove::SetMotionEnd ( NXOpen::CAM::LaserLinearMove::MotionEnds  type)

Sets the Motion End
Created in NX9.0.0.



License requirements : cam_base ("CAM BASE")

Parameters
typethe motion end
void NXOpen::CAM::LaserLinearMove::SetMoveType ( NXOpen::CAM::LaserLinearMove::MoveTypes  type)

Sets the Move Type
Created in NX9.0.0.



License requirements : cam_base ("CAM BASE")

Parameters
typethe move type value
void NXOpen::CAM::LaserLinearMove::SetPoint ( NXOpen::Point newValue)

Sets the Point
Created in NX9.0.0.



License requirements : cam_base ("CAM BASE")

Parameters
newValuethe point
void NXOpen::CAM::LaserLinearMove::SetRefType ( NXOpen::CAM::LaserLinearMove::RefTypes  type)

Sets the Reference Type
Created in NX9.0.0.



License requirements : cam_base ("CAM BASE")

Parameters
typethe reference type
void NXOpen::CAM::LaserLinearMove::SetVector ( NXOpen::Direction vec)

Sets the Vector
Created in NX9.0.0.



License requirements : cam_base ("CAM BASE")

Parameters
vecthe Vector value
NXOpen::Direction* NXOpen::CAM::LaserLinearMove::Vector ( )

Returns the Vector
Created in NX9.0.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.