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

    Inheritance
    object
    ObjElement
    ObjPolygonalElement
    ObjPoint
    Inherited Members
    ObjPolygonalElement.SmoothingGroupNumber
    ObjPolygonalElement.IsBevelInterpolationEnabled
    ObjPolygonalElement.IsColorInterpolationEnabled
    ObjPolygonalElement.IsDissolveInterpolationEnabled
    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 class ObjPoint : ObjPolygonalElement

    Constructors

    | Edit this page View Source

    ObjPoint()

    Declaration
    public ObjPoint()

    Properties

    | Edit this page View Source

    Vertices

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