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

    Inheritance
    object
    ObjElement
    ObjPolygonalElement
    ObjFace
    ObjLine
    ObjPoint
    Inherited Members
    ObjElement.ObjectName
    ObjElement.LevelOfDetail
    ObjElement.MapName
    ObjElement.MaterialName
    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 ObjPolygonalElement : ObjElement

    Properties

    | Edit this page View Source

    IsBevelInterpolationEnabled

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

    IsColorInterpolationEnabled

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

    IsDissolveInterpolationEnabled

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

    SmoothingGroupNumber

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