Search Results for

    Show / Hide Table of Contents

    Class PaintBrushBuilder

    Inheritance
    System.Object
    System.MarshalByRefObject
    NXRemotableObject
    TaggedObject
    Builder
    PaintBrushBuilder
    Implements
    System.Runtime.Remoting.Messaging.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, 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.Facet
    Assembly: NXOpen.dll
    Syntax
    public class PaintBrushBuilder : Builder, IMessageSink, IComponentBuilder

    Constructors

    PaintBrushBuilder()

    Declaration
    protected PaintBrushBuilder()

    Methods

    ClearThePaintPath()

    Declaration
    public void ClearThePaintPath()

    GetPaintBrushColor()

    Declaration
    public double[] GetPaintBrushColor()
    Returns
    Type Description
    System.Double[]

    PaintVertexColor(Point3d)

    Declaration
    [Obsolete("Deprecated in NX2007.0.0.  No replacement for this api.")]
    public void PaintVertexColor(Point3d position)
    Parameters
    Type Name Description
    Point3d position

    SetBodyBeingPainted(DisplayableObject)

    Declaration
    public void SetBodyBeingPainted(DisplayableObject body)
    Parameters
    Type Name Description
    DisplayableObject body

    SetFacetBeingPainted(FacetedBody)

    Declaration
    [Obsolete("Deprecated in NX11.0.0.  Use NXOpen.Facet.PaintBrushBuilder.SetBodyBeingPainted instead.")]
    public void SetFacetBeingPainted(FacetedBody facet)
    Parameters
    Type Name Description
    FacetedBody facet

    SetPaintBrushColor(Double[])

    Declaration
    public void SetPaintBrushColor(double[] paintBrushColor)
    Parameters
    Type Name Description
    System.Double[] paintBrushColor

    SetTemporaryFacetDisplay(Boolean)

    Declaration
    public void SetTemporaryFacetDisplay(bool tempDisplay)
    Parameters
    Type Name Description
    System.Boolean tempDisplay

    SetupPaintFacetBody()

    Declaration
    public void SetupPaintFacetBody()

    Implements

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