Search Results for

    Show / Hide Table of Contents

    Class PostGraphAlongPathBuilder

    Inheritance
    object
    MarshalByRefObject
    NXRemotableObject
    TaggedObject
    Builder
    PostGraphBuilder
    PostGraphAlongPathBuilder
    Implements
    IMessageSink
    IComponentBuilder
    Inherited Members
    PostGraphBuilder.SetEntityIds(bool, int[])
    PostGraphBuilder.SetFreePoints(Point3d[])
    PostGraphBuilder.SetEntityObjects(TaggedObject[])
    PostGraphBuilder.SetSelectionEntityObjects(PostSelectionEntity[])
    PostGraphBuilder.GetFieldTable()
    PostGraphBuilder.ComplexGraphTypes
    PostGraphBuilder.CreateFieldOption
    PostGraphBuilder.EdgeIntegralOptionValue
    PostGraphBuilder.EvalutionErrorsOption
    PostGraphBuilder.FaceIntegralOptionValue
    PostGraphBuilder.GeometryCombinationValue
    PostGraphBuilder.GraphTitle
    PostGraphBuilder.IncompatibleResultOption
    PostGraphBuilder.NoDataOption
    PostGraphBuilder.NodalCombinationValue
    PostGraphBuilder.SaveAfuOption
    PostGraphBuilder.SelectedEntityType
    PostGraphBuilder.UserData
    Builder.Commit()
    Builder.Destroy()
    Builder.GetCommittedObjects()
    Builder.GetObject()
    Builder.ShowResults()
    Builder.Validate()
    Builder.PreviewBuilder
    TaggedObject.initialize()
    TaggedObject.ToString()
    TaggedObject.PrintTestData(string)
    TaggedObject.PrintTestData(string, int)
    TaggedObject.Tag
    NXRemotableObject.SyncProcessMessage(IMessage)
    NXRemotableObject.AsyncProcessMessage(IMessage, IMessageSink)
    NXRemotableObject.NextSink
    MarshalByRefObject.GetLifetimeService()
    MarshalByRefObject.InitializeLifetimeService()
    MarshalByRefObject.MemberwiseClone(bool)
    object.GetType()
    object.MemberwiseClone()
    object.Equals(object)
    object.Equals(object, object)
    object.ReferenceEquals(object, object)
    object.GetHashCode()
    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
    bool

    IncludeItersectionsOption

    Declaration
    public bool IncludeItersectionsOption { get; set; }
    Property Value
    Type Description
    bool

    PathId

    Declaration
    public int PathId { get; set; }
    Property Value
    Type Description
    int

    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(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
    IComponentBuilder
    In this article
    Back to top Generated by DocFX