NX Open C++ Reference Guide
Public Types | List of all members
NXOpen::Features::ShipDesign::PenetrationRequest Class Reference

Represents the Penetration Request object. More...

Inheritance diagram for NXOpen::Features::ShipDesign::PenetrationRequest:
NXOpen::Issue::IssueContent NXOpen::NXObject NXOpen::TaggedObject NXOpen::INXObject

Public Types

enum  CompensationType {
  CompensationTypeNotRequired, CompensationTypeStandard, CompensationTypeNonStandard, CompensationTypeSleeve,
  CompensationTypeDoubleSleeve, CompensationTypeFlange
}
 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

- Public Member Functions inherited from NXOpen::Issue::IssueContent
void AddAttachment (NXOpen::Issue::IssueAttachment *attachment)
 Adds an NXOpen::Issue::IssueAttachment
Created in NX8.5.0. More...
 
NXString AssignedUser ()
 Returns the assigned user
Created in NX8.5.0. More...
 
void Close (const NXString &coseNote)
 Closes the issue
Created in NX8.5.0. More...
 
void Close (const char *coseNote)
 Closes the issue
Created in NX8.5.0. More...
 
NXString Comment ()
 Returns the issue comment
Created in NX8.5.0. More...
 
void DiscardIssue ()
 Discards the newly created issue which has not saved in external db yet
Created in NX8.5.0. More...
 
NXString DueDate ()
 Returns the due date
Created in NX8.5.0. More...
 
std::vector
< NXOpen::Issue::IssueAttachment * > 
GetAllAttachments ()
 Returns all the NXOpen::Issue::IssueAttachment s. More...
 
NXOpen::Issue::IssueAttachmentGetAttachment (const NXString &attachmentName)
 Returns the NXOpen::Issue::IssueAttachment with this attachment name. More...
 
NXOpen::Issue::IssueAttachmentGetAttachment (const char *attachmentName)
 Returns the NXOpen::Issue::IssueAttachment with this attachment name. More...
 
std::vector
< NXOpen::Issue::IssueAttachment * > 
GetChildAttachments ()
 Returns the child NXOpen::Issue::IssueAttachment s. More...
 
std::vector
< NXOpen::Issue::IssueFolder * > 
GetFolders ()
 Returns all the child NXOpen::Issue::IssueFolder s. More...
 
NXOpen::Issue::IssueAttachmentGetPartAttachment ()
 Returns the NXOpen::Issue::IssueAttachment with part type. More...
 
NXOpen::Issue::IssuePropertyGetProperty (const NXString &propertyName)
 Returns the NXOpen::Issue::IssueProperty with this property name. More...
 
NXOpen::Issue::IssuePropertyGetProperty (const char *propertyName)
 Returns the NXOpen::Issue::IssueProperty with this property name. More...
 
NXString GetPropertyValue (const NXString &propertyName)
 Returns the value of NXOpen::Issue::IssueProperty. More...
 
NXString GetPropertyValue (const char *propertyName)
 Returns the value of NXOpen::Issue::IssueProperty. More...
 
std::vector
< NXOpen::Issue::IssueProperty * > 
GetUserProperties ()
 Returns the user definded NXOpen::Issue::IssueProperty s. More...
 
bool IsCheckedOut (NXString *user)
 Returns whether the issue is checked out. More...
 
bool IsClosed ()
 Returns whether the issue is closed. More...
 
bool IsLocked ()
 Returns the lock state
Created in NX8.5.0. More...
 
bool IsReadOnly ()
 Returns whether the issue is read only. More...
 
NXString IssueId ()
 Returns the issue id
Created in NX8.5.0. More...
 
void LoadAttachments ()
 Loads the NXOpen::Issue::IssueAttachment s
Created in NX8.5.0. More...
 
NXOpen::Issue::IssueAttachmentPreviewImage ()
 Returns the preview image
Created in NX8.5.0. More...
 
NXString Priority ()
 Returns the issue priority
Created in NX8.5.0. More...
 
void ReloadProperties ()
 Reloads all the NXOpen::Issue::IssueProperty s
Created in NX8.5.0. More...
 
void RemoveAttachment (NXOpen::Issue::IssueAttachment *attachment)
 Removes an NXOpen::Issue::IssueAttachment
Created in NX8.5.0. More...
 
void Review (const NXString &reviewDecision, const NXString &comment)
 Signs off the current workflow task with decision
Created in NX8.5.0. More...
 
void Review (const char *reviewDecision, const char *comment)
 Signs off the current workflow task with decision
Created in NX8.5.0. More...
 
void SaveChanges ()
 Saves the changes to issue server
Created in NX8.5.0. More...
 
void SendToWorkflow (const NXString &workflowTemplate)
 Sends the issue to workflow process
Created in NX8.5.0. More...
 
void SendToWorkflow (const char *workflowTemplate)
 Sends the issue to workflow process
Created in NX8.5.0. More...
 
void SetAssignedUser (const NXString &assignedUser)
 Sets the assigned user
Created in NX8.5.0. More...
 
void SetAssignedUser (const char *assignedUser)
 Sets the assigned user
Created in NX8.5.0. More...
 
void SetComment (const NXString &comment)
 Sets the issue comment
Created in NX8.5.0. More...
 
void SetComment (const char *comment)
 Sets the issue comment
Created in NX8.5.0. More...
 
void SetDueDate (const NXString &dueDate)
 Sets the due date
Created in NX8.5.0. More...
 
void SetDueDate (const char *dueDate)
 Sets the due date
Created in NX8.5.0. More...
 
void SetPreviewImage (NXOpen::Issue::IssueAttachment *previewImage)
 Sets the preview image
Created in NX8.5.0. More...
 
void SetPriority (const NXString &priority)
 Sets the issue priority
Created in NX8.5.0. More...
 
void SetPriority (const char *priority)
 Sets the issue priority
Created in NX8.5.0. More...
 
void SetPropertyValue (const NXString &propertyName, const NXString &propertyValue)
 Sets the value of NXOpen::Issue::IssueProperty
Created in NX8.5.0. More...
 
void SetPropertyValue (const char *propertyName, const char *propertyValue)
 Sets the value of NXOpen::Issue::IssueProperty
Created in NX8.5.0. More...
 
void SetStatus (const NXString &status)
 Sets the issue status
Created in NX8.5.0. More...
 
void SetStatus (const char *status)
 Sets the issue status
Created in NX8.5.0. More...
 
void SetTitle (const NXString &title)
 Sets the issue title
Created in NX8.5.0. More...
 
void SetTitle (const char *title)
 Sets the issue title
Created in NX8.5.0. More...
 
NXString Status ()
 Returns the issue status
Created in NX8.5.0. More...
 
NXString Title ()
 Returns the issue title
Created in NX8.5.0. More...
 

Detailed Description

Represents the Penetration Request object.


Not support KF.

Created in NX8.0.0.

Member Enumeration Documentation

Represents the Compensation type.

Enumerator
CompensationTypeNotRequired 

not required

CompensationTypeStandard 

standard

CompensationTypeNonStandard 

non standard

CompensationTypeSleeve 

sleeve

CompensationTypeDoubleSleeve 

double sleeve

CompensationTypeFlange 

flange

Represents the Coutout type.

Enumerator
CoutoutTypeCircular 

circular

CoutoutTypeRectangular 

rectangular

CoutoutTypeFlatOval 

flat oval

CoutoutTypeUserDefined 

user defined

CoutoutTypeExistingSketch 

existing sketch

CoutoutTypeNewSketch 

new sketch

CoutoutTypeNone 

none

Represents the Direction type.

Enumerator
DirectionTypePerpendiculartoStructure 

perpendicularto structure

DirectionTypeParalleltoRoute 

parallelto route

DirectionTypeUserDefined 

user defined

Represents the penetration type.

Enumerator
PenetrationTypePenetratingObject 

penetrating object

PenetrationTypePenetratingPoint 

penetrating point

Represents the request type.

Enumerator
RequestTypeSingle 

single

RequestTypeMultiple 

multiple


The documentation for this class was generated from the following file:
Copyright 2017 Siemens Product Lifecycle Management Software Inc. All Rights Reserved.