NX Open C++ Reference Guide
Public Types | Public Member Functions
NXOpen::Routing::RoutePartDescriptor Class Reference

Represents a part descriptor chrx. More...

Inheritance diagram for NXOpen::Routing::RoutePartDescriptor:
NXOpen::TaggedObject

List of all members.

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 SetTitle (const NXString &title)
 Sets the title for the part descriptor used by Routing.
NXString Title ()
 Returns the title for the part descriptor used by Routing.

Detailed Description

Represents a part descriptor chrx.


To create a new instance of this class, use Routing::RoutePartDescriptorCollection::CreatePartDescriptor

Created in NX4.0.0.


Member Enumeration Documentation

Charx Type for a RoutePartDescriptor .

Enumerator:
CharxTypeInt 

int

CharxTypeReal 

real

Descriptor Type for a RoutePartDescriptor .

Enumerator:
SourceTypeNull 

null

SourceTypePartAttribute 

part attribute

SourceTypeExpression 

expression

SourceTypeDumbCopy 

dumb copy


Member Function Documentation

Returns the charx type for the part descriptor used by Routing.


Created in NX4.0.0.

License requirements : routing_combined ("Routing Combined") OR routing_electrical ("Routing Electrical") OR routing_mechanical ("Routing Mechanical")

Returns the descriptor type for the part descriptor used by Routing.


Created in NX4.0.0.

License requirements : routing_combined ("Routing Combined") OR routing_electrical ("Routing Electrical") OR routing_mechanical ("Routing Mechanical")

Returns the expression for the part descriptor used by Routing.


Created in NX4.0.0.

License requirements : routing_combined ("Routing Combined") OR routing_electrical ("Routing Electrical") OR routing_mechanical ("Routing Mechanical")

Sets the charx type for the part descriptor used by Routing.


Created in NX4.0.0.

License requirements : routing_combined ("Routing Combined") OR routing_electrical ("Routing Electrical") OR routing_mechanical ("Routing Mechanical")

Parameters:
typetype

Sets the descriptor type for the part descriptor used by Routing.


Created in NX4.0.0.

License requirements : routing_combined ("Routing Combined") OR routing_electrical ("Routing Electrical") OR routing_mechanical ("Routing Mechanical")

Parameters:
typetype

Sets the expression for the part descriptor used by Routing.


Created in NX4.0.0.

License requirements : routing_combined ("Routing Combined") OR routing_electrical ("Routing Electrical") OR routing_mechanical ("Routing Mechanical")

Parameters:
expressionexpression

Sets the title for the part descriptor used by Routing.


Created in NX4.0.0.

License requirements : routing_combined ("Routing Combined") OR routing_electrical ("Routing Electrical") OR routing_mechanical ("Routing Mechanical")

Parameters:
titletitle

Returns the title for the part descriptor used by Routing.


Created in NX4.0.0.

License requirements : routing_combined ("Routing Combined") OR routing_electrical ("Routing Electrical") OR routing_mechanical ("Routing Mechanical")


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