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

    Inheritance
    object
    ObjGroup
    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 ObjGroup

    Constructors

    | Edit this page View Source

    ObjGroup()

    Declaration
    public ObjGroup()
    | Edit this page View Source

    ObjGroup(string)

    Declaration
    public ObjGroup(string name)
    Parameters
    Type Name Description
    string name

    Properties

    | Edit this page View Source

    Curves

    Declaration
    public List<ObjCurve> Curves { get; }
    Property Value
    Type Description
    List<ObjCurve>
    | Edit this page View Source

    Curves2D

    Declaration
    public List<ObjCurve2D> Curves2D { get; }
    Property Value
    Type Description
    List<ObjCurve2D>
    | Edit this page View Source

    Faces

    Declaration
    public List<ObjFace> Faces { get; }
    Property Value
    Type Description
    List<ObjFace>
    | Edit this page View Source

    Lines

    Declaration
    public List<ObjLine> Lines { get; }
    Property Value
    Type Description
    List<ObjLine>
    | Edit this page View Source

    Name

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

    Points

    Declaration
    public List<ObjPoint> Points { get; }
    Property Value
    Type Description
    List<ObjPoint>
    | Edit this page View Source

    Surfaces

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