NX Open C++ Reference Guide
|
Represents a part descriptor chrx. More...
Public Types | |
enum | CharxType { CharxTypeInt, CharxTypeReal, CharxTypeSting = 4, CharxTypeAny = 6, CharxTypeRef = 10, CharxTypeAnyRef = 12 } |
Charx Type for a RoutePartDescriptor . More... | |
enum | SourceType { SourceTypeNull, SourceTypePartAttribute, SourceTypeExpression, SourceTypeDumbCopy } |
Descriptor Type for a RoutePartDescriptor . More... | |
Public Member Functions | |
NXOpen::Routing::RoutePartDescriptor::CharxType | DescriptorCharxType () |
Returns the charx type for the part descriptor used by Routing. | |
NXOpen::Routing::RoutePartDescriptor::SourceType | DescriptorSourceType () |
Returns the descriptor type for the part descriptor used by Routing. | |
NXString | Expression () |
Returns the expression for the part descriptor used by Routing. | |
void | SetDescriptorCharxType (NXOpen::Routing::RoutePartDescriptor::CharxType type) |
Sets the charx type for the part descriptor used by Routing. | |
void | SetDescriptorSourceType (NXOpen::Routing::RoutePartDescriptor::SourceType type) |
Sets the descriptor type for the part descriptor used by Routing. | |
void | SetExpression (const NXString &expression) |
Sets the expression for the part descriptor used by Routing. | |
void | SetExpression (const char *expression) |
Sets the expression for the part descriptor used by Routing. | |
void | SetTitle (const NXString &title) |
Sets the title for the part descriptor used by Routing. | |
void | SetTitle (const char *title) |
Sets the title for the part descriptor used by Routing. | |
NXString | Title () |
Returns the title for the part descriptor used by Routing. | |
![]() | |
tag_t | GetTag () const |
<b>Deprecated</b>:<br> Use Tag instead. | |
tag_t | Tag () const |
Returns the tag of this object. | |
Represents a part descriptor chrx.
To create a new instance of this class, use Routing::RoutePartDescriptorCollection::CreatePartDescriptor
Created in NX4.0.0.
Charx Type for a RoutePartDescriptor .
Descriptor Type for a RoutePartDescriptor .
NXOpen::Routing::RoutePartDescriptor::CharxType NXOpen::Routing::RoutePartDescriptor::DescriptorCharxType | ( | ) |
Returns the charx type for the part descriptor used by Routing.
Created in NX4.0.0.
License requirements : routing_base ("Routing Basic")
NXOpen::Routing::RoutePartDescriptor::SourceType NXOpen::Routing::RoutePartDescriptor::DescriptorSourceType | ( | ) |
Returns the descriptor type for the part descriptor used by Routing.
Created in NX4.0.0.
License requirements : routing_base ("Routing Basic")
NXString NXOpen::Routing::RoutePartDescriptor::Expression | ( | ) |
Returns the expression for the part descriptor used by Routing.
Created in NX4.0.0.
License requirements : routing_base ("Routing Basic")
void NXOpen::Routing::RoutePartDescriptor::SetDescriptorCharxType | ( | NXOpen::Routing::RoutePartDescriptor::CharxType | type | ) |
Sets the charx type for the part descriptor used by Routing.
Created in NX4.0.0.
License requirements : routing_base ("Routing Basic")
type | type |
void NXOpen::Routing::RoutePartDescriptor::SetDescriptorSourceType | ( | NXOpen::Routing::RoutePartDescriptor::SourceType | type | ) |
Sets the descriptor type for the part descriptor used by Routing.
Created in NX4.0.0.
License requirements : routing_base ("Routing Basic")
type | type |
void NXOpen::Routing::RoutePartDescriptor::SetExpression | ( | const NXString & | expression | ) |
Sets the expression for the part descriptor used by Routing.
Created in NX4.0.0.
License requirements : routing_base ("Routing Basic")
expression | expression |
void NXOpen::Routing::RoutePartDescriptor::SetExpression | ( | const char * | expression | ) |
Sets the expression for the part descriptor used by Routing.
Created in NX4.0.0.
License requirements : routing_base ("Routing Basic")
expression | expression |
void NXOpen::Routing::RoutePartDescriptor::SetTitle | ( | const NXString & | title | ) |
Sets the title for the part descriptor used by Routing.
Created in NX4.0.0.
License requirements : routing_base ("Routing Basic")
title | title |
void NXOpen::Routing::RoutePartDescriptor::SetTitle | ( | const char * | title | ) |
Sets the title for the part descriptor used by Routing.
Created in NX4.0.0.
License requirements : routing_base ("Routing Basic")
title | title |
NXString NXOpen::Routing::RoutePartDescriptor::Title | ( | ) |
Returns the title for the part descriptor used by Routing.
Created in NX4.0.0.
License requirements : routing_base ("Routing Basic")