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

Represents NXOpen.Routing.Electrical.SplicePositionBuilder . More...

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

Public Member Functions

unsafe void SetDistanceFromAnchorNode (double distanceForSplicePoint)
 The automation user has to set distance to place a splice on route section. More...
 
unsafe void SetEndRouteNodesOfRouteSection (NXOpen.Routing.ControlPoint startRouteNode, NXOpen.Routing.ControlPoint endRouteNode)
 The automation user has to set the end route nodes of the route section in order to place splice on route section. More...
 
unsafe void SetTotalCurveLengthOfRouteSection (double totalLengthOfRouteSection)
 The automation user has to set the total length of route section. 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 double AdditionalLength [get, set]
 Returns or sets the additional length required for the wire for the fabrication of splice. More...
 
unsafe NXOpen.Expression DistanceForSplicePoint [get]
 Returns the distance for splice point from the inferred anchor node on route section. More...
 
unsafe NXOpen.Point PointOnPath [get, set]
 Returns or sets the point on path/curve selected by user to position a splice More...
 
unsafe string SpliceName [get, set]
 Returns or sets the splice name given by NX user or received from capital. More...
 
unsafe bool SwitchRouteNode [get, set]
 Returns or sets the switch route node can be used by user to highlight and store the route node opposite to the inferred anchor node. 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

Represents NXOpen.Routing.Electrical.SplicePositionBuilder .

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

Created in NX1872.0.0

Member Function Documentation

unsafe void NXOpen.Routing.Electrical.SplicePositionBuilder.SetDistanceFromAnchorNode ( double  distanceForSplicePoint)
inline

The automation user has to set distance to place a splice on route section.

The distance would be considered from the start node of the route section.

Created in NX1872.0.0

License requirements: routing_advanced ("Routing Advanced")

Parameters
distanceForSplicePoint
unsafe void NXOpen.Routing.Electrical.SplicePositionBuilder.SetEndRouteNodesOfRouteSection ( NXOpen.Routing.ControlPoint  startRouteNode,
NXOpen.Routing.ControlPoint  endRouteNode 
)
inline

The automation user has to set the end route nodes of the route section in order to place splice on route section.

Created in NX1872.0.0

License requirements: routing_advanced ("Routing Advanced")

Parameters
startRouteNode
endRouteNode
unsafe void NXOpen.Routing.Electrical.SplicePositionBuilder.SetTotalCurveLengthOfRouteSection ( double  totalLengthOfRouteSection)
inline

The automation user has to set the total length of route section.

This will be used for internal validations and to place splice correctly.

Created in NX1872.0.0

License requirements: routing_advanced ("Routing Advanced")

Parameters
totalLengthOfRouteSection

Property Documentation

unsafe double NXOpen.Routing.Electrical.SplicePositionBuilder.AdditionalLength
getset

Returns or sets the additional length required for the wire for the fabrication of splice.

Created in NX1872.0.0

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

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

unsafe NXOpen.Expression NXOpen.Routing.Electrical.SplicePositionBuilder.DistanceForSplicePoint
get

Returns the distance for splice point from the inferred anchor node on route section.

Created in NX1872.0.0

License requirements: routing_advanced ("Routing Advanced")

unsafe NXOpen.Point NXOpen.Routing.Electrical.SplicePositionBuilder.PointOnPath
getset

Returns or sets the point on path/curve selected by user to position a splice

Created in NX1872.0.0

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

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

unsafe string NXOpen.Routing.Electrical.SplicePositionBuilder.SpliceName
getset

Returns or sets the splice name given by NX user or received from capital.

Created in NX1872.0.0

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

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

unsafe bool NXOpen.Routing.Electrical.SplicePositionBuilder.SwitchRouteNode
getset

Returns or sets the switch route node can be used by user to highlight and store the route node opposite to the inferred anchor node.

Created in NX1872.0.0

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

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


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