Search Results for

    Show / Hide Table of Contents

    Struct UFDisp.TextureSpaceInfo

    Inherited Members
    System.ValueType.Equals(System.Object)
    System.ValueType.GetHashCode()
    System.ValueType.ToString()
    System.Object.Equals(System.Object, System.Object)
    System.Object.GetType()
    System.Object.MemberwiseClone()
    System.Object.ReferenceEquals(System.Object, System.Object)
    Namespace: NXOpen.UF
    Assembly: NXOpen.UF.dll
    Syntax
    public struct TextureSpaceInfo

    Fields

    aspect_ratio

    Declaration
    public double aspect_ratio
    Field Value
    Type Description
    System.Double

    camera_direction_plane_option

    Declaration
    public int camera_direction_plane_option
    Field Value
    Type Description
    System.Int32

    center_point

    Declaration
    public double[] center_point
    Field Value
    Type Description
    System.Double[]

    normal_vector

    Declaration
    public double[] normal_vector
    Field Value
    Type Description
    System.Double[]

    origin

    Declaration
    public double[] origin
    Field Value
    Type Description
    System.Double[]

    ts_scale

    Declaration
    public double ts_scale
    Field Value
    Type Description
    System.Double

    ts_scale1

    Declaration
    public double ts_scale1
    Field Value
    Type Description
    System.Double

    type

    Declaration
    public UFDisp.TextureSpaceType type
    Field Value
    Type Description
    UFDisp.TextureSpaceType

    up_vector

    Declaration
    public double[] up_vector
    Field Value
    Type Description
    System.Double[]
    In This Article
    Back to top Generated by DocFX