Search Results for

    Show / Hide Table of Contents

    Class QueryCurveUsageOptions

    Inheritance
    object
    MarshalByRefObject
    NXRemotableObject
    TaggedObject
    QueryCurveUsageOptions
    Implements
    IMessageSink
    Inherited Members
    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 QueryCurveUsageOptions : TaggedObject, IMessageSink

    Constructors

    QueryCurveUsageOptions()

    Declaration
    protected QueryCurveUsageOptions()

    Properties

    CurveUsage

    Declaration
    public QueryCurveUsageOptions.CurveUsageType CurveUsage { get; set; }
    Property Value
    Type Description
    QueryCurveUsageOptions.CurveUsageType

    DistanceTolerance

    Declaration
    public double DistanceTolerance { get; set; }
    Property Value
    Type Description
    double

    ProjectDirection

    Declaration
    public Vector3d ProjectDirection { get; set; }
    Property Value
    Type Description
    Vector3d

    QueryCurve

    Declaration
    public QueryCurve QueryCurve { get; set; }
    Property Value
    Type Description
    QueryCurve

    ResultantCurveLocator

    Declaration
    public QueryCurveUsageOptions.ResultantCurveLocatorType ResultantCurveLocator { get; set; }
    Property Value
    Type Description
    QueryCurveUsageOptions.ResultantCurveLocatorType

    ResultantLocationTolerance

    Declaration
    public double ResultantLocationTolerance { get; set; }
    Property Value
    Type Description
    double

    ReverseDirection

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

    Implements

    System.Runtime.Remoting.Messaging.IMessageSink
    In this article
    Back to top Generated by DocFX