Search Results for

    Show / Hide Table of Contents

    Struct SimPart.ImportOptions

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

    Fields

    ImportAll

    Declaration
    public bool ImportAll
    Field Value
    Type Description
    System.Boolean

    ImportConstraints

    Declaration
    public bool ImportConstraints
    Field Value
    Type Description
    System.Boolean

    ImportDofsets

    Declaration
    public bool ImportDofsets
    Field Value
    Type Description
    System.Boolean

    ImportFields

    Declaration
    public bool ImportFields
    Field Value
    Type Description
    System.Boolean

    ImportGroups

    Declaration
    public bool ImportGroups
    Field Value
    Type Description
    System.Boolean

    ImportLoads

    Declaration
    public bool ImportLoads
    Field Value
    Type Description
    System.Boolean

    ImportMaterials

    Declaration
    public bool ImportMaterials
    Field Value
    Type Description
    System.Boolean

    ImportModelingobjects

    Declaration
    public bool ImportModelingobjects
    Field Value
    Type Description
    System.Boolean

    ImportPhysicals

    Declaration
    public bool ImportPhysicals
    Field Value
    Type Description
    System.Boolean

    ImportRegions

    Declaration
    public bool ImportRegions
    Field Value
    Type Description
    System.Boolean

    ImportSimulationobjects

    Declaration
    public bool ImportSimulationobjects
    Field Value
    Type Description
    System.Boolean

    ImportSolutions

    Declaration
    public bool ImportSolutions
    Field Value
    Type Description
    System.Boolean

    Methods

    ToString()

    Declaration
    public override string ToString()
    Returns
    Type Description
    System.String
    Overrides
    System.ValueType.ToString()
    In This Article
    Back to top Generated by DocFX