|
| enum | GenerateIpwStatus {
GenerateIpwStatusPass
, GenerateIpwStatusNoSetup
, GenerateIpwStatusNoBlank
, GenerateIpwStatusHasRefpart
,
GenerateIpwStatusNoPath
} |
| enum | Attr {
AttrProjDiffTaxis = 1
, AttrProfileFlipMside
, AttrBndSplineTangent
, AttrBlankNormalDiffTaxis
,
AttrBndHasSleepObj
, AttrClrnrNotParallelTaxis
, AttrBndNotParallelFloor
, AttrFloorNotUpToDate
,
AttrSingleProfileWithFirstCut
, AttrCutterConversionProblem
, AttrPredefinedDepthConversionProblem
, 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
, AttrScoprNcmChangeLinearNormalToPart
,
AttrPossibleToolAxisProblem
} |
| enum | FeedRateUnit { FeedRateUnitNone
, FeedRateUnitPerMinute
, FeedRateUnitPerRevolution
} |
| enum | Status { StatusComplete
, StatusRepost
, StatusRegen
, StatusApproved = 4
} |
| enum | TransitionPathTypes {
TransitionPathTypesNone
, TransitionPathTypesBefore
, TransitionPathTypesBetween
, TransitionPathTypesAfter
,
TransitionPathTypesBeforeToolChange
, TransitionPathTypesAfterToolChange
} |
| enum | ValidationResult { ValidationResultNotApplicable
, ValidationResultOk
, ValidationResultNotChecked
, ValidationResultFail
} |
| enum | ValidationType {
ValidationTypeGouge = 1
, ValidationTypeToolHolderCollision
, ValidationTypeToolRapidCollision
, ValidationTypeHasPath
,
ValidationTypeSuspectPath
, ValidationTypeFeedsSpeeds
} |
| enum | AttributeType {
AttributeTypeInvalid
, AttributeTypeNull
, AttributeTypeBoolean
, AttributeTypeInteger
,
AttributeTypeReal
, AttributeTypeString
, AttributeTypeTime
, AttributeTypeReference
,
AttributeTypeAny = 100
} |
| enum | DateAndTimeFormat { DateAndTimeFormatNumeric
, DateAndTimeFormatTextual
} |
| void | AppendMove (NXOpen::CAM::Move *move) |
| NXOpen::CAM::MoveCollection * | CAMMoveCollection () |
| void | ClearMaterialRemovalRate () |
| void | ClearRemovedVolume () |
| NXOpen::CAM::ToolPathEditorBuilder * | CreateToolPathEditorBuilder () |
| std::vector< NXOpen::CAM::Operation * > | GetDividedOperations () |
| NXOpen::CAM::Operation * | GetFirstOfDivide () |
| NXString | GetInProcessFeatureType () |
| NXOpen::NXObject * | GetInputIpw () |
| double | GetMaterialRemovalRate () |
| std::vector< NXOpen::CAM::Operation * > | GetOtherInstances () |
| NXOpen::CAM::NCGroup * | GetParent (NXOpen::CAM::CAMSetup::View branch) |
| double | GetRemovedVolume () |
| NXOpen::CAM::Operation * | GetSourceOfMirrorOperation () |
| double | GetToolpathCuttingLength () |
| double | GetToolpathCuttingTime () |
| double | GetToolpathLength () |
| double | GetToolpathTime () |
| bool | GetTransformationMatrix (NXOpen::Matrix3x3 *rotationMatrix, NXOpen::Vector3d *translation, double *scale) |
| std::vector< NXString > | GetUserDefinedMoveTypes () |
| NXOpen::CAM::GougeCheckResults * | GougeCheckResults () |
| bool | GougeCheckStatus () |
| bool | HasOtherInstances () |
| NXOpen::CAM::FBM::Feature * | InsertFeature (NXOpen::CAM::CAMFeature *tagMachiningFeature) |
| void | InsertMove (NXOpen::CAM::Move *insertAfter, NXOpen::CAM::Move *move) |
| bool | IsDivided () |
| bool | IsFirstOfDivide () |
| bool | IsMaintainCutAngle () |
| bool | IsMaintainCutDirection () |
| bool | IsMirror () |
| void | RemoveFeature (NXOpen::CAM::CAMFeature *tagFeature) |
| void | SetInProcessFeatureType (const char *type) |
| void | SetInProcessFeatureType (const NXString &type) |
| void | SetMachiningArea (const char *type) |
| void | SetMachiningArea (const NXString &type) |
| void | SetToolpathCuttingLength (double length) |
| void | SetToolpathCuttingTime (double time) |
| void | SetToolpathLength (double length) |
| void | SetToolpathTime (double time) |
| void | UnlinkInstance () |
| bool | AskPathExists () |
| void | ConvertToExplorerDialog () |
| NXOpen::CAM::Path * | CreateEmptyPath () |
| void | GenerateAndSaveTransitionPath (NXOpen::CAM::CAMObject::TransitionPathTypes transitionPathType, NXOpen::CAM::CAMObject *transitionPathOpr) |
| bool | GetBooleanValue (const char *title) |
| bool | GetBooleanValue (const NXString &title) |
| NXOpen::CAM::CAMObject::FeedRateUnit | GetFeedRate (const char *title, double *value) |
| NXOpen::CAM::CAMObject::FeedRateUnit | GetFeedRate (const NXString &title, double *value) |
| int | GetFeedRateColor (const char *title) |
| int | GetFeedRateColor (const NXString &title) |
| std::vector< int > | GetIntegerArrayValue (const char *title) |
| std::vector< int > | GetIntegerArrayValue (const NXString &title) |
| int | GetIntegerValue (const char *title) |
| int | GetIntegerValue (const NXString &title) |
| NXOpen::NXObject * | GetObject (const char *title) |
| NXOpen::NXObject * | GetObject (const NXString &title) |
| std::vector< NXOpen::NXObject * > | GetObjectArrayValue (const char *title) |
| std::vector< NXOpen::NXObject * > | GetObjectArrayValue (const NXString &title) |
| NXOpen::CAM::Path * | GetPath () |
| std::vector< double > | GetRealArrayValue (const char *title) |
| std::vector< double > | GetRealArrayValue (const NXString &title) |
| double | GetRealValue (const char *title) |
| double | GetRealValue (const NXString &title) |
| NXOpen::CAM::CAMObject::Status | GetStatus () |
| std::vector< NXString > | GetStringArrayValue (const char *title) |
| std::vector< NXString > | GetStringArrayValue (const NXString &title) |
| NXString | GetStringValue (const char *title) |
| NXString | GetStringValue (const NXString &title) |
| NXOpen::CAM::CAMObject * | GetTransitionPathOperation (NXOpen::CAM::CAMObject::TransitionPathTypes transitionPathType) |
| int | GetWireEdmFeedRate (const char *title, double *value) |
| int | GetWireEdmFeedRate (const NXString &title, double *value) |
| bool | Has911Attribute (NXOpen::CAM::CAMObject::Attr attrId) |
| void | Remove911Attribute (NXOpen::CAM::CAMObject::Attr attrId) |
| void | RemoveAll911Attributes () |
| void | SavePath (NXOpen::CAM::Path *theBuilder) |
| void | SetBooleanValue (const char *title, bool value) |
| void | SetBooleanValue (const NXString &title, bool value) |
| void | SetFeedRate (const char *title, double value, NXOpen::CAM::CAMObject::FeedRateUnit unit) |
| void | SetFeedRate (const NXString &title, double value, NXOpen::CAM::CAMObject::FeedRateUnit unit) |
| void | SetFeedRateColor (const char *title, int value) |
| void | SetFeedRateColor (const NXString &title, int value) |
| void | SetIntegerArrayValue (const char *title, const std::vector< int > &value) |
| void | SetIntegerArrayValue (const NXString &title, const std::vector< int > &value) |
| void | SetIntegerValue (const char *title, int value) |
| void | SetIntegerValue (const NXString &title, int value) |
| void | SetObject (const char *title, NXOpen::NXObject *value) |
| void | SetObject (const NXString &title, NXOpen::NXObject *value) |
| void | SetObjectArrayValue (const char *title, const std::vector< NXOpen::NXObject * > &value) |
| void | SetObjectArrayValue (const NXString &title, const std::vector< NXOpen::NXObject * > &value) |
| void | SetRealArrayValue (const char *title, const std::vector< double > &value) |
| void | SetRealArrayValue (const NXString &title, const std::vector< double > &value) |
| void | SetRealValue (const char *title, double value) |
| void | SetRealValue (const NXString &title, double value) |
| void | SetStringArrayValue (const char *title, std::vector< NXString > &value) |
| void | SetStringArrayValue (const NXString &title, std::vector< NXString > &value) |
| void | SetStringValue (const char *title, const char *value) |
| void | SetStringValue (const NXString &title, const NXString &value) |
| void | SetUserName (const char *name) |
| void | SetUserName (const NXString &name) |
| void | SetWireEdmFeedRate (const char *title, double value, int side) |
| void | SetWireEdmFeedRate (const NXString &title, double value, int side) |
| NXString | UserName () |
| NXOpen::AttributeIterator * | CreateAttributeIterator () |
| NX_DEPRECATED("Deprecated in NX8.0.0. Use DeleteUserAttribute instead.") void DeleteAttributeByTypeAndTitle(NXOpen void | DeleteAttributeByTypeAndTitle (NXOpen::NXObject::AttributeType type, const char *title) |
| NX_DEPRECATED("Deprecated in NX8.0.0. Use DeleteUserAttribute instead.") void DeleteAttributeByTypeAndTitle(NXOpen void | DeleteAttributeByTypeAndTitle (NXOpen::NXObject::AttributeType type, const char *title, NXOpen::Update::Option option) |
| void | DeleteUserAttribute (NXOpen::NXObject::AttributeType type, const char *title, bool deleteEntireArray, NXOpen::Update::Option option) |
| void | DeleteUserAttribute (NXOpen::NXObject::AttributeType type, const NXString &title, bool deleteEntireArray, NXOpen::Update::Option option) |
| void | DeleteUserAttributes (NXOpen::AttributeIterator *iterator, NXOpen::Update::Option option) |
| void | DeleteUserAttributes (NXOpen::NXObject::AttributeType type, NXOpen::Update::Option option) |
| virtual NXOpen::INXObject * | FindObject (const char *journalIdentifier) |
| virtual NXOpen::INXObject * | FindObject (const NXString &journalIdentifier) |
| bool | GetBooleanUserAttribute (const char *title, int index) |
| bool | GetBooleanUserAttribute (const NXString &title, int index) |
| NXOpen::NXObject::ComputationalTime | GetComputationalTimeUserAttribute (const char *title, int index) |
| NXOpen::NXObject::ComputationalTime | GetComputationalTimeUserAttribute (const NXString &title, int index) |
| int | GetIntegerAttribute (const char *title) |
| int | GetIntegerUserAttribute (const char *title, int index) |
| int | GetIntegerUserAttribute (const NXString &title, int index) |
| bool | GetNextUserAttribute (NXOpen::AttributeIterator *iterator, NXOpen::NXObject::AttributeInformation *info) |
| NXString | GetPdmReferenceAttributeValue (const char *attributeTitle) |
| | 获取指定对象的PDM参考属性值。 用户需提供属性标题,将返回UI显示的属性值。
|
| NXString | GetPdmReferenceAttributeValue (const NXString &attributeTitle) |
| | 获取指定对象的PDM参考属性值。 用户需提供属性标题,将返回UI显示的属性值。
|
| double | GetRealAttribute (const char *title) |
| double | GetRealUserAttribute (const char *title, int index) |
| double | GetRealUserAttribute (const NXString &title, int index) |
| NXString | GetReferenceAttribute (const char *title) |
| NXString | GetStringAttribute (const char *title) |
| NXString | GetStringUserAttribute (const char *title, int index) |
| NXString | GetStringUserAttribute (const NXString &title, int index) |
| NX_DEPRECATED("Deprecated in NX8.0.0. Use GetUserAttribute instead.") NXString GetTimeAttribute(NXOpen NXString | GetTimeAttribute (NXOpen::NXObject::DateAndTimeFormat format, const char *title) |
| NXString | GetTimeUserAttribute (const char *title, int index) |
| NXString | GetTimeUserAttribute (const NXString &title, int index) |
| NX_DEPRECATED("Deprecated in NX11.0.0. Use GetUserAttribute instead.") std std::vector< NXOpen::NXObject::AttributeInformation > | GetUserAttribute (const char *title, bool includeUnset, bool addStringValues, NXOpen::NXObject::AttributeType type) |
| NXOpen::NXObject::AttributeInformation | GetUserAttribute (const char *title, NXOpen::NXObject::AttributeType type, int index) |
| NXOpen::NXObject::AttributeInformation | GetUserAttribute (const NXString &title, NXOpen::NXObject::AttributeType type, int index) |
| NXString | GetUserAttributeAsString (const char *title, NXOpen::NXObject::AttributeType type, int index) |
| NXString | GetUserAttributeAsString (const NXString &title, NXOpen::NXObject::AttributeType type, int index) |
| int | GetUserAttributeCount (NXOpen::AttributeIterator *iterator) |
| int | GetUserAttributeCount (NXOpen::AttributeIterator *iterator, bool countArrayAsOneAttribute) |
| int | GetUserAttributeCount (NXOpen::NXObject::AttributeType type) |
| int | GetUserAttributeCount (NXOpen::NXObject::AttributeType type, bool includeUnset, bool countArrayAsOneAttribute) |
| bool | GetUserAttributeLock (const char *title, NXOpen::NXObject::AttributeType type) |
| bool | GetUserAttributeLock (const NXString &title, NXOpen::NXObject::AttributeType type) |
| std::vector< NXOpen::NXObject::AttributeInformation > | GetUserAttributes () |
| std::vector< NXOpen::NXObject::AttributeInformation > | GetUserAttributes (bool includeUnset) |
| std::vector< NXOpen::NXObject::AttributeInformation > | GetUserAttributes (NXOpen::AttributeIterator *iterator) |
| int | GetUserAttributeSize (const char *title, NXOpen::NXObject::AttributeType type) |
| int | GetUserAttributeSize (const NXString &title, NXOpen::NXObject::AttributeType type) |
| std::vector< NXOpen::NXObject * > | GetUserAttributeSourceObjects () |
| bool | HasUserAttribute (const char *title, NXOpen::NXObject::AttributeType type, int index) |
| bool | HasUserAttribute (const NXString &title, NXOpen::NXObject::AttributeType type, int index) |
| bool | HasUserAttribute (NXOpen::AttributeIterator *iterator) |
| virtual bool | IsOccurrence () |
| virtual NXString | JournalIdentifier () |
| virtual NXString | Name () |
| | NX_DEPRECATED ("Deprecated in NX8.0.0. Use GetUserAttribute instead.") double GetRealAttribute(const NXString &title) |
| | NX_DEPRECATED ("Deprecated in NX8.0.0. Use GetUserAttribute instead.") int GetIntegerAttribute(const NXString &title) |
| | NX_DEPRECATED ("Deprecated in NX8.0.0. Use GetUserAttribute instead.") NXString GetReferenceAttribute(const NXString &title) |
| | NX_DEPRECATED ("Deprecated in NX8.0.0. Use GetUserAttribute instead.") NXString GetStringAttribute(const NXString &title) |
| | NX_DEPRECATED ("Deprecated in NX8.0.0. Use SetUserAttribute instead.") void SetAttribute(const NXString &title |
| | NX_DEPRECATED ("Deprecated in NX8.0.0. Use SetUserAttribute instead.") void SetAttribute(const NXString &title |
| | NX_DEPRECATED ("Deprecated in NX8.0.0. Use SetUserAttribute instead.") void SetAttribute(const NXString &title |
| | NX_DEPRECATED ("Deprecated in NX8.0.0. Use SetUserAttribute instead.") void SetAttribute(const NXString &title |
| | NX_DEPRECATED ("Deprecated in NX8.0.0. Use SetUserAttribute instead.") void SetAttribute(const NXString &title |
| | NX_DEPRECATED ("Deprecated in NX8.0.0. Use SetUserAttribute instead.") void SetAttribute(const NXString &title |
| | NX_DEPRECATED ("Deprecated in NX8.0.0. Use SetUserAttribute instead.") void SetAttribute(const NXString &title |
| | NX_DEPRECATED ("Deprecated in NX8.0.0. Use SetUserAttribute instead.") void SetAttribute(const NXString &title) |
| | NX_DEPRECATED ("Deprecated in NX8.0.0. Use SetUserAttribute instead.") void SetReferenceAttribute(const NXString &title |
| | NX_DEPRECATED ("Deprecated in NX8.0.0. Use SetUserAttribute instead.") void SetReferenceAttribute(const NXString &title |
| | NX_DEPRECATED ("Deprecated in NX8.0.0. Use SetUserAttribute instead.") void SetTimeAttribute(const NXString &title |
| | NX_DEPRECATED ("Deprecated in NX8.0.0. Use SetUserAttribute instead.") void SetTimeAttribute(const NXString &title |
| virtual NXOpen::Assemblies::Component * | OwningComponent () |
| virtual NXOpen::BasePart * | OwningPart () |
| virtual void | Print () |
| virtual NXOpen::INXObject * | Prototype () |
| void | SetAttribute (const char *title) |
| void | SetAttribute (const char *title, const char *value) |
| void | SetAttribute (const char *title, const char *value, NXOpen::Update::Option option) |
| void | SetAttribute (const char *title, double value) |
| void | SetAttribute (const char *title, double value, NXOpen::Update::Option option) |
| void | SetAttribute (const char *title, int value) |
| void | SetAttribute (const char *title, int value, NXOpen::Update::Option option) |
| void | SetAttribute (const char *title, NXOpen::Update::Option option) |
| void | SetBooleanUserAttribute (const char *title, int index, bool value, NXOpen::Update::Option option) |
| void | SetBooleanUserAttribute (const NXString &title, int index, bool value, NXOpen::Update::Option option) |
| virtual void | SetName (const char *name) |
| virtual void | SetName (const NXString &name) |
| void | SetPdmReferenceAttribute (const char *attributeTitle, const char *attributeValue) |
| | 设置对象的PDM参考属性值。 用户需提供属性标题和UI显示的别名值。若参考属性为数组类型,此操作将被忽略。 别名字符串会转换为内部值(如会话标识符),并将该内部值设置到指定对象上。
创建于NX12.0.0。
许可要求:无
|
| void | SetPdmReferenceAttribute (const NXString &attributeTitle, const NXString &attributeValue) |
| | 设置对象的PDM参考属性值。 用户需提供属性标题和UI显示的别名值。若参考属性为数组类型,此操作将被忽略。 别名字符串会转换为内部值(如会话标识符),并将该内部值设置到指定对象上。
创建于NX12.0.0。
许可要求:无
|
| void | SetReferenceAttribute (const char *title, const char *value) |
| void | SetReferenceAttribute (const char *title, const char *value, NXOpen::Update::Option option) |
| void | SetTimeAttribute (const char *title, const char *value) |
| void | SetTimeAttribute (const char *title, const char *value, NXOpen::Update::Option option) |
| void | SetTimeUserAttribute (const char *title, int index, const char *value, NXOpen::Update::Option option) |
| void | SetTimeUserAttribute (const char *title, int index, const NXOpen::NXObject::ComputationalTime &value, NXOpen::Update::Option option) |
| void | SetTimeUserAttribute (const NXString &title, int index, const NXOpen::NXObject::ComputationalTime &value, NXOpen::Update::Option option) |
| void | SetTimeUserAttribute (const NXString &title, int index, const NXString &value, NXOpen::Update::Option option) |
| void | SetUserAttribute (const char *title, int index, const char *value, NXOpen::Update::Option option) |
| void | SetUserAttribute (const char *title, int index, double value, NXOpen::Update::Option option) |
| void | SetUserAttribute (const char *title, int index, int value, NXOpen::Update::Option option) |
| void | SetUserAttribute (const char *title, int index, NXOpen::Update::Option option) |
| void | SetUserAttribute (const NXOpen::NXObject::AttributeInformation &info, NXOpen::Update::Option option) |
| void | SetUserAttribute (const NXString &title, int index, const NXString &value, NXOpen::Update::Option option) |
| void | SetUserAttribute (const NXString &title, int index, double value, NXOpen::Update::Option option) |
| void | SetUserAttribute (const NXString &title, int index, int value, NXOpen::Update::Option option) |
| void | SetUserAttribute (const NXString &title, int index, NXOpen::Update::Option option) |
| void | SetUserAttributeLock (const char *title, NXOpen::NXObject::AttributeType type, bool lock) |
| void | SetUserAttributeLock (const NXString &title, NXOpen::NXObject::AttributeType type, bool lock) |
| tag_t | Tag () const |
| NXOpen::Update::Option | option |
| const NXString NXOpen::Update::Option | option |
| double NXOpen::Update::Option | option |
| int NXOpen::Update::Option | option |
| const NXString & | value |
| double | value |
| int | value |