Class SearchCriteriaSurfaceFinishBuilder
Inheritance
SearchCriteriaSurfaceFinishBuilder
Assembly: NXOpen.dll
Syntax
public class SearchCriteriaSurfaceFinishBuilder : Builder, IMessageSink, IComponentBuilder
Constructors
SearchCriteriaSurfaceFinishBuilder()
Declaration
protected SearchCriteriaSurfaceFinishBuilder()
Properties
ByCutoff
Declaration
public bool ByCutoff { get; set; }
Property Value
ByLaySymbol
Declaration
public bool ByLaySymbol { get; set; }
Property Value
ByLowerText
Declaration
public bool ByLowerText { get; set; }
Property Value
ByLowerTolerance
Declaration
public bool ByLowerTolerance { get; set; }
Property Value
ByMachining
Declaration
public bool ByMachining { get; set; }
Property Value
ByMachiningToleranceType
Declaration
public bool ByMachiningToleranceType { get; set; }
Property Value
ByProductionProcess
Declaration
public bool ByProductionProcess { get; set; }
Property Value
ByRoughness
Declaration
public bool ByRoughness { get; set; }
Property Value
BySecondaryRoughness
Declaration
public bool BySecondaryRoughness { get; set; }
Property Value
BySurfaceFinishType
Declaration
public bool BySurfaceFinishType { get; set; }
Property Value
ByTertiaryRoughness
Declaration
public bool ByTertiaryRoughness { get; set; }
Property Value
ByTolerance
Declaration
public bool ByTolerance { get; set; }
Property Value
ByUpperText
Declaration
public bool ByUpperText { get; set; }
Property Value
ByUpperTolerance
Declaration
public bool ByUpperTolerance { get; set; }
Property Value
ByWavinessText
Declaration
public bool ByWavinessText { get; set; }
Property Value
CutoffText
Declaration
public string CutoffText { get; set; }
Property Value
CutoffType
Declaration
public SearchModelViewBuilder.TextComparisionOptions CutoffType { get; set; }
Property Value
LaySymbolText
Declaration
public string LaySymbolText { get; set; }
Property Value
LaySymbolType
Declaration
public SearchModelViewBuilder.TextComparisionOptions LaySymbolType { get; set; }
Property Value
LowerTextText
Declaration
public string LowerTextText { get; set; }
Property Value
LowerTextType
Declaration
public SearchModelViewBuilder.TextComparisionOptions LowerTextType { get; set; }
Property Value
LowerToleranceType
Declaration
public SearchModelViewBuilder.ValueComparisionOptions LowerToleranceType { get; set; }
Property Value
LowerToleranceValue
Declaration
public double LowerToleranceValue { get; set; }
Property Value
MachiningText
Declaration
public string MachiningText { get; set; }
Property Value
MachiningToleranceType
Declaration
public SearchCriteriaSurfaceFinishBuilder.ToleranceTypeOptions MachiningToleranceType { get; set; }
Property Value
MachiningType
Declaration
public SearchModelViewBuilder.TextComparisionOptions MachiningType { get; set; }
Property Value
ProductionProcessText
Declaration
public string ProductionProcessText { get; set; }
Property Value
ProductionProcessType
Declaration
public SearchModelViewBuilder.TextComparisionOptions ProductionProcessType { get; set; }
Property Value
RoughnessText
Declaration
public string RoughnessText { get; set; }
Property Value
RoughnessType
Declaration
public SearchModelViewBuilder.TextComparisionOptions RoughnessType { get; set; }
Property Value
SecondaryRoughnessText
Declaration
public string SecondaryRoughnessText { get; set; }
Property Value
SecondaryRoughnessType
Declaration
public SearchModelViewBuilder.TextComparisionOptions SecondaryRoughnessType { get; set; }
Property Value
SurfaceFinishType
Declaration
public SearchCriteriaSurfaceFinishBuilder.SurfaceFinishTypes SurfaceFinishType { get; set; }
Property Value
TertiaryRoughnessText
Declaration
public string TertiaryRoughnessText { get; set; }
Property Value
TertiaryRoughnessType
Declaration
public SearchModelViewBuilder.TextComparisionOptions TertiaryRoughnessType { get; set; }
Property Value
ToleranceType
Declaration
public SearchModelViewBuilder.ValueComparisionOptions ToleranceType { get; set; }
Property Value
ToleranceValue
Declaration
public double ToleranceValue { get; set; }
Property Value
UpperTextText
Declaration
public string UpperTextText { get; set; }
Property Value
UpperTextType
Declaration
public SearchModelViewBuilder.TextComparisionOptions UpperTextType { get; set; }
Property Value
UpperToleranceType
Declaration
public SearchModelViewBuilder.ValueComparisionOptions UpperToleranceType { get; set; }
Property Value
UpperToleranceValue
Declaration
public double UpperToleranceValue { get; set; }
Property Value
WavinessText
Declaration
public string WavinessText { get; set; }
Property Value
WavinessTextType
Declaration
public SearchModelViewBuilder.TextComparisionOptions WavinessTextType { get; set; }
Property Value
Implements
System.Runtime.Remoting.Messaging.IMessageSink