NXOpen .NET Reference Guide  1899
 All Classes Namespaces Functions Variables Enumerations Enumerator Properties
Public Types | Public Member Functions | Properties | List of all members
NXOpen.Routing.ModelTerminalsBuilder Class Reference

The Builder to Model/UnModel the Terminals More...

Inheritance diagram for NXOpen.Routing.ModelTerminalsBuilder:
NXOpen.Builder NXOpen.TaggedObject NXOpen.GeometricUtilities.IComponentBuilder NXOpen.Utilities.NXRemotableObject IMessageSink

Public Types

enum  CutBackLocationOption { FromCharacteristic, UniformValue, IndividualCutbacks }
 The Enum for selecting the CutBack Option More...
 
enum  ExtensionValueOption { FromCharacteristic, UniformValue, IndividualExtensions }
 The Enum for selecting the ExtensionValue Option More...
 

Public Member Functions

unsafe void Model ()
 The Model the selected Terminals More...
 
unsafe void ModelAll ()
 The Model all the terminals More...
 
unsafe void UnModel ()
 The UnModel the selected terminals More...
 
unsafe void UnModelAll ()
 Unmodel all of the terminals 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...
 
- Public Member Functions inherited from NXOpen.TaggedObject
void PrintTestData (String variableName)
 <exclude> More...
 
void PrintTestData (String variableName, int lineNumber)
 <exclude> More...
 
override string ToString ()
 Returns a String that represents the current Object. More...
 
- Public Member Functions inherited from NXOpen.Utilities.NXRemotableObject
IMessageCtrl AsyncProcessMessage (IMessage msg, IMessageSink replySink)
 Asynchronously processes the given message. More...
 
IMessage SyncProcessMessage (IMessage msg)
 Synchronously processes the given message. More...
 

Properties

unsafe
NXOpen.Routing.ModelTerminalsBuilder.CutBackLocationOption 
CutbackOption [get, set]
 Returns or sets the cutback option More...
 
unsafe
NXOpen.Routing.ModelTerminalsBuilder.ExtensionValueOption 
ExtensionOption [get, set]
 Returns or sets the extension option More...
 
unsafe NXOpen.TaggedObjectList List [get]
 Returns the List Containing the Terminals and their properties. More...
 
unsafe NXOpen.NXObject MultiPort [get, set]
 Returns or sets the MultiPort of the selected object More...
 
unsafe NXOpen.Routing.SelectPort PortSelection [get]
 Returns the port selection More...
 
unsafe bool PreviewToggle [get, set]
 Returns or sets the preview More...
 
- Properties inherited from NXOpen.Builder
unsafe NXOpen.PreviewBuilder PreviewBuilder [get]
 Returns the preview builder subobject. More...
 
- Properties inherited from NXOpen.TaggedObject
Tag Tag [get]
 Returns the tag of this object. More...
 
- Properties inherited from NXOpen.Utilities.NXRemotableObject
IMessageSink NextSink [get]
 Gets the next message sink in the sink chain. More...
 

Additional Inherited Members

- Protected Member Functions inherited from NXOpen.TaggedObject
new void initialize ()
 <exclude> More...
 

Detailed Description

The Builder to Model/UnModel the Terminals

To create a new instance of this class, use NXOpen.Routing.RouteManager.ModelTerminalsBuilder

Default values.

Property Value

CutbackOption

FromCharacteristic

ExtensionOption

FromCharacteristic

PreviewToggle

0

Created in NX7.5.0

Member Enumeration Documentation

The Enum for selecting the CutBack Option

Enumerator
FromCharacteristic 

FromCharacteristic

UniformValue 

UniformValue

IndividualCutbacks 

IndividualValue

The Enum for selecting the ExtensionValue Option

Enumerator
FromCharacteristic 

FromCharacteristic

UniformValue 

UniformValue

IndividualExtensions 

IndividualValue

Member Function Documentation

unsafe void NXOpen.Routing.ModelTerminalsBuilder.Model ( )
inline

The Model the selected Terminals

Created in NX7.5.0

License requirements: routing_harness ("Routing Harness")

unsafe void NXOpen.Routing.ModelTerminalsBuilder.ModelAll ( )
inline

The Model all the terminals

Created in NX7.5.0

License requirements: routing_harness ("Routing Harness")

unsafe void NXOpen.Routing.ModelTerminalsBuilder.UnModel ( )
inline

The UnModel the selected terminals

Created in NX7.5.0

License requirements: routing_harness ("Routing Harness")

unsafe void NXOpen.Routing.ModelTerminalsBuilder.UnModelAll ( )
inline

Unmodel all of the terminals

Created in NX7.5.0

License requirements: routing_harness ("Routing Harness")

Property Documentation

unsafe NXOpen.Routing.ModelTerminalsBuilder.CutBackLocationOption NXOpen.Routing.ModelTerminalsBuilder.CutbackOption
getset

Returns or sets the cutback option

Created in NX7.5.0

License requirements to get this property: routing_harness ("Routing Harness")

License requirements to set this property: routing_harness ("Routing Harness")

unsafe NXOpen.Routing.ModelTerminalsBuilder.ExtensionValueOption NXOpen.Routing.ModelTerminalsBuilder.ExtensionOption
getset

Returns or sets the extension option

Created in NX7.5.0

License requirements to get this property: routing_harness ("Routing Harness")

License requirements to set this property: routing_harness ("Routing Harness")

unsafe NXOpen.TaggedObjectList NXOpen.Routing.ModelTerminalsBuilder.List
get

Returns the List Containing the Terminals and their properties.

Created in NX7.5.0

License requirements: routing_harness ("Routing Harness")

unsafe NXOpen.NXObject NXOpen.Routing.ModelTerminalsBuilder.MultiPort
getset

Returns or sets the MultiPort of the selected object

Created in NX7.5.0

License requirements to get this property: routing_harness ("Routing Harness")

License requirements to set this property: routing_harness ("Routing Harness")

unsafe NXOpen.Routing.SelectPort NXOpen.Routing.ModelTerminalsBuilder.PortSelection
get

Returns the port selection

Created in NX7.5.0

License requirements: routing_harness ("Routing Harness")

unsafe bool NXOpen.Routing.ModelTerminalsBuilder.PreviewToggle
getset

Returns or sets the preview

Created in NX7.5.0

License requirements to get this property: routing_harness ("Routing Harness")

License requirements to set this property: routing_harness ("Routing Harness")


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