Search Results for

    Show / Hide Table of Contents

    Class QueryCurveUsageOptions

    Inheritance
    System.Object
    System.MarshalByRefObject
    NXRemotableObject
    TaggedObject
    QueryCurveUsageOptions
    Implements
    System.Runtime.Remoting.Messaging.IMessageSink
    Inherited Members
    TaggedObject.initialize()
    TaggedObject.ToString()
    TaggedObject.PrintTestData(String)
    TaggedObject.PrintTestData(String, Int32)
    TaggedObject.Tag
    NXRemotableObject.SyncProcessMessage(IMessage)
    NXRemotableObject.AsyncProcessMessage(IMessage, IMessageSink)
    NXRemotableObject.NextSink
    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 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
    System.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
    System.Double

    ReverseDirection

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

    Implements

    System.Runtime.Remoting.Messaging.IMessageSink
    In This Article
    Back to top Generated by DocFX