Class FaceColorManagementBuilder
Inheritance
FaceColorManagementBuilder
Assembly: NXOpen.dll
public class FaceColorManagementBuilder : Builder, IMessageSink, IComponentBuilder
Constructors
Declaration
protected FaceColorManagementBuilder()
Properties
Declaration
public double AngleNoseIgnorableSize { get; set; }
Property Value
Declaration
public NXColor FaceColor { get; set; }
Property Value
Declaration
public int FaceTranslucency { get; set; }
Property Value
Declaration
public bool HighlightSelectedFace { get; set; }
Property Value
Declaration
public FaceColorManagementBuilder.HoleTypeEnumValue HoleTypeEnum { get; set; }
Property Value
Declaration
public bool IsAutoSelectHoleByType { get; set; }
Property Value
Declaration
public bool IsShowFaceWithSameColorAttributeToggle { get; set; }
Property Value
Declaration
public bool IsShowFaceWithoutColorAttributeToggle { get; set; }
Property Value
Declaration
public bool OnlyCheckHoleFace { get; set; }
Property Value
Declaration
public string SelectColorSpreadsheet { get; set; }
Property Value
Declaration
public ScCollector SelectCurve { get; }
Property Value
Declaration
public ScCollector SelectFace { get; }
Property Value
Declaration
public Direction SelectHoleAxis { get; set; }
Property Value
Declaration
public bool SelectSubHoleFaceAutomatically { get; set; }
Property Value
Declaration
public int WizardType { get; set; }
Property Value
Methods
Declaration
public void AssignAttributeToObject(NXObject objectTag, string attrTitle, string attrValue)
Parameters
Declaration
public void AssignColorToObject(NXObject objectTag, int colorID)
Parameters
Declaration
public void EditColorSpreadsheet()
Declaration
public void RemoveAttributeOfObject(NXObject objectTag, string attrTitle)
Parameters
Declaration
public void ShowFaceWithSameManufacturingInformationButton()
Declaration
public void ShowFaceWithoutAnyManufacturingInformationButton()
Declaration
public void ShowFacesWithoutColorAttrirbute()
Implements
System.Runtime.Remoting.Messaging.IMessageSink