Class CombOptionsBuilder
Inheritance
CombOptionsBuilder
Assembly: NXOpen.dll
Syntax
public class CombOptionsBuilder : TaggedObject, IMessageSink, IComponentBuilder
Constructors
CombOptionsBuilder()
Declaration
protected CombOptionsBuilder()
Properties
AnalysisType
Declaration
public CombOptionsBuilder.AnalysisTypes AnalysisType { get; set; }
Property Value
AutoScale
Declaration
public bool AutoScale { get; set; }
Property Value
Density
Declaration
public int Density { get; set; }
Property Value
HasMaxNeedleLength
Declaration
public bool HasMaxNeedleLength { get; set; }
Property Value
Declaration
public int IntermediateDensity { get; set; }
Property Value
IsMaximumLabelEnabled
Declaration
public bool IsMaximumLabelEnabled { get; set; }
Property Value
IsMinimumLabelEnabled
Declaration
public bool IsMinimumLabelEnabled { get; set; }
Property Value
IsNormalToGridPlane
Declaration
public bool IsNormalToGridPlane { get; set; }
Property Value
MaxNeedleLength
Declaration
public double MaxNeedleLength { get; set; }
Property Value
ReverseNeedles
Declaration
public bool ReverseNeedles { get; set; }
Property Value
SampleDistance
Declaration
public double SampleDistance { get; set; }
Property Value
ScaleFactor
Declaration
public double ScaleFactor { get; set; }
Property Value
ShowNeedles
Declaration
public bool ShowNeedles { get; set; }
Property Value
Methods
Validate()
Declaration
Returns
Implements
System.Runtime.Remoting.Messaging.IMessageSink