Search Results for

    Show / Hide Table of Contents

    Class FaceColorManagementBuilder

    Inheritance
    System.Object
    System.MarshalByRefObject
    NXRemotableObject
    TaggedObject
    Builder
    FaceColorManagementBuilder
    Implements
    System.Runtime.Remoting.Messaging.IMessageSink
    IComponentBuilder
    Inherited Members
    Builder.Commit()
    Builder.Destroy()
    Builder.GetCommittedObjects()
    Builder.GetObject()
    Builder.ShowResults()
    Builder.Validate()
    TaggedObject.initialize()
    TaggedObject.ToString()
    TaggedObject.PrintTestData(String)
    TaggedObject.PrintTestData(String, Int32)
    TaggedObject.Tag
    NXRemotableObject.SyncProcessMessage(IMessage)
    NXRemotableObject.AsyncProcessMessage(IMessage, IMessageSink)
    NXRemotableObject.NextSink
    System.MarshalByRefObject.CreateObjRef(System.Type)
    System.MarshalByRefObject.GetLifetimeService()
    System.MarshalByRefObject.InitializeLifetimeService()
    System.MarshalByRefObject.MemberwiseClone(System.Boolean)
    System.Object.Equals(System.Object)
    System.Object.Equals(System.Object, System.Object)
    System.Object.GetHashCode()
    System.Object.GetType()
    System.Object.MemberwiseClone()
    System.Object.ReferenceEquals(System.Object, System.Object)
    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
    System.Double

    FaceColor

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

    FaceTranslucency

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

    HighlightSelectedFace

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

    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
    System.Boolean

    IsShowFaceWithoutColorAttributeToggle

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

    IsShowFaceWithSameColorAttributeToggle

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

    OnlyCheckHoleFace

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

    SelectColorSpreadsheet

    Declaration
    public string SelectColorSpreadsheet { get; set; }
    Property Value
    Type Description
    System.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
    System.Boolean

    WizardType

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

    Methods

    AssignAttributeToObject(NXObject, String, String)

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

    AssignColorToObject(NXObject, Int32)

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

    EditColorSpreadsheet()

    Declaration
    public void EditColorSpreadsheet()

    RemoveAttributeOfObject(NXObject, String)

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

    ShowFacesWithoutColorAttrirbute()

    Declaration
    public void ShowFacesWithoutColorAttrirbute()

    ShowFaceWithoutAnyManufacturingInformationButton()

    Declaration
    public void ShowFaceWithoutAnyManufacturingInformationButton()

    ShowFaceWithSameManufacturingInformationButton()

    Declaration
    public void ShowFaceWithSameManufacturingInformationButton()

    Implements

    System.Runtime.Remoting.Messaging.IMessageSink
    IComponentBuilder
    In This Article
    Back to top Generated by DocFX