Class QuickPathBuilder
Inheritance
QuickPathBuilder
Assembly: NXOpen.dll
Syntax
public class QuickPathBuilder : Builder, IMessageSink, IComponentBuilder
Constructors
QuickPathBuilder()
Declaration
protected QuickPathBuilder()
Properties
PathErrors
Declaration
public ErrorList PathErrors { get; }
Property Value
PathSettings
Declaration
public LinearPathSettings PathSettings { get; }
Property Value
PointList
Declaration
public PointList PointList { get; }
Property Value
RouteSegment
Declaration
public Curve RouteSegment { get; }
Property Value
StockSettings
Declaration
public PathStockBuilder StockSettings { get; }
Property Value
Methods
SetListOfPointsToDraw(int, Point3d)
Declaration
public void SetListOfPointsToDraw(int index, Point3d point)
Parameters
SetListOfPointsToDrawCount(int)
Declaration
public void SetListOfPointsToDrawCount(int count)
Parameters
Type |
Name |
Description |
int |
count |
|
Implements
System.Runtime.Remoting.Messaging.IMessageSink