Class InstrumentPanelVisibilityBuilder
Inheritance
InstrumentPanelVisibilityBuilder
Assembly: NXOpen.dll
Syntax
public class InstrumentPanelVisibilityBuilder : FeatureBuilder, IMessageSink, IComponentBuilder
Constructors
InstrumentPanelVisibilityBuilder()
Declaration
protected InstrumentPanelVisibilityBuilder()
Properties
AnalysisType
Declaration
public InstrumentPanelVisibilityBuilder.AnalysisTypeEnum AnalysisType { get; set; }
Property Value
DefinitionMode
Declaration
public InstrumentPanelVisibilityBuilder.DefinitionModeEnum DefinitionMode { get; set; }
Property Value
ModelType
Declaration
public InstrumentPanelVisibilityBuilder.ModelTypeEnum ModelType { get; set; }
Property Value
PanelObstructionColor
Declaration
public NXColor PanelObstructionColor { get; set; }
Property Value
PanelObstructionLayer
Declaration
public int PanelObstructionLayer { get; set; }
Property Value
PanelObstructionToggle
Declaration
public bool PanelObstructionToggle { get; set; }
Property Value
PercentileUsed
Declaration
public InstrumentPanelVisibilityBuilder.PercentileUsedEnum PercentileUsed { get; set; }
Property Value
SelectCenterPoint
Declaration
public Point SelectCenterPoint { get; set; }
Property Value
SelectEyellipse
Declaration
public SelectFeature SelectEyellipse { get; }
Property Value
SelectFaceCurves
Declaration
public ScCollector SelectFaceCurves { get; set; }
Property Value
SelectFaces
Declaration
public ScCollector SelectFaces { get; set; }
Property Value
SelectHubCurves
Declaration
public ScCollector SelectHubCurves { get; set; }
Property Value
SelectHubOpenings
Declaration
public ScCollector SelectHubOpenings { get; set; }
Property Value
SelectInnerRim
Declaration
public ScCollector SelectInnerRim { get; set; }
Property Value
SelectOuterRim
Declaration
public ScCollector SelectOuterRim { get; set; }
Property Value
SelectPlanarCurves
Declaration
public ScCollector SelectPlanarCurves { get; set; }
Property Value
SelectRimSection
Declaration
public ScCollector SelectRimSection { get; set; }
Property Value
SelectSolidHub
Declaration
public ScCollector SelectSolidHub { get; set; }
Property Value
SelectSolidRim
Declaration
public ScCollector SelectSolidRim { get; set; }
Property Value
SelectSwitchFace
Declaration
public ScCollector SelectSwitchFace { get; set; }
Property Value
SelectSwitchSolid
Declaration
public ScCollector SelectSwitchSolid { get; set; }
Property Value
SpecifyPlane
Declaration
public Plane SpecifyPlane { get; set; }
Property Value
SwitchObstructionColor
Declaration
public NXColor SwitchObstructionColor { get; set; }
Property Value
SwitchObstructionLayer
Declaration
public int SwitchObstructionLayer { get; set; }
Property Value
SwitchObstructionToggle
Declaration
public bool SwitchObstructionToggle { get; set; }
Property Value
SwitchType
Declaration
public InstrumentPanelVisibilityBuilder.SwitchTypeEnum SwitchType { get; set; }
Property Value
SwitchVisionColor
Declaration
public NXColor SwitchVisionColor { get; set; }
Property Value
SwitchVisionLayer
Declaration
public int SwitchVisionLayer { get; set; }
Property Value
SwitchVisionToggle
Declaration
public bool SwitchVisionToggle { get; set; }
Property Value
WheelVisionColor
Declaration
public NXColor WheelVisionColor { get; set; }
Property Value
WheelVisionLayer
Declaration
public int WheelVisionLayer { get; set; }
Property Value
WheelVisionToggle
Declaration
public bool WheelVisionToggle { get; set; }
Property Value
Implements
System.Runtime.Remoting.Messaging.IMessageSink