NX Open C++ Reference Guide
|
Represents the Penetration Request object. More...
Public Types | |
enum | CompensationType { CompensationTypeNotRequired, CompensationTypeStandard, CompensationTypeNonStandard } |
Represents the Compensation type. More... | |
enum | CoutoutType { CoutoutTypeCircular, CoutoutTypeRectangular, CoutoutTypeFlatOval, CoutoutTypeUserDefined, CoutoutTypeExistingSketch, CoutoutTypeNewSketch, CoutoutTypeNone } |
Represents the Coutout type. More... | |
enum | DirectionType { DirectionTypePerpendiculartoStructure, DirectionTypeParalleltoRoute, DirectionTypeUserDefined } |
Represents the Direction type. More... | |
enum | PenetrationType { PenetrationTypePenetratingObject, PenetrationTypePenetratingPoint } |
Represents the penetration type. More... | |
enum | RequestType { RequestTypeSingle, RequestTypeMultiple } |
Represents the request type. More... | |
Additional Inherited Members | |
![]() | |
void | AddAttachment (NXOpen::Issue::IssueAttachment *attachment) |
Adds an Issue::IssueAttachment Created in NX8.5.0. | |
NXString | AssignedUser () |
Returns the assigned user Created in NX8.5.0. | |
void | Close (const NXString &coseNote) |
Closes the issue Created in NX8.5.0. | |
void | Close (const char *coseNote) |
Closes the issue Created in NX8.5.0. | |
NXString | Comment () |
Returns the issue comment Created in NX8.5.0. | |
void | DiscardIssue () |
Discards the newly created issue which has not saved in external db yet Created in NX8.5.0. | |
NXString | DueDate () |
Returns the due date Created in NX8.5.0. | |
std::vector < NXOpen::Issue::IssueAttachment * > | GetAllAttachments () |
Returns all the Issue::IssueAttachment s. | |
NXOpen::Issue::IssueAttachment * | GetAttachment (const NXString &attachmentName) |
Returns the Issue::IssueAttachment with this attachment name. | |
NXOpen::Issue::IssueAttachment * | GetAttachment (const char *attachmentName) |
Returns the Issue::IssueAttachment with this attachment name. | |
std::vector < NXOpen::Issue::IssueAttachment * > | GetChildAttachments () |
Returns the child Issue::IssueAttachment s. | |
std::vector < NXOpen::Issue::IssueFolder * > | GetFolders () |
Returns all the child Issue::IssueFolder s. | |
NXOpen::Issue::IssueAttachment * | GetPartAttachment () |
Returns the Issue::IssueAttachment with part type. | |
NXOpen::Issue::IssueProperty * | GetProperty (const NXString &propertyName) |
Returns the Issue::IssueProperty with this property name. | |
NXOpen::Issue::IssueProperty * | GetProperty (const char *propertyName) |
Returns the Issue::IssueProperty with this property name. | |
NXString | GetPropertyValue (const NXString &propertyName) |
Returns the value of Issue::IssueProperty. | |
NXString | GetPropertyValue (const char *propertyName) |
Returns the value of Issue::IssueProperty. | |
std::vector < NXOpen::Issue::IssueProperty * > | GetUserProperties () |
Returns the user definded Issue::IssueProperty s. | |
bool | IsCheckedOut (NXString *user) |
Returns whether the issue is checked out. | |
bool | IsClosed () |
Returns whether the issue is closed. | |
bool | IsLocked () |
Returns the lock state Created in NX8.5.0. | |
bool | IsReadOnly () |
Returns whether the issue is read only. | |
NXString | IssueId () |
Returns the issue id Created in NX8.5.0. | |
void | LoadAttachments () |
Loads the Issue::IssueAttachment s Created in NX8.5.0. | |
NXOpen::Issue::IssueAttachment * | PreviewImage () |
Returns the preview image Created in NX8.5.0. | |
NXString | Priority () |
Returns the issue priority Created in NX8.5.0. | |
void | ReloadProperties () |
Reloads all the Issue::IssueProperty s Created in NX8.5.0. | |
void | RemoveAttachment (NXOpen::Issue::IssueAttachment *attachment) |
Removes an Issue::IssueAttachment Created in NX8.5.0. | |
void | Review (const NXString &reviewDecision, const NXString &comment) |
Signs off the current workflow task with decision Created in NX8.5.0. | |
void | Review (const char *reviewDecision, const char *comment) |
Signs off the current workflow task with decision Created in NX8.5.0. | |
void | SaveChanges () |
Saves the changes to issue server Created in NX8.5.0. | |
void | SendToWorkflow (const NXString &workflowTemplate) |
Sends the issue to workflow process Created in NX8.5.0. | |
void | SendToWorkflow (const char *workflowTemplate) |
Sends the issue to workflow process Created in NX8.5.0. | |
void | SetAssignedUser (const NXString &assignedUser) |
Sets the assigned user Created in NX8.5.0. | |
void | SetAssignedUser (const char *assignedUser) |
Sets the assigned user Created in NX8.5.0. | |
void | SetComment (const NXString &comment) |
Sets the issue comment Created in NX8.5.0. | |
void | SetComment (const char *comment) |
Sets the issue comment Created in NX8.5.0. | |
void | SetDueDate (const NXString &dueDate) |
Sets the due date Created in NX8.5.0. | |
void | SetDueDate (const char *dueDate) |
Sets the due date Created in NX8.5.0. | |
void | SetPreviewImage (NXOpen::Issue::IssueAttachment *previewImage) |
Sets the preview image Created in NX8.5.0. | |
void | SetPriority (const NXString &priority) |
Sets the issue priority Created in NX8.5.0. | |
void | SetPriority (const char *priority) |
Sets the issue priority Created in NX8.5.0. | |
void | SetPropertyValue (const NXString &propertyName, const NXString &propertyValue) |
Sets the value of Issue::IssueProperty Created in NX8.5.0. | |
void | SetPropertyValue (const char *propertyName, const char *propertyValue) |
Sets the value of Issue::IssueProperty Created in NX8.5.0. | |
void | SetStatus (const NXString &status) |
Sets the issue status Created in NX8.5.0. | |
void | SetStatus (const char *status) |
Sets the issue status Created in NX8.5.0. | |
void | SetTitle (const NXString &title) |
Sets the issue title Created in NX8.5.0. | |
void | SetTitle (const char *title) |
Sets the issue title Created in NX8.5.0. | |
NXString | Status () |
Returns the issue status Created in NX8.5.0. | |
NXString | Title () |
Returns the issue title Created in NX8.5.0. | |
Represents the Penetration Request object.
Not support KF.
Created in NX8.0.0.
Represents the Direction type.