Class DrawCurveData
Inheritance
DrawCurveData
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
CanDrawOnNearestFace
Declaration
public bool CanDrawOnNearestFace { get; set; }
Property Value
Color
Declaration
public NXColor Color { get; set; }
Property Value
DetectionSensitivity
Declaration
public DrawCurveData.DetectionSensitivityOption DetectionSensitivity { get; set; }
Property Value
OversketchExistingCurves
Declaration
public bool OversketchExistingCurves { get; set; }
Property Value
ParallelCurveTargets
Declaration
public SelectDisplayableObjectList ParallelCurveTargets { get; }
Property Value
SnapToOption
Declaration
public DrawCurveData.SnapToOptions SnapToOption { get; set; }
Property Value
Snapping
Declaration
public DrawCurveData.SnappingOption Snapping { get; set; }
Property Value
StrokeGesture
Declaration
public StrokeGestureData StrokeGesture { get; }
Property Value
Thickness
Declaration
public DisplayableObject.ObjectWidth Thickness { get; set; }
Property Value
Methods
SetOverSketchTolerance(double)
Declaration
public void SetOverSketchTolerance(double overSketchTolerance)
Parameters
Type |
Name |
Description |
double |
overSketchTolerance |
|
Implements
System.Runtime.Remoting.Messaging.IMessageSink