• 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 ObjElement

    Inheritance
    object
    ObjElement
    ObjFreeFormElement
    ObjPolygonalElement
    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 abstract class ObjElement

    Properties

    | Edit this page View Source

    LevelOfDetail

    Declaration
    public int LevelOfDetail { get; set; }
    Property Value
    Type Description
    int
    | Edit this page View Source

    MapName

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

    MaterialName

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

    ObjectName

    Declaration
    public string? ObjectName { get; set; }
    Property Value
    Type Description
    string
    • Edit this page
    • View Source
    In this article
    Back to top Copyright (c) 2017-2022 Jérémy Ansel