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

The Routing IPath object is a list of segments in a route. More...

Inheritance diagram for NXOpen.Routing.IPath:
NXOpen.INXObject NXOpen.Routing.OffsetPath NXOpen.Routing.Path NXOpen.Routing.Wire

Public Member Functions

void AddSegmentsToList (NXOpen.Routing.ISegment[] objs)
 Adds segment(s) to an IPath object. More...
 
void DelSegmentsFromList (NXOpen.Routing.ISegment[] objs)
 Removes segment(s) from the IPath object. More...
 
NXOpen.Routing.ISegment[] GetSegmentList ()
 Returns the list of all of the segments contained in the IPath More...
 
- Public Member Functions inherited from NXOpen.INXObject
NXOpen.INXObject FindObject (string journalIdentifier)
 Finds the NXOpen.NXObject with the given identifier as recorded in a journal. More...
 
void Print ()
 Prints a representation of this object to the system log file. More...
 
void SetName (string name)
 Sets the custom name of the object. More...
 

Properties

NXOpen.Routing.ControlPoint ControlPointEnd [get, set]
 Returns or sets the end ControlPoint for an IPath object. More...
 
NXOpen.Routing.ControlPoint ControlPointStart [get, set]
 Returns or sets the start ControlPoint for an IPath object. More...
 
- Properties inherited from NXOpen.INXObject
bool IsOccurrence [get]
 Returns whether this object is an occurrence or not. More...
 
string JournalIdentifier [get]
 Returns the identifier that would be recorded in a journal for this object. More...
 
string Name [get]
 Returns the custom name of the object. More...
 
NXOpen.Assemblies.Component OwningComponent [get]
 Returns the owning component, if this object is an occurrence. More...
 
NXOpen.BasePart OwningPart [get]
 Returns the owning part of this object More...
 
NXOpen.INXObject Prototype [get]
 Returns the prototype of this object if it is an occurrence. More...
 

Detailed Description

The Routing IPath object is a list of segments in a route.

It also contains the beginning and ending control point for the path.

Created in NX4.0.0

Member Function Documentation

void NXOpen.Routing.IPath.AddSegmentsToList ( NXOpen.Routing.ISegment[]  objs)

Adds segment(s) to an IPath object.

Created in NX4.0.0

License requirements: routing_base ("Routing Basic")

Parameters
objslist of segments that are to be added

Implemented in NXOpen.Routing.OffsetPath, NXOpen.Routing.Wire, and NXOpen.Routing.Path.

void NXOpen.Routing.IPath.DelSegmentsFromList ( NXOpen.Routing.ISegment[]  objs)

Removes segment(s) from the IPath object.

Created in NX4.0.0

License requirements: routing_base ("Routing Basic")

Parameters
objslist of segments that are to be deleted

Implemented in NXOpen.Routing.OffsetPath, NXOpen.Routing.Wire, and NXOpen.Routing.Path.

NXOpen.Routing.ISegment [] NXOpen.Routing.IPath.GetSegmentList ( )

Returns the list of all of the segments contained in the IPath

Created in NX4.0.0

License requirements: routing_base ("Routing Basic")

Returns
list of all of the segments in this IPath object

Implemented in NXOpen.Routing.OffsetPath, NXOpen.Routing.Wire, and NXOpen.Routing.Path.

Property Documentation

NXOpen.Routing.ControlPoint NXOpen.Routing.IPath.ControlPointEnd
getset

Returns or sets the end ControlPoint for an IPath object.

Created in NX4.0.0

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

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

NXOpen.Routing.ControlPoint NXOpen.Routing.IPath.ControlPointStart
getset

Returns or sets the start ControlPoint for an IPath object.

Created in NX4.0.0

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

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


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