Search Results for

    Show / Hide Table of Contents

    Class ImageBaseBuilder

    Inheritance
    System.Object
    System.MarshalByRefObject
    NXRemotableObject
    TaggedObject
    Builder
    ImageBaseBuilder
    RasterImageBuilder
    RasterImageBuilder
    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 ImageBaseBuilder : Builder, IMessageSink, IComponentBuilder

    Constructors

    ImageBaseBuilder()

    Declaration
    protected ImageBaseBuilder()

    Properties

    BasePointChoice

    Declaration
    public ImageBaseBuilder.BasePointChoices BasePointChoice { get; set; }
    Property Value
    Type Description
    ImageBaseBuilder.BasePointChoices

    ColorMode

    Declaration
    public ImageBaseBuilder.ImageColorModes ColorMode { get; set; }
    Property Value
    Type Description
    ImageBaseBuilder.ImageColorModes

    Height

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

    ImageFile

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

    ImageReferencePoint1

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

    ImageReferencePoint2

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

    ImageReferencePoint3

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

    InsertionPointLocation

    Declaration
    public Point3d InsertionPointLocation { get; set; }
    Property Value
    Type Description
    Point3d

    InsertionPointOption

    Declaration
    public ImageBaseBuilder.InsertionPoint InsertionPointOption { get; set; }
    Property Value
    Type Description
    ImageBaseBuilder.InsertionPoint

    LockAspectRatio

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

    ModelReferencePoint1

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

    ModelReferencePoint2

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

    ModelReferencePoint3

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

    OverallTranslucency

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

    PixelColorTolerance

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

    ReferenceDirectionOption

    Declaration
    public ImageBaseBuilder.ReferenceDirection ReferenceDirectionOption { get; set; }
    Property Value
    Type Description
    ImageBaseBuilder.ReferenceDirection

    RotateAngleOfReferenceVector

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

    SizeOption

    Declaration
    public ImageBaseBuilder.SizeOptions SizeOption { get; set; }
    Property Value
    Type Description
    ImageBaseBuilder.SizeOptions

    TransparencyColorOption

    Declaration
    public ImageBaseBuilder.TransparencyColorFrom TransparencyColorOption { get; set; }
    Property Value
    Type Description
    ImageBaseBuilder.TransparencyColorFrom

    UserBasePoint

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

    UserInsertionPoint

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

    UserReferenceDirection

    Declaration
    public Direction UserReferenceDirection { get; set; }
    Property Value
    Type Description
    Direction

    Width

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

    Methods

    AlignImageToReferenceDirection()

    Declaration
    public void AlignImageToReferenceDirection()

    FlipHorizontal()

    Declaration
    public void FlipHorizontal()

    FlipVertical()

    Declaration
    public void FlipVertical()

    GetBackgroundColor()

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

    GetCornerPoints(out Point3d, out Point3d, out Point3d, out Point3d)

    Declaration
    public void GetCornerPoints(out Point3d point1, out Point3d point2, out Point3d point3, out Point3d point4)
    Parameters
    Type Name Description
    Point3d point1
    Point3d point2
    Point3d point3
    Point3d point4

    GetForegroundColor()

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

    GetImagesInPart()

    Declaration
    public string[] GetImagesInPart()
    Returns
    Type Description
    System.String[]

    GetTransparentPixelColor()

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

    OrientViewToImage()

    Declaration
    public void OrientViewToImage()

    ResetImageSize()

    Declaration
    public void ResetImageSize()

    RotateLeft()

    Declaration
    public void RotateLeft()

    RotateRight()

    Declaration
    public void RotateRight()

    SetBackgroundColor(Double[])

    Declaration
    public void SetBackgroundColor(double[] backgroundColor)
    Parameters
    Type Name Description
    System.Double[] backgroundColor

    SetCornerPoints(Point3d, Point3d, Point3d, Point3d)

    Declaration
    public void SetCornerPoints(Point3d point1, Point3d point2, Point3d point3, Point3d point4)
    Parameters
    Type Name Description
    Point3d point1
    Point3d point2
    Point3d point3
    Point3d point4

    SetForegroundColor(Double[])

    Declaration
    public void SetForegroundColor(double[] foregroundColor)
    Parameters
    Type Name Description
    System.Double[] foregroundColor

    SetImageFromPart(String)

    Declaration
    public void SetImageFromPart(string imageName)
    Parameters
    Type Name Description
    System.String imageName

    SetTransparentPixelColor(Double[])

    Declaration
    public void SetTransparentPixelColor(double[] transparencyColor)
    Parameters
    Type Name Description
    System.Double[] transparencyColor

    Implements

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