Search Results for

    Show / Hide Table of Contents

    Class FaceColorManagementBuilder

    Inheritance
    object
    MarshalByRefObject
    NXRemotableObject
    TaggedObject
    Builder
    FaceColorManagementBuilder
    Implements
    IMessageSink
    IComponentBuilder
    Inherited Members
    Builder.Commit()
    Builder.Destroy()
    Builder.GetCommittedObjects()
    Builder.GetObject()
    Builder.ShowResults()
    Builder.Validate()
    Builder.PreviewBuilder
    TaggedObject.initialize()
    TaggedObject.ToString()
    TaggedObject.PrintTestData(string)
    TaggedObject.PrintTestData(string, int)
    TaggedObject.Tag
    NXRemotableObject.SyncProcessMessage(IMessage)
    NXRemotableObject.AsyncProcessMessage(IMessage, IMessageSink)
    NXRemotableObject.NextSink
    MarshalByRefObject.GetLifetimeService()
    MarshalByRefObject.InitializeLifetimeService()
    MarshalByRefObject.MemberwiseClone(bool)
    object.GetType()
    object.MemberwiseClone()
    object.Equals(object)
    object.Equals(object, object)
    object.ReferenceEquals(object, object)
    object.GetHashCode()
    Namespace: NXOpen.Tooling
    Assembly: NXOpen.dll
    Syntax
    public class FaceColorManagementBuilder : Builder, IMessageSink, IComponentBuilder

    Constructors

    FaceColorManagementBuilder()

    Declaration
    protected FaceColorManagementBuilder()

    Properties

    AngleNoseIgnorableSize

    Declaration
    public double AngleNoseIgnorableSize { get; set; }
    Property Value
    Type Description
    double

    FaceColor

    Declaration
    public NXColor FaceColor { get; set; }
    Property Value
    Type Description
    NXColor

    FaceTranslucency

    Declaration
    public int FaceTranslucency { get; set; }
    Property Value
    Type Description
    int

    HighlightSelectedFace

    Declaration
    public bool HighlightSelectedFace { get; set; }
    Property Value
    Type Description
    bool

    HoleTypeEnum

    Declaration
    public FaceColorManagementBuilder.HoleTypeEnumValue HoleTypeEnum { get; set; }
    Property Value
    Type Description
    FaceColorManagementBuilder.HoleTypeEnumValue

    IsAutoSelectHoleByType

    Declaration
    public bool IsAutoSelectHoleByType { get; set; }
    Property Value
    Type Description
    bool

    IsShowFaceWithSameColorAttributeToggle

    Declaration
    public bool IsShowFaceWithSameColorAttributeToggle { get; set; }
    Property Value
    Type Description
    bool

    IsShowFaceWithoutColorAttributeToggle

    Declaration
    public bool IsShowFaceWithoutColorAttributeToggle { get; set; }
    Property Value
    Type Description
    bool

    OnlyCheckHoleFace

    Declaration
    public bool OnlyCheckHoleFace { get; set; }
    Property Value
    Type Description
    bool

    SelectColorSpreadsheet

    Declaration
    public string SelectColorSpreadsheet { get; set; }
    Property Value
    Type Description
    string

    SelectCurve

    Declaration
    public ScCollector SelectCurve { get; }
    Property Value
    Type Description
    ScCollector

    SelectFace

    Declaration
    public ScCollector SelectFace { get; }
    Property Value
    Type Description
    ScCollector

    SelectHoleAxis

    Declaration
    public Direction SelectHoleAxis { get; set; }
    Property Value
    Type Description
    Direction

    SelectSubHoleFaceAutomatically

    Declaration
    public bool SelectSubHoleFaceAutomatically { get; set; }
    Property Value
    Type Description
    bool

    WizardType

    Declaration
    public int WizardType { get; set; }
    Property Value
    Type Description
    int

    Methods

    AssignAttributeToObject(NXObject, string, string)

    Declaration
    public void AssignAttributeToObject(NXObject objectTag, string attrTitle, string attrValue)
    Parameters
    Type Name Description
    NXObject objectTag
    string attrTitle
    string attrValue

    AssignColorToObject(NXObject, int)

    Declaration
    public void AssignColorToObject(NXObject objectTag, int colorID)
    Parameters
    Type Name Description
    NXObject objectTag
    int colorID

    EditColorSpreadsheet()

    Declaration
    public void EditColorSpreadsheet()

    RemoveAttributeOfObject(NXObject, string)

    Declaration
    public void RemoveAttributeOfObject(NXObject objectTag, string attrTitle)
    Parameters
    Type Name Description
    NXObject objectTag
    string attrTitle

    ShowFaceWithSameManufacturingInformationButton()

    Declaration
    public void ShowFaceWithSameManufacturingInformationButton()

    ShowFaceWithoutAnyManufacturingInformationButton()

    Declaration
    public void ShowFaceWithoutAnyManufacturingInformationButton()

    ShowFacesWithoutColorAttrirbute()

    Declaration
    public void ShowFacesWithoutColorAttrirbute()

    Implements

    System.Runtime.Remoting.Messaging.IMessageSink
    IComponentBuilder
    In this article
    Back to top Generated by DocFX