Search Results for

    Show / Hide Table of Contents

    Class SketchEvaluator

    Inheritance
    object
    MarshalByRefObject
    NXRemotableObject
    TaggedObject
    SketchEvaluator
    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
    Assembly: NXOpen.dll
    Syntax
    public class SketchEvaluator : TaggedObject, IMessageSink

    Constructors

    SketchEvaluator()

    Declaration
    protected SketchEvaluator()

    Properties

    AngularTolerance

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

    CreateCurveOption

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

    DistanceTolerance

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

    Section

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

    SimplifyCurveOption

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

    Methods

    Destroy()

    Declaration
    public void Destroy()

    EvaluateOneSketch(double)

    Declaration
    public Curve[] EvaluateOneSketch(double pathLocation)
    Parameters
    Type Name Description
    double pathLocation
    Returns
    Type Description
    Curve[]

    Implements

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