TriLib
Search Results for

    Show / Hide Table of Contents

    Struct ModelNamingData

    Holds identifying information for a particular model, including names, part numbers, and class designations. This data is typically used when generating or customizing names for model-based objects.

    Inherited Members
    ValueType.Equals(object)
    ValueType.GetHashCode()
    ValueType.ToString()
    object.GetType()
    object.Equals(object, object)
    object.ReferenceEquals(object, object)
    Namespace: TriLibCore
    Assembly: TriLibCore.dll
    Syntax
    public struct ModelNamingData

    Fields

    Class

    A class or category designation for the model.

    Declaration
    public string Class
    Field Value
    Type Description
    string

    Id

    A general-purpose identifier for the model.

    Declaration
    public string Id
    Field Value
    Type Description
    string

    MaterialName

    The name of the material associated with this model, if any.

    Declaration
    public string MaterialName
    Field Value
    Type Description
    string

    ModelName

    The name assigned to the model.

    Declaration
    public string ModelName
    Field Value
    Type Description
    string

    PartNumber

    The part number for this model, if specified.

    Declaration
    public string PartNumber
    Field Value
    Type Description
    string

    Extension Methods

    IObjectExtensions.TryToDispose<T>(object)
    In this article
    Back to top Generated by DocFX