AssignDiscontinuityBuilder Class

class NXOpen.Routing.AssignDiscontinuityBuilder

Bases: NXOpen.Builder

the Builder to Assign Discontinuity for the stocks

To create a new instance of this class, use NXOpen.Routing.RouteManager.CreateAssignDiscontinuityBuilder()

New in version NX7.5.0.

Properties

Property Description
ComplexPoint Returns the Rcp type of the selected object
SegPairList Returns the list of selected segments pairs
SegmentPair Returns the segment pairs selected for the assigning Discontinuity
SimplePoint Returns the Rcp type of the selected object
Tag Returns the Tag for this object.
Type Returns or sets the type of Block

Methods

Method Description
Commit Commits any edits that have been applied to the builder.
Destroy Deletes the builder, and cleans up any objects created by the builder.
GetCommittedObjects For builders that create more than one object, this method returns the objects that are created by commit.
GetObject Returns the object currently being edited by this builder.
SegmentPairBuilder Creates a SegmentPairBuilder used to create list item for AssignDiscontinuity
ShowResults Updates the model to reflect the result of an edit to the model for all builders that support showing results.
Validate Validate whether the inputs to the component are sufficient for commit to be called.

Enumerations

AssignDiscontinuityBuilderTypes Enumeration the Enum for the types Block

Property Detail

ComplexPoint

AssignDiscontinuityBuilder.ComplexPoint

Returns the Rcp type of the selected object

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

Getter Method

Signature ComplexPoint

Returns:
Return type:NXOpen.SelectNXObject

New in version NX7.5.0.

License requirements: routing_advanced (“Routing Advanced”), routing_base (“Routing Basic”)

SegPairList

AssignDiscontinuityBuilder.SegPairList

Returns the list of selected segments pairs

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

Getter Method

Signature SegPairList

Returns:
Return type:NXOpen.TaggedObjectList

New in version NX7.5.0.

License requirements: routing_advanced (“Routing Advanced”), routing_base (“Routing Basic”)

SegmentPair

AssignDiscontinuityBuilder.SegmentPair

Returns the segment pairs selected for the assigning Discontinuity

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

Getter Method

Signature SegmentPair

Returns:
Return type:NXOpen.SelectNXObjectList

New in version NX7.5.0.

License requirements: routing_advanced (“Routing Advanced”), routing_base (“Routing Basic”)

SimplePoint

AssignDiscontinuityBuilder.SimplePoint

Returns the Rcp type of the selected object

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

Getter Method

Signature SimplePoint

Returns:
Return type:NXOpen.Routing.RouteObjectCollector

New in version NX7.5.0.

License requirements: routing_advanced (“Routing Advanced”), routing_base (“Routing Basic”)

Type

AssignDiscontinuityBuilder.Type

Returns or sets the type of Block

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

Getter Method

Signature Type

Returns:
Return type:NXOpen.Routing.AssignDiscontinuityBuilderTypes

New in version NX7.5.0.

License requirements: routing_advanced (“Routing Advanced”), routing_base (“Routing Basic”)

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

Setter Method

Signature Type

Parameters:type (NXOpen.Routing.AssignDiscontinuityBuilderTypes) –

New in version NX7.5.0.

License requirements: routing_advanced (“Routing Advanced”), routing_base (“Routing Basic”)

Method Detail

SegmentPairBuilder

AssignDiscontinuityBuilder.SegmentPairBuilder

Creates a SegmentPairBuilder used to create list item for AssignDiscontinuity

Signature SegmentPairBuilder()

Returns:
Return type:NXOpen.Routing.SegmentPairBuilder

New in version NX7.5.0.

License requirements: routing_advanced (“Routing Advanced”), routing_base (“Routing Basic”)

Validate

AssignDiscontinuityBuilder.Validate

Validate whether the inputs to the component are sufficient for commit to be called.

If the component is not in a state to commit then an exception is thrown. For example, if the component requires you to set some property, this method will throw an exception if you haven’t set it. This method throws a not-yet-implemented NXException for some components.

Signature Validate()

Returns:Was self validation successful
Return type:bool

New in version NX3.0.1.

License requirements: None.