Class QuickPathBuilder
Inheritance
System.Object
System.MarshalByRefObject
QuickPathBuilder
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 QuickPathBuilder : Builder, IMessageSink, IComponentBuilder
Constructors
QuickPathBuilder()
Declaration
protected QuickPathBuilder()
Properties
PathErrors
Declaration
public ErrorList PathErrors { get; }
Property Value
| Type | Description |
|---|---|
| ErrorList |
PathSettings
Declaration
public LinearPathSettings PathSettings { get; }
Property Value
| Type | Description |
|---|---|
| LinearPathSettings |
PointList
Declaration
public PointList PointList { get; }
Property Value
| Type | Description |
|---|---|
| PointList |
RouteSegment
Declaration
public Curve RouteSegment { get; }
Property Value
| Type | Description |
|---|---|
| Curve |
StockSettings
Declaration
public PathStockBuilder StockSettings { get; }
Property Value
| Type | Description |
|---|---|
| PathStockBuilder |
Methods
SetListOfPointsToDraw(Int32, Point3d)
Declaration
public void SetListOfPointsToDraw(int index, Point3d point)
Parameters
| Type | Name | Description |
|---|---|---|
| System.Int32 | index | |
| Point3d | point |
SetListOfPointsToDrawCount(Int32)
Declaration
public void SetListOfPointsToDrawCount(int count)
Parameters
| Type | Name | Description |
|---|---|---|
| System.Int32 | count |
Implements
System.Runtime.Remoting.Messaging.IMessageSink