Class PostGraphAlongPathBuilder
Inheritance
PostGraphAlongPathBuilder
Assembly: NXOpen.dll
Syntax
public class PostGraphAlongPathBuilder : PostGraphBuilder, IMessageSink, IComponentBuilder
Constructors
PostGraphAlongPathBuilder()
Declaration
protected PostGraphAlongPathBuilder()
Properties
CsysAxis
Declaration
public PostGraphAlongPathBuilder.CoordinateSysAxis CsysAxis { get; set; }
Property Value
DefineByPathOption
Declaration
public bool DefineByPathOption { get; set; }
Property Value
IncludeItersectionsOption
Declaration
public bool IncludeItersectionsOption { get; set; }
Property Value
PathId
Declaration
public int PathId { get; set; }
Property Value
QueryCurveUsageOptions
Declaration
public QueryCurveUsageOptions QueryCurveUsageOptions { get; }
Property Value
XaxisOption
Declaration
public PostGraphAlongPathBuilder.Xaxis XaxisOption { get; set; }
Property Value
Methods
SetCsys(Matrix3x3)
Declaration
public void SetCsys(Matrix3x3 csys)
Parameters
SetCsysType(CsysType)
Declaration
public void SetCsysType(PostGraphAlongPathBuilder.CsysType csystype)
Parameters
SetOrigin(Point3d)
Declaration
public void SetOrigin(Point3d origin)
Parameters
Type |
Name |
Description |
Point3d |
origin |
|
SetVector(Point3d)
Declaration
public void SetVector(Point3d unitvector)
Parameters
Type |
Name |
Description |
Point3d |
unitvector |
|
Implements
System.Runtime.Remoting.Messaging.IMessageSink