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

Represents the Move To Point Builder
To create a new instance of this class, use NXOpen::CAM::MoveCollection::CreateNormalToToolAxisMoveBuilder

Created in NX5.0.0. More...

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

Public Types

enum  Orientation { OrientationAlongVector, OrientationTowardsPoint }
 the normal orientation 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 Angle ()
 Returns the angle
More...
 
NXOpen::CAM::ExpressionDoubleAngleBuilder ()
 Returns the angle builder
Created in NX12.0.1. More...
 
double Distance ()
 Returns the distance
More...
 
NXOpen::CAM::ExpressionDoubleDistanceBuilder ()
 Returns the distance builder
Created in NX12.0.1. More...
 
NXOpen::CAM::ReferencePointEndPointBuilder ()
 Returns the end point builder
Created in NX12.0.1. More...
 
NXOpen::CAM::NormalToToolAxisMoveBuilder::Orientation MoveType ()
 Returns the normal type
Created in NX5.0.0. More...
 
NXOpen::PointPoint ()
 Returns the point in normal direction
More...
 
NXOpen::CAM::RoundPointBuilderRoundPoint ()
 Returns the round point builder
Created in NX5.0.0. More...
 
void SetAngle (double distance)
 Sets the angle
More...
 
void SetDistance (double distance)
 Sets the distance
More...
 
void SetMoveType (NXOpen::CAM::NormalToToolAxisMoveBuilder::Orientation normaltype)
 Sets the normal type
Created in NX5.0.0. More...
 
void SetPoint (NXOpen::Point *location)
 Sets the point in normal direction
More...
 
void SetVector (NXOpen::Direction *vec)
 Sets the vector
More...
 
NXOpen::DirectionVector ()
 Returns the vector
More...
 
NXOpen::CAM::ReferenceVectorVectorBuilder ()
 Returns the vector builder
Created in NX12.0.1. 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 the Move To Point Builder
To create a new instance of this class, use NXOpen::CAM::MoveCollection::CreateNormalToToolAxisMoveBuilder

Created in NX5.0.0.


Member Enumeration Documentation

the normal orientation

Enumerator
OrientationAlongVector 

Along Vector.

OrientationTowardsPoint 

Towards Point.

Member Function Documentation

double NXOpen::CAM::NormalToToolAxisMoveBuilder::Angle ( )

Returns the angle

Deprecated:
Deprecated in NX12.0.1.

Use NXOpen::CAM::ExpressionDouble instead.


Created in NX5.0.0.

License requirements : None

NXOpen::CAM::ExpressionDouble* NXOpen::CAM::NormalToToolAxisMoveBuilder::AngleBuilder ( )

Returns the angle builder
Created in NX12.0.1.



License requirements : None

double NXOpen::CAM::NormalToToolAxisMoveBuilder::Distance ( )

Returns the distance

Deprecated:
Deprecated in NX12.0.1.

Use NXOpen::CAM::ExpressionDouble instead.


Created in NX5.0.0.

License requirements : None

NXOpen::CAM::ExpressionDouble* NXOpen::CAM::NormalToToolAxisMoveBuilder::DistanceBuilder ( )

Returns the distance builder
Created in NX12.0.1.



License requirements : None

NXOpen::CAM::ReferencePoint* NXOpen::CAM::NormalToToolAxisMoveBuilder::EndPointBuilder ( )

Returns the end point builder
Created in NX12.0.1.



License requirements : None

NXOpen::CAM::NormalToToolAxisMoveBuilder::Orientation NXOpen::CAM::NormalToToolAxisMoveBuilder::MoveType ( )

Returns the normal type
Created in NX5.0.0.



License requirements : None

NXOpen::Point* NXOpen::CAM::NormalToToolAxisMoveBuilder::Point ( )

Returns the point in normal direction

Deprecated:
Deprecated in NX12.0.1.

Use NXOpen::CAM::ReferencePoint instead.


Created in NX5.0.0.

License requirements : None

NXOpen::CAM::RoundPointBuilder* NXOpen::CAM::NormalToToolAxisMoveBuilder::RoundPoint ( )

Returns the round point builder
Created in NX5.0.0.



License requirements : None

void NXOpen::CAM::NormalToToolAxisMoveBuilder::SetAngle ( double  distance)

Sets the angle

Deprecated:
Deprecated in NX12.0.1.

Use NXOpen::CAM::ExpressionDouble instead.


Created in NX5.0.0.

License requirements : None

Parameters
distancedistance
void NXOpen::CAM::NormalToToolAxisMoveBuilder::SetDistance ( double  distance)

Sets the distance

Deprecated:
Deprecated in NX12.0.1.

Use NXOpen::CAM::ExpressionDouble instead.


Created in NX5.0.0.

License requirements : None

Parameters
distancedistance
void NXOpen::CAM::NormalToToolAxisMoveBuilder::SetMoveType ( NXOpen::CAM::NormalToToolAxisMoveBuilder::Orientation  normaltype)

Sets the normal type
Created in NX5.0.0.



License requirements : None

Parameters
normaltypenormaltype
void NXOpen::CAM::NormalToToolAxisMoveBuilder::SetPoint ( NXOpen::Point location)

Sets the point in normal direction

Deprecated:
Deprecated in NX12.0.1.

Use NXOpen::CAM::ReferencePoint instead.


Created in NX5.0.0.

License requirements : None

Parameters
locationlocation
void NXOpen::CAM::NormalToToolAxisMoveBuilder::SetVector ( NXOpen::Direction vec)

Sets the vector

Deprecated:
Deprecated in NX12.0.1.

Use NXOpen::CAM::ReferenceVector instead.


Created in NX5.0.0.

License requirements : None

Parameters
vecvec
NXOpen::Direction* NXOpen::CAM::NormalToToolAxisMoveBuilder::Vector ( )

Returns the vector

Deprecated:
Deprecated in NX12.0.1.

Use NXOpen::CAM::ReferenceVector instead.


Created in NX5.0.0.

License requirements : None

NXOpen::CAM::ReferenceVector* NXOpen::CAM::NormalToToolAxisMoveBuilder::VectorBuilder ( )

Returns the vector builder
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.