Class SketchProfileBuilder
Inheritance
SketchProfileBuilder
Assembly: NXOpen.dll
Syntax
public class SketchProfileBuilder : TaggedObject, IMessageSink, IComponentBuilder
Constructors
SketchProfileBuilder()
Declaration
protected SketchProfileBuilder()
Properties
ChordalTolerance
Declaration
public Expression ChordalTolerance { get; }
Property Value
DiscretePointType
Declaration
[Obsolete("Deprecated in NX1926.0.0. NXOpen.Fields.SketchProfileBuilder.PointSamplingType")]
public FieldProfileTable.SamplingPointOption DiscretePointType { get; set; }
Property Value
Interpolation
Declaration
public SketchProfileBuilder.InterpolationType Interpolation { get; set; }
Property Value
NumberPoints
Declaration
public int NumberPoints { get; set; }
Property Value
Offset
Declaration
public Expression Offset { get; }
Property Value
PointSamplingType
Declaration
public SketchProfileBuilder.SamplingPointType PointSamplingType { get; set; }
Property Value
Points
Declaration
public PointList Points { get; }
Property Value
Scale
Declaration
public Expression Scale { get; }
Property Value
Sketch
Declaration
public SelectSketch Sketch { get; }
Property Value
UnitType
Declaration
public Unit UnitType { get; set; }
Property Value
Methods
SetMeasuresFixed(bool)
Declaration
public void SetMeasuresFixed(bool areMeasuresFixed)
Parameters
Type |
Name |
Description |
bool |
areMeasuresFixed |
|
Validate()
Declaration
Returns
Implements
System.Runtime.Remoting.Messaging.IMessageSink