• Api Documentation
  • Code Coverage
  • Source Code
Search Results for

    Show / Hide Table of Contents
    • JeremyAnsel.Media.WavefrontObj
      • ObjApproximationTechnique
      • ObjConstantParametricSubdivisionTechnique
      • ObjConstantSpatialSubdivisionTechnique
      • ObjCurvatureDependentSubdivisionTechnique
      • ObjCurve
      • ObjCurve2D
      • ObjCurveIndex
      • ObjElement
      • ObjFace
      • ObjFile
      • ObjFileReaderSettings
      • ObjFreeFormElement
      • ObjFreeFormType
      • ObjGroup
      • ObjLine
      • ObjMapChannel
      • ObjMaterial
      • ObjMaterialColor
      • ObjMaterialFile
      • ObjMaterialMap
      • ObjMaterialReflectionMap
      • ObjPoint
      • ObjPolygonalElement
      • ObjSurface
      • ObjSurfaceConnection
      • ObjTriplet
      • ObjVector3
      • ObjVector4
      • ObjVertex

    Class ObjMaterialFile

    Inheritance
    object
    ObjMaterialFile
    Inherited Members
    object.Equals(object)
    object.Equals(object, object)
    object.GetHashCode()
    object.GetType()
    object.MemberwiseClone()
    object.ReferenceEquals(object, object)
    object.ToString()
    Namespace: JeremyAnsel.Media.WavefrontObj
    Assembly: JeremyAnsel.Media.WavefrontObj.dll
    Syntax
    public class ObjMaterialFile

    Constructors

    | Edit this page View Source

    ObjMaterialFile()

    Declaration
    public ObjMaterialFile()

    Properties

    | Edit this page View Source

    HeaderText

    Declaration
    public string? HeaderText { get; set; }
    Property Value
    Type Description
    string
    | Edit this page View Source

    Materials

    Declaration
    public List<ObjMaterial> Materials { get; }
    Property Value
    Type Description
    List<ObjMaterial>

    Methods

    | Edit this page View Source

    FromFile(string?)

    Declaration
    public static ObjMaterialFile FromFile(string? path)
    Parameters
    Type Name Description
    string path
    Returns
    Type Description
    ObjMaterialFile
    | Edit this page View Source

    FromStream(Stream?)

    Declaration
    public static ObjMaterialFile FromStream(Stream? stream)
    Parameters
    Type Name Description
    Stream stream
    Returns
    Type Description
    ObjMaterialFile
    | Edit this page View Source

    WriteTo(Stream?)

    Declaration
    public void WriteTo(Stream? stream)
    Parameters
    Type Name Description
    Stream stream
    | Edit this page View Source

    WriteTo(string?)

    Declaration
    public void WriteTo(string? path)
    Parameters
    Type Name Description
    string path
    • Edit this page
    • View Source
    In this article
    Back to top Copyright (c) 2017-2022 Jérémy Ansel