RoutePartDescriptor Class¶
-
class
NXOpen.Routing.RoutePartDescriptor¶ Bases:
NXOpen.TaggedObjectRepresents 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¶
Enumerations¶
| RoutePartDescriptorCharxType Enumeration | Charx Type for a NXOpen.Routing.RoutePartDescriptor. |
| RoutePartDescriptorSourceType Enumeration | Descriptor Type for a NXOpen.Routing.RoutePartDescriptor. |
Property Detail¶
DescriptorCharxType¶
-
RoutePartDescriptor.DescriptorCharxType¶ Returns or sets the charx type for the part descriptor used by Routing.
-------------------------------------Getter Method
Signature
DescriptorCharxTypeReturns: Return type: NXOpen.Routing.RoutePartDescriptorCharxTypeNew in version NX4.0.0.
License requirements: routing_base (“Routing Basic”)
-------------------------------------Setter Method
Signature
DescriptorCharxTypeParameters: 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
DescriptorSourceTypeReturns: Return type: NXOpen.Routing.RoutePartDescriptorSourceTypeNew in version NX4.0.0.
License requirements: routing_base (“Routing Basic”)
-------------------------------------Setter Method
Signature
DescriptorSourceTypeParameters: 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
ExpressionReturns: Return type: str New in version NX4.0.0.
License requirements: routing_base (“Routing Basic”)
-------------------------------------Setter Method
Signature
ExpressionParameters: 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
TitleReturns: Return type: str New in version NX4.0.0.
License requirements: routing_base (“Routing Basic”)
-------------------------------------Setter Method
Signature
TitleParameters: title (str) – New in version NX4.0.0.
License requirements: routing_base (“Routing Basic”)