Class CheckOverheatingBuilder
Inheritance
CheckOverheatingBuilder
Assembly: NXOpen.dll
Syntax
public class CheckOverheatingBuilder : Builder, IMessageSink, IComponentBuilder
Constructors
CheckOverheatingBuilder()
Declaration
protected CheckOverheatingBuilder()
Properties
AutomaticUpdate
Declaration
public bool AutomaticUpdate { get; set; }
Property Value
DisplayResolution
Declaration
public DisplayResolutionBuilder DisplayResolution { get; }
Property Value
MaximumOverhangAngle
Declaration
public Expression MaximumOverhangAngle { get; }
Property Value
NonOverheatingColor
Declaration
public NXColor NonOverheatingColor { get; set; }
Property Value
OverheatingArea
Declaration
public double OverheatingArea { get; }
Property Value
OverheatingColor
Declaration
public NXColor OverheatingColor { get; set; }
Property Value
SelectionAndPlacement
Declaration
public SelectionAndPlacementBuilder SelectionAndPlacement { get; }
Property Value
ShowOnlyOverheatingAreas
Declaration
public bool ShowOnlyOverheatingAreas { get; set; }
Property Value
Methods
Update()
Declaration
Implements
System.Runtime.Remoting.Messaging.IMessageSink