Search Results for

    Show / Hide Table of Contents

    Struct UFWeight.Properties

    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 Properties

    Fields

    accuracy

    Declaration
    public double accuracy
    Field Value
    Type Description
    System.Double

    area

    Declaration
    public double area
    Field Value
    Type Description
    System.Double

    area_error

    Declaration
    public double area_error
    Field Value
    Type Description
    System.Double

    area_state

    Declaration
    public UFWeight.StateType area_state
    Field Value
    Type Description
    UFWeight.StateType

    cache_state

    Declaration
    public UFWeight.StateType cache_state
    Field Value
    Type Description
    UFWeight.StateType

    center_of_mass

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

    cofm_error

    Declaration
    public double cofm_error
    Field Value
    Type Description
    System.Double

    cofm_state

    Declaration
    public UFWeight.StateType cofm_state
    Field Value
    Type Description
    UFWeight.StateType

    density

    Declaration
    public double density
    Field Value
    Type Description
    System.Double

    density_state

    Declaration
    public UFWeight.StateType density_state
    Field Value
    Type Description
    UFWeight.StateType

    mass

    Declaration
    public double mass
    Field Value
    Type Description
    System.Double

    mass_error

    Declaration
    public double mass_error
    Field Value
    Type Description
    System.Double

    mass_state

    Declaration
    public UFWeight.StateType mass_state
    Field Value
    Type Description
    UFWeight.StateType

    mofi_error

    Declaration
    public double mofi_error
    Field Value
    Type Description
    System.Double

    mofi_state

    Declaration
    public UFWeight.StateType mofi_state
    Field Value
    Type Description
    UFWeight.StateType

    moments_of_inertia

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

    products_of_inertia

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

    units

    Declaration
    public UFWeight.UnitsType units
    Field Value
    Type Description
    UFWeight.UnitsType

    volume

    Declaration
    public double volume
    Field Value
    Type Description
    System.Double

    volume_error

    Declaration
    public double volume_error
    Field Value
    Type Description
    System.Double

    volume_state

    Declaration
    public UFWeight.StateType volume_state
    Field Value
    Type Description
    UFWeight.StateType
    In This Article
    Back to top Generated by DocFX