Show / Hide Table of Contents

    Class ObjParseResult

    Result of one sub-object of a parsing operation for a .obj file

    Inheritance
    Object
    ObjParseResult
    Namespace: i5.Toolkit.Core.ModelImporters
    Assembly: cs.temp.dll.dll
    Syntax
    public class ObjParseResult

    Constructors

    ObjParseResult()

    Creates a new parse result

    Declaration
    public ObjParseResult()

    Properties

    LibraryPath

    Path to the material library that is used for the sub-object

    Declaration
    public string LibraryPath { get; set; }
    Property Value
    Type Description
    String

    MaterialName

    Name of the material which is used for the sub-object

    Declaration
    public string MaterialName { get; set; }
    Property Value
    Type Description
    String

    ObjectConstructor

    An object constructor which was for the sub-object

    Declaration
    public ObjectConstructor ObjectConstructor { get; }
    Property Value
    Type Description
    ObjectConstructor
    Back to top i5 Toolkit Documentation