Class PostGraphAlongPathBuilder
Inheritance
System.Object
System.MarshalByRefObject
PostGraphAlongPathBuilder
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.CAE
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
Type | Description |
---|---|
PostGraphAlongPathBuilder.CoordinateSysAxis |
DefineByPathOption
Declaration
public bool DefineByPathOption { get; set; }
Property Value
Type | Description |
---|---|
System.Boolean |
IncludeItersectionsOption
Declaration
public bool IncludeItersectionsOption { get; set; }
Property Value
Type | Description |
---|---|
System.Boolean |
PathId
Declaration
public int PathId { get; set; }
Property Value
Type | Description |
---|---|
System.Int32 |
QueryCurveUsageOptions
Declaration
public QueryCurveUsageOptions QueryCurveUsageOptions { get; }
Property Value
Type | Description |
---|---|
QueryCurveUsageOptions |
XaxisOption
Declaration
public PostGraphAlongPathBuilder.Xaxis XaxisOption { get; set; }
Property Value
Type | Description |
---|---|
PostGraphAlongPathBuilder.Xaxis |
Methods
SetCsys(Matrix3x3)
Declaration
public void SetCsys(Matrix3x3 csys)
Parameters
Type | Name | Description |
---|---|---|
Matrix3x3 | csys |
SetCsysType(PostGraphAlongPathBuilder.CsysType)
Declaration
public void SetCsysType(PostGraphAlongPathBuilder.CsysType csystype)
Parameters
Type | Name | Description |
---|---|---|
PostGraphAlongPathBuilder.CsysType | csystype |
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