Search Results for

    Show / Hide Table of Contents

    Class DecalStickerBuilder

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

    Constructors

    DecalStickerBuilder()

    Declaration
    protected DecalStickerBuilder()

    Properties

    AnchorType

    Declaration
    public DecalStickerBuilder.AnchorTypes AnchorType { get; set; }
    Property Value
    Type Description
    DecalStickerBuilder.AnchorTypes

    Bump

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

    DecalName

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

    FaceOrBody

    Declaration
    public SelectNXObjectList FaceOrBody { get; }
    Property Value
    Type Description
    SelectNXObjectList

    FilterDecalImages

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

    FitPreview

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

    Height

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

    ImageName

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

    LockAspectRatio

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

    MaximumPixelSize

    Declaration
    public DecalStickerBuilder.PixelSizes MaximumPixelSize { get; set; }
    Property Value
    Type Description
    DecalStickerBuilder.PixelSizes

    Origin

    Declaration
    public Point Origin { get; set; }
    Property Value
    Type Description
    Point

    PixelColorTolerance

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

    ProjectionType

    Declaration
    public DecalStickerBuilder.ProjectionTypes ProjectionType { get; set; }
    Property Value
    Type Description
    DecalStickerBuilder.ProjectionTypes

    ReflectivityType

    Declaration
    public DecalStickerBuilder.ReflectivityTypes ReflectivityType { get; set; }
    Property Value
    Type Description
    DecalStickerBuilder.ReflectivityTypes

    RotationAngle

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

    ScalingMethodType

    Declaration
    public DecalStickerBuilder.ScalingMethodTypes ScalingMethodType { get; set; }
    Property Value
    Type Description
    DecalStickerBuilder.ScalingMethodTypes

    Strength

    Declaration
    public double Strength { get; set; }
    Property Value
    Type Description
    System.Double

    TransparencyType

    Declaration
    public DecalStickerBuilder.TransparencyTypes TransparencyType { get; set; }
    Property Value
    Type Description
    DecalStickerBuilder.TransparencyTypes

    UVTransformationData

    Declaration
    public UVTransformationData UVTransformationData { get; }
    Property Value
    Type Description
    UVTransformationData

    Width

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

    Methods

    GetManipulatorData(out Point3d, out Matrix3x3)

    Declaration
    public void GetManipulatorData(out Point3d origin, out Matrix3x3 csys)
    Parameters
    Type Name Description
    Point3d origin
    Matrix3x3 csys

    GetTransparencyPixelColor()

    Declaration
    public DecalStickerBuilder.Color GetTransparencyPixelColor()
    Returns
    Type Description
    DecalStickerBuilder.Color

    ResetImageSize()

    Declaration
    public void ResetImageSize()

    SetManipulatorData(Point3d, Matrix3x3)

    Declaration
    public void SetManipulatorData(Point3d origin, Matrix3x3 csys)
    Parameters
    Type Name Description
    Point3d origin
    Matrix3x3 csys

    SetTransparencyPixelColor(DecalStickerBuilder.Color)

    Declaration
    public void SetTransparencyPixelColor(DecalStickerBuilder.Color transparencyColor)
    Parameters
    Type Name Description
    DecalStickerBuilder.Color transparencyColor

    UpdateDecalStickerOnImageDimensionChange()

    Declaration
    public void UpdateDecalStickerOnImageDimensionChange()

    Implements

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