Search Results for

    Show / Hide Table of Contents

    Class DrawCurveData

    Inheritance
    object
    MarshalByRefObject
    NXRemotableObject
    TaggedObject
    Builder
    DrawCurveData
    Implements
    IMessageSink
    IComponentBuilder
    Inherited Members
    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.Features.DrawShapes
    Assembly: NXOpen.dll
    Syntax
    public class DrawCurveData : Builder, IMessageSink, IComponentBuilder

    Constructors

    DrawCurveData()

    Declaration
    protected DrawCurveData()

    Properties

    CanCreatePrimitives

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

    CanDrawOnNearestFace

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

    Color

    Declaration
    public NXColor Color { get; set; }
    Property Value
    Type Description
    NXColor

    DetectionSensitivity

    Declaration
    public DrawCurveData.DetectionSensitivityOption DetectionSensitivity { get; set; }
    Property Value
    Type Description
    DrawCurveData.DetectionSensitivityOption

    OversketchExistingCurves

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

    ParallelCurveTargets

    Declaration
    public SelectDisplayableObjectList ParallelCurveTargets { get; }
    Property Value
    Type Description
    SelectDisplayableObjectList

    SnapToOption

    Declaration
    public DrawCurveData.SnapToOptions SnapToOption { get; set; }
    Property Value
    Type Description
    DrawCurveData.SnapToOptions

    Snapping

    Declaration
    public DrawCurveData.SnappingOption Snapping { get; set; }
    Property Value
    Type Description
    DrawCurveData.SnappingOption

    StrokeGesture

    Declaration
    public StrokeGestureData StrokeGesture { get; }
    Property Value
    Type Description
    StrokeGestureData

    Thickness

    Declaration
    public DisplayableObject.ObjectWidth Thickness { get; set; }
    Property Value
    Type Description
    DisplayableObject.ObjectWidth

    Methods

    SetOverSketchTolerance(double)

    Declaration
    public void SetOverSketchTolerance(double overSketchTolerance)
    Parameters
    Type Name Description
    double overSketchTolerance

    Implements

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