Class Path
Inherited Members
System.MarshalByRefObject.CreateObjRef(System.Type)
System.MarshalByRefObject.GetLifetimeService()
System.MarshalByRefObject.InitializeLifetimeService()
System.MarshalByRefObject.MemberwiseClone(System.Boolean)
System.Object.Equals(System.Object)
System.Object.Equals(System.Object, System.Object)
System.Object.GetHashCode()
System.Object.GetType()
System.Object.MemberwiseClone()
System.Object.ReferenceEquals(System.Object, System.Object)
Namespace: NXOpen.Routing
Assembly: NXOpen.dll
Syntax
public class Path : NXObject, IMessageSink, IPath, INXObject
Constructors
Path()
Declaration
protected Path()
Properties
ControlPointEnd
Declaration
public ControlPoint ControlPointEnd { get; set; }
Property Value
Type | Description |
---|---|
ControlPoint |
ControlPointStart
Declaration
public ControlPoint ControlPointStart { get; set; }
Property Value
Type | Description |
---|---|
ControlPoint |
Methods
AddSegmentsToList(ISegment[])
Declaration
public void AddSegmentsToList(ISegment[] objs)
Parameters
Type | Name | Description |
---|---|---|
ISegment[] | objs |
DelSegmentsFromList(ISegment[])
Declaration
public void DelSegmentsFromList(ISegment[] objs)
Parameters
Type | Name | Description |
---|---|---|
ISegment[] | objs |
GetLength()
Declaration
public double GetLength()
Returns
Type | Description |
---|---|
System.Double |
GetSegmentList()
Declaration
public ISegment[] GetSegmentList()
Returns
Type | Description |
---|---|
ISegment[] |
Implements
System.Runtime.Remoting.Messaging.IMessageSink