Search Results for

    Show / Hide Table of Contents

    Class TextureBuilder

    Inheritance
    System.Object
    System.MarshalByRefObject
    NXRemotableObject
    TaggedObject
    Builder
    TextureBuilder
    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.Features
    Assembly: NXOpen.dll
    Syntax
    public class TextureBuilder : Builder, IMessageSink, IComponentBuilder

    Constructors

    TextureBuilder()

    Declaration
    protected TextureBuilder()

    Properties

    AllowRunningOverFaceBoundaries

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

    ImageFile

    Declaration
    public string ImageFile { get; set; }
    Property Value
    Type Description
    System.String

    ImprintImageValue

    Declaration
    public TextureBuilder.ImprintImageValues ImprintImageValue { get; set; }
    Property Value
    Type Description
    TextureBuilder.ImprintImageValues

    MakeMonochrome

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

    MaximumOffset

    Declaration
    public Expression MaximumOffset { get; }
    Property Value
    Type Description
    Expression

    MeshResolution

    Declaration
    public TextureBuilder.MeshResolutions MeshResolution { get; set; }
    Property Value
    Type Description
    TextureBuilder.MeshResolutions

    OverallTranslucency

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

    PatternCountDirection1

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

    PatternCountDirection2

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

    PatternImage

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

    ScaleToModel

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

    ScaleUniform

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

    SmoothEdge

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

    Transformer

    Declaration
    public TransformerData Transformer { get; }
    Property Value
    Type Description
    TransformerData

    UseCase

    Declaration
    public TextureBuilder.UseCases UseCase { get; set; }
    Property Value
    Type Description
    TextureBuilder.UseCases

    Implements

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