RoutePartDescriptor Class

class NXOpen.Routing.RoutePartDescriptor

Bases: NXOpen.TaggedObject

Represents a part descriptor chrx.

To create a new instance of this class, use NXOpen.Routing.RoutePartDescriptorCollection.CreatePartDescriptor()

New in version NX4.0.0.

Properties

Property Description
DescriptorCharxType Returns or sets the charx type for the part descriptor used by Routing.
DescriptorSourceType Returns or sets the descriptor type for the part descriptor used by Routing.
Expression Returns or sets the expression for the part descriptor used by Routing.
Tag Returns the Tag for this object.
Title Returns or sets the title for the part descriptor used by Routing.

Methods

Property Detail

DescriptorCharxType

RoutePartDescriptor.DescriptorCharxType

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

-------------------------------------

Getter Method

Signature DescriptorCharxType

Returns:
Return type:NXOpen.Routing.RoutePartDescriptorCharxType

New in version NX4.0.0.

License requirements: routing_base (“Routing Basic”)

-------------------------------------

Setter Method

Signature DescriptorCharxType

Parameters:type (NXOpen.Routing.RoutePartDescriptorCharxType) –

New in version NX4.0.0.

License requirements: routing_base (“Routing Basic”)

DescriptorSourceType

RoutePartDescriptor.DescriptorSourceType

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

-------------------------------------

Getter Method

Signature DescriptorSourceType

Returns:
Return type:NXOpen.Routing.RoutePartDescriptorSourceType

New in version NX4.0.0.

License requirements: routing_base (“Routing Basic”)

-------------------------------------

Setter Method

Signature DescriptorSourceType

Parameters:type (NXOpen.Routing.RoutePartDescriptorSourceType) –

New in version NX4.0.0.

License requirements: routing_base (“Routing Basic”)

Expression

RoutePartDescriptor.Expression

Returns or sets the expression for the part descriptor used by Routing.

-------------------------------------

Getter Method

Signature Expression

Returns:
Return type:str

New in version NX4.0.0.

License requirements: routing_base (“Routing Basic”)

-------------------------------------

Setter Method

Signature Expression

Parameters:expression (str) –

New in version NX4.0.0.

License requirements: routing_base (“Routing Basic”)

Title

RoutePartDescriptor.Title

Returns or sets the title for the part descriptor used by Routing.

-------------------------------------

Getter Method

Signature Title

Returns:
Return type:str

New in version NX4.0.0.

License requirements: routing_base (“Routing Basic”)

-------------------------------------

Setter Method

Signature Title

Parameters:title (str) –

New in version NX4.0.0.

License requirements: routing_base (“Routing Basic”)