Class AutomationPreferencesBuilder
Inheritance
AutomationPreferencesBuilder
Assembly: NXOpen.dll
Syntax
public class AutomationPreferencesBuilder : Builder, IMessageSink, IComponentBuilder
Constructors
AutomationPreferencesBuilder()
Declaration
protected AutomationPreferencesBuilder()
Properties
AllowFeetInchFractionForDimensionGreaterThan
Declaration
public bool AllowFeetInchFractionForDimensionGreaterThan { get; set; }
Property Value
AllowInchFractionToNearest
Declaration
public bool AllowInchFractionToNearest { get; set; }
Property Value
AnnotationInsideGeometry
Declaration
public bool AnnotationInsideGeometry { get; set; }
Property Value
DisplayRegion
Declaration
public bool DisplayRegion { get; set; }
Property Value
DisplayRegionLabel
Declaration
public bool DisplayRegionLabel { get; set; }
Property Value
DistanceBetweenAnnotations
Declaration
public double DistanceBetweenAnnotations { get; set; }
Property Value
EqualDimensionCompareTolerance
Declaration
public double EqualDimensionCompareTolerance { get; set; }
Property Value
FeetInchFractionForDimensionGreaterThan
Declaration
public double FeetInchFractionForDimensionGreaterThan { get; set; }
Property Value
HideFeetInchMark
Declaration
public bool HideFeetInchMark { get; set; }
Property Value
InchFractionToNearest
Declaration
public double InchFractionToNearest { get; set; }
Property Value
MaximumDistanceToGeometry
Declaration
public double MaximumDistanceToGeometry { get; set; }
Property Value
MinimumDistanceToGeometry
Declaration
public double MinimumDistanceToGeometry { get; set; }
Property Value
ReferenceGeometrySearchDistance
Declaration
public double ReferenceGeometrySearchDistance { get; set; }
Property Value
RegionColor
Declaration
public NXColor RegionColor { get; set; }
Property Value
RegionFont
Declaration
public PartDrafting.FontType RegionFont { get; set; }
Property Value
RegionWidth
Declaration
public PartDrafting.WidthType RegionWidth { get; set; }
Property Value
SecondaryContentHiddenLineColor
Declaration
public NXColor SecondaryContentHiddenLineColor { get; set; }
Property Value
SecondaryContentHiddenLineFont
Declaration
public PartDrafting.FontType SecondaryContentHiddenLineFont { get; set; }
Property Value
SecondaryContentHiddenLineWidth
Declaration
public PartDrafting.WidthType SecondaryContentHiddenLineWidth { get; set; }
Property Value
SecondaryContentVisibleLineColor
Declaration
public NXColor SecondaryContentVisibleLineColor { get; set; }
Property Value
SecondaryContentVisibleLineFont
Declaration
public PartDrafting.FontType SecondaryContentVisibleLineFont { get; set; }
Property Value
SecondaryContentVisibleLineWidth
Declaration
public PartDrafting.WidthType SecondaryContentVisibleLineWidth { get; set; }
Property Value
Methods
GetRulesList()
Declaration
public string[] GetRulesList()
Returns
SetRulesList(string[])
Declaration
public void SetRulesList(string[] rules)
Parameters
Type |
Name |
Description |
string[] |
rules |
|
Implements
System.Runtime.Remoting.Messaging.IMessageSink