Search Results for

    Show / Hide Table of Contents

    Class CgfxMattexBuilder

    Inheritance
    object
    MarshalByRefObject
    NXRemotableObject
    TaggedObject
    Builder
    CgfxMattexBuilder
    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.Display
    Assembly: NXOpen.dll
    Syntax
    [Obsolete("Deprecated in NX10.0.0.  No alternative provided for this class.")]
    public class CgfxMattexBuilder : Builder, IMessageSink, IComponentBuilder

    Constructors

    CgfxMattexBuilder()

    Declaration
    protected CgfxMattexBuilder()

    Properties

    MaterialName

    Declaration
    [Obsolete("Deprecated in NX10.0.0.  No alternative provided for this class.")]
    public string MaterialName { get; set; }
    Property Value
    Type Description
    string

    ShadowCastingDisabled

    Declaration
    [Obsolete("Deprecated in NX10.0.0.  No alternative provided for this class.")]
    public bool ShadowCastingDisabled { get; set; }
    Property Value
    Type Description
    bool

    TechniqueType

    Declaration
    [Obsolete("Deprecated in NX10.0.0.  No alternative provided for this class.")]
    public CgfxMattexBuilder.Technique TechniqueType { get; set; }
    Property Value
    Type Description
    CgfxMattexBuilder.Technique

    TextureSpaceShaderType

    Declaration
    [Obsolete("Deprecated in NX10.0.0.  No alternative provided for this class.")]
    public CgfxMattexBuilder.TextureSpaceShader TextureSpaceShaderType { get; set; }
    Property Value
    Type Description
    CgfxMattexBuilder.TextureSpaceShader

    UseCameraDirectionPlaneOption

    Declaration
    [Obsolete("Deprecated in NX10.0.0.  No alternative provided for this class.")]
    public CgfxMattexBuilder.UseCameraDirectionPlane UseCameraDirectionPlaneOption { get; set; }
    Property Value
    Type Description
    CgfxMattexBuilder.UseCameraDirectionPlane

    Methods

    GetAttributeValues()

    Declaration
    [Obsolete("Deprecated in NX10.0.0.  No alternative provided for this class.")]
    public NXObject[] GetAttributeValues()
    Returns
    Type Description
    NXObject[]

    SetAttributeValues(NXObject[])

    Declaration
    [Obsolete("Deprecated in NX10.0.0.  No alternative provided for this class.")]
    public void SetAttributeValues(NXObject[] attributeValues)
    Parameters
    Type Name Description
    NXObject[] attributeValues

    UpdateMaterialsInPartPaletteEntry()

    Declaration
    [Obsolete("Deprecated in NX10.0.0.  No alternative provided for this class.")]
    public void UpdateMaterialsInPartPaletteEntry()

    Implements

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