NX Open C++ Reference Guide
|
Represents Manual Move
To obtain an instance of this class us CAM::OperationCollection
Created in NX4.0.0.
More...
Additional Inherited Members | |
![]() | |
enum | Attr { AttrProjDiffTaxis = 1, AttrProfileFlipMside, AttrBndSplineTangent, AttrBlankNormalDiffTaxis, AttrBndHasSleepObj, AttrClrnrNotParallelTaxis, AttrBndNotParallelFloor, AttrFloorNotUpToDate, AttrSingleProfileWithFirstCut, AttrCutterConversionProblem, AttrAcceptDrivePosition = 100, AttrReparametrization = 110, AttrBetweenFromStart = 120, AttrCurveCutRange = 130, AttrFixGssmCornerData = 140, AttrPlmConversion = 150, AttrPlmFeedcomp, AttrPlmFillet, AttrPlmSlowdown, AttrPlmGeometry, AttrWedmPoints = 160, AttrCavityMillInheritTrimBnds = 170, AttrRtdObsolete = 1000, AttrZlevelHolderParamChange = 2000, AttrNcmObsoleteSeqControl = 2100, AttrNcmObsoleteCustomFeed, AttrNcmObsoleteLocalRetract, AttrNcmClearTraversalZero, AttrNcmObsoleteEngretToClearance, AttrGmcInvalidNxVersion = 2201, AttrProbingInvalidNxVersion, AttrInspPathInvalidNxVersion = 2300, AttrCustomDataGougingObsolete, AttrCustomDataGougingPartObsolete, AttrCustomDataGougingDriveObsolete, AttrCustomDataIgnoreLoopsObsolete, AttrCustomDataIgnoreLoopsRemoved, AttrLimitToolRunOn = 2400 } |
Represents the CAM attribute type. More... | |
enum | FeedRateUnit { FeedRateUnitNone, FeedRateUnitPerMinute, FeedRateUnitPerRevolution } |
The unit of feed rate. More... | |
enum | Status { StatusComplete, StatusRepost, StatusRegen, StatusApproved = 4 } |
The status of the object. More... | |
![]() | |
bool | GetBooleanValue (const NXString &title) |
Get the boolean value of the parameter index from the object. | |
bool | GetBooleanValue (const char *title) |
Get the boolean value of the parameter index from the object. | |
NXOpen::CAM::CAMObject::FeedRateUnit | GetFeedRate (const NXString &title, double *value) |
Get the feed rate value and unit of the parameter index from the object. | |
NXOpen::CAM::CAMObject::FeedRateUnit | GetFeedRate (const char *title, double *value) |
Get the feed rate value and unit of the parameter index from the object. | |
int | GetFeedRateColor (const NXString &title) |
Get the feed rate color of the parameter index from the object. | |
int | GetFeedRateColor (const char *title) |
Get the feed rate color of the parameter index from the object. | |
std::vector< int > | GetIntegerArrayValue (const NXString &title) |
Get the integer array value of the parameter index from the object. | |
std::vector< int > | GetIntegerArrayValue (const char *title) |
Get the integer array value of the parameter index from the object. | |
int | GetIntegerValue (const NXString &title) |
Get the integer value of the parameter index from the object. | |
int | GetIntegerValue (const char *title) |
Get the integer value of the parameter index from the object. | |
NXOpen::NXObject * | GetObject (const NXString &title) |
Get the object value of the parameter index from the object. | |
NXOpen::NXObject * | GetObject (const char *title) |
Get the object value of the parameter index from the object. | |
std::vector< NXOpen::NXObject * > | GetObjectArrayValue (const NXString &title) |
Get the object array value of the parameter index from the object. | |
std::vector< NXOpen::NXObject * > | GetObjectArrayValue (const char *title) |
Get the object array value of the parameter index from the object. | |
std::vector< double > | GetRealArrayValue (const NXString &title) |
Get the real array value of the parameter index from the object. | |
std::vector< double > | GetRealArrayValue (const char *title) |
Get the real array value of the parameter index from the object. | |
double | GetRealValue (const NXString &title) |
Get the real value of the parameter index from the object. | |
double | GetRealValue (const char *title) |
Get the real value of the parameter index from the object. | |
NXOpen::CAM::CAMObject::Status | GetStatus () |
Get the status of the input object. | |
std::vector< NXString > | GetStringArrayValue (const NXString &title) |
Get the string array value of the parameter index from the object. | |
std::vector< NXString > | GetStringArrayValue (const char *title) |
Get the string array value of the parameter index from the object. | |
NXString | GetStringValue (const NXString &title) |
Get the string value of the parameter index from the object. | |
NXString | GetStringValue (const char *title) |
Get the string value of the parameter index from the object. | |
int | GetWireEdmFeedRate (const NXString &title, double *value) |
Get the feed rate value and side of the parameter index from the object, side is only used in wire edm. | |
int | GetWireEdmFeedRate (const char *title, double *value) |
Get the feed rate value and side of the parameter index from the object, side is only used in wire edm. | |
bool | Has911Attribute (NXOpen::CAM::CAMObject::Attr attrId) |
Check if a 911 attribute exists in an object. | |
void | Remove911Attribute (NXOpen::CAM::CAMObject::Attr attrId) |
Remove a specific 911 attribute from an object. | |
void | RemoveAll911Attributes () |
Remove all 911 attributes from an object. | |
void | SetBooleanValue (const NXString &title, bool value) |
Set a boolean value to the parameter index for the object. | |
void | SetBooleanValue (const char *title, bool value) |
Set a boolean value to the parameter index for the object. | |
void | SetFeedRate (const NXString &title, double value, NXOpen::CAM::CAMObject::FeedRateUnit unit) |
Set feed rate value and unit to the parameter index for the object. | |
void | SetFeedRate (const char *title, double value, NXOpen::CAM::CAMObject::FeedRateUnit unit) |
Set feed rate value and unit to the parameter index for the object. | |
void | SetFeedRateColor (const NXString &title, int value) |
Set feed rate display color to the parameter index for the object. | |
void | SetFeedRateColor (const char *title, int value) |
Set feed rate display color to the parameter index for the object. | |
void | SetIntegerArrayValue (const NXString &title, const std::vector< int > &value) |
Set integer array value to the parameter index for the object. | |
void | SetIntegerArrayValue (const char *title, const std::vector< int > &value) |
Set integer array value to the parameter index for the object. | |
void | SetIntegerValue (const NXString &title, int value) |
Set an integer value to the parameter index for the object. | |
void | SetIntegerValue (const char *title, int value) |
Set an integer value to the parameter index for the object. | |
void | SetObject (const NXString &title, NXOpen::NXObject *value) |
Set a object to the parameter index for the object. | |
void | SetObject (const char *title, NXOpen::NXObject *value) |
Set a object to the parameter index for the object. | |
void | SetObjectArrayValue (const NXString &title, const std::vector< NXOpen::NXObject * > &value) |
Set object array to the parameter index for the object Created in NX4.0.0. | |
void | SetObjectArrayValue (const char *title, const std::vector< NXOpen::NXObject * > &value) |
Set object array to the parameter index for the object Created in NX4.0.0. | |
void | SetRealArrayValue (const NXString &title, const std::vector< double > &value) |
Set real array to the parameter index for the object. | |
void | SetRealArrayValue (const char *title, const std::vector< double > &value) |
Set real array to the parameter index for the object. | |
void | SetRealValue (const NXString &title, double value) |
Set a real value to the parameter index for the object. | |
void | SetRealValue (const char *title, double value) |
Set a real value to the parameter index for the object. | |
void | SetStringArrayValue (const NXString &title, std::vector< NXString > &value) |
Set string array to the parameter index for the object Created in NX4.0.0. | |
void | SetStringArrayValue (const char *title, std::vector< NXString > &value) |
Set string array to the parameter index for the object Created in NX4.0.0. | |
void | SetStringValue (const NXString &title, const NXString &value) |
Set a string value to the parameter index for the object. | |
void | SetStringValue (const char *title, const char *value) |
Set a string value to the parameter index for the object. | |
void | SetWireEdmFeedRate (const NXString &title, double value, int side) |
Set feed rate value and side to the parameter index for the object, side is only used in wire edm. | |
void | SetWireEdmFeedRate (const char *title, double value, int side) |
Set feed rate value and side to the parameter index for the object, side is only used in wire edm. | |
Represents Manual Move
To obtain an instance of this class us CAM::OperationCollection
Created in NX4.0.0.