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

More...

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

Public Member Functions

unsafe NXOpen.Routing.Path[] CreateValidPointsOnPaths (NXOpen.Point3d[] pointLocs, out NXOpen.Point[] validPoints)
 This function will get all the paths stored in NXOpen.Routing.ManualRouteBuilder and will create point for any location which lies on any of the paths. More...
 
unsafe void CyclePaths ()
 Cycle paths through filter paths array to enable user select path for routing. More...
 
unsafe NXOpen.Routing.Path[] FindPathsFromMultiplePoints (NXOpen.Point[] points, out bool foundPath)
 This function returns all possible paths which are passing through all the given points. More...
 
unsafe NXOpen.Routing.Path[] GetFilterPaths ()
 This function gets filter paths from builder. More...
 
unsafe NXOpen.Routing.Path GetHighlightPath ()
 This function returns currently highlighted path stored in builder More...
 
unsafe NXOpen.Routing.Path[] GetPaths ()
 This function returns all possible paths for stockDevice stored in builder. More...
 
unsafe void SetFilterPaths (NXOpen.Routing.Path[] filterPaths)
  More...
 
unsafe void SetHighlightPath (NXOpen.Routing.Path path)
 This function sets highlight path amongst all paths, and this highlight path only will be used for routing the stock device More...
 
unsafe bool UpdateFilterPaths (NXOpen.Point point)
 This function updates the filter paths in builder, using the given selected point. 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.PointList PointList [get]
 Returns the point list 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

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

Created in NX7.5.0

Member Function Documentation

unsafe NXOpen.Routing.Path [] NXOpen.Routing.ManualRouteBuilder.CreateValidPointsOnPaths ( NXOpen.Point3d[]  pointLocs,
out NXOpen.Point[]  validPoints 
)
inline

This function will get all the paths stored in NXOpen.Routing.ManualRouteBuilder and will create point for any location which lies on any of the paths.

Newly created points will be returned as result. It will also return the filter paths found using given locations.

Created in NX7.5.0

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

Parameters
pointLocs
validPoints
Returns
unsafe void NXOpen.Routing.ManualRouteBuilder.CyclePaths ( )
inline

Cycle paths through filter paths array to enable user select path for routing.

Created in NX7.5.0

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

unsafe NXOpen.Routing.Path [] NXOpen.Routing.ManualRouteBuilder.FindPathsFromMultiplePoints ( NXOpen.Point[]  points,
out bool  foundPath 
)
inline

This function returns all possible paths which are passing through all the given points.

Created in NX7.5.0

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

Parameters
points
Returns
Parameters
foundPath
unsafe NXOpen.Routing.Path [] NXOpen.Routing.ManualRouteBuilder.GetFilterPaths ( )
inline

This function gets filter paths from builder.

These paths are those which passes through selected points in point list.

Created in NX7.5.0

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

Returns
unsafe NXOpen.Routing.Path NXOpen.Routing.ManualRouteBuilder.GetHighlightPath ( )
inline

This function returns currently highlighted path stored in builder

Created in NX7.5.0

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

Returns
unsafe NXOpen.Routing.Path [] NXOpen.Routing.ManualRouteBuilder.GetPaths ( )
inline

This function returns all possible paths for stockDevice stored in builder.

Created in NX7.5.0

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

Returns
unsafe void NXOpen.Routing.ManualRouteBuilder.SetFilterPaths ( NXOpen.Routing.Path[]  filterPaths)
inline

Created in NX7.5.0

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

Parameters
filterPaths
unsafe void NXOpen.Routing.ManualRouteBuilder.SetHighlightPath ( NXOpen.Routing.Path  path)
inline

This function sets highlight path amongst all paths, and this highlight path only will be used for routing the stock device

Created in NX7.5.0

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

Parameters
path
unsafe bool NXOpen.Routing.ManualRouteBuilder.UpdateFilterPaths ( NXOpen.Point  point)
inline

This function updates the filter paths in builder, using the given selected point.

It checks all the filter paths stored in builder, and finds paths passing through given point. Then it updates filter paths accordingly in builder.

Created in NX7.5.0

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

Parameters
point
Returns

Property Documentation

unsafe NXOpen.PointList NXOpen.Routing.ManualRouteBuilder.PointList
get

Returns the point list

Created in NX7.5.0

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


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