NXOpen .NET Reference  12.0.0
Public Member Functions | Properties | List of all members
NXOpen.Routing.RunItemsBuilder Class Reference

The builder for creating the list item of RunItems More...

Inheritance diagram for NXOpen.Routing.RunItemsBuilder:
NXOpen.Builder NXOpen.GeometricUtilities.IComponentBuilder

Public Member Functions

unsafe void SetSelectedItemData (NXOpen.TaggedObject scopedObject, string referenceId, string portName, NXOpen.TaggedObject[] availablePorts)
 The selected items data of the run More...
 
unsafe NXOpen.TaggedObject GetVirtualStubItem (string virtualReferenceId)
 A virtual stub item to be used as From/To item. More...
 
- Public Member Functions inherited from NXOpen.Builder
unsafe NXOpen.NXObject Commit ()
 Commits any edits that have been applied to the builder. More...
 
unsafe void Destroy ()
 Deletes the builder, and cleans up any objects created by the builder. More...
 
unsafe NXOpen.NXObject[] GetCommittedObjects ()
 For builders that create more than one object, this method returns the objects that are created by commit. More...
 
unsafe NXOpen.NXObject GetObject ()
 Returns the object currently being edited by this builder. More...
 
unsafe void ShowResults ()
 Updates the model to reflect the result of an edit to the model for all builders that support showing results. More...
 
unsafe bool Validate ()
 Validate whether the inputs to the component are sufficient for commit to be called. More...
 

Properties

unsafe NXOpen.TaggedObject CurrentSelectedPort [get, set]
 Returns or sets the ports of FROM/TO item of the run. More...
 
unsafe NXOpen.SelectNXObjectList RunItems [get]
 Returns the list item of run From/To item More...
 
unsafe string VirtualReferenceId [get, set]
 Returns or sets the virtual reference Id for FROM/TO items of a run. More...
 

Detailed Description

The builder for creating the list item of RunItems

To create a new instance of this class, use NXOpen.Routing.DefineRunBuilder.CreateRunItemsBuilder

Created in NX8.5.0

Member Function Documentation

unsafe NXOpen.TaggedObject NXOpen.Routing.RunItemsBuilder.GetVirtualStubItem ( string  virtualReferenceId)

A virtual stub item to be used as From/To item.

Created in NX8.5.0

License requirements: routing_advanced ("Routing Advanced"), routing_base ("Routing Basic")

Parameters
virtualReferenceId
Returns
unsafe void NXOpen.Routing.RunItemsBuilder.SetSelectedItemData ( NXOpen.TaggedObject  scopedObject,
string  referenceId,
string  portName,
NXOpen.TaggedObject[]  availablePorts 
)

The selected items data of the run

Created in NX8.5.0

License requirements: routing_advanced ("Routing Advanced"), routing_base ("Routing Basic")

Parameters
scopedObject
referenceId
portName
availablePorts

Property Documentation

unsafe NXOpen.TaggedObject NXOpen.Routing.RunItemsBuilder.CurrentSelectedPort
getset

Returns or sets the ports of FROM/TO item of the run.

Created in NX8.5.0

License requirements to get this property: routing_advanced ("Routing Advanced"), routing_base ("Routing Basic")

License requirements to set this property: routing_advanced ("Routing Advanced"), routing_base ("Routing Basic")

unsafe NXOpen.SelectNXObjectList NXOpen.Routing.RunItemsBuilder.RunItems
get

Returns the list item of run From/To item

Created in NX8.5.0

License requirements: routing_advanced ("Routing Advanced"), routing_base ("Routing Basic")

unsafe string NXOpen.Routing.RunItemsBuilder.VirtualReferenceId
getset

Returns or sets the virtual reference Id for FROM/TO items of a run.

Created in NX8.5.0

License requirements to get this property: routing_advanced ("Routing Advanced"), routing_base ("Routing Basic")

License requirements to set this property: routing_advanced ("Routing Advanced"), routing_base ("Routing Basic")


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