AssignDiscontinuityBuilder Class¶
-
class
NXOpen.Routing.AssignDiscontinuityBuilder¶ Bases:
NXOpen.Builderthe 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
ComplexPointReturns: Return type: NXOpen.SelectNXObjectNew 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
SegPairListReturns: Return type: NXOpen.TaggedObjectListNew 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
SegmentPairReturns: Return type: NXOpen.SelectNXObjectListNew 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
SimplePointReturns: Return type: NXOpen.Routing.RouteObjectCollectorNew 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
TypeReturns: Return type: NXOpen.Routing.AssignDiscontinuityBuilderTypesNew in version NX7.5.0.
License requirements: routing_advanced (“Routing Advanced”), routing_base (“Routing Basic”)
-------------------------------------Setter Method
Signature
TypeParameters: 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.SegmentPairBuilderNew 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.