Class ObjGroup
Assembly: JeremyAnsel.Media.WavefrontObj.dll
Constructors
|
Edit this page
View Source
Declaration
|
Edit this page
View Source
Declaration
public ObjGroup(string name)
Parameters
Type |
Name |
Description |
string |
name |
|
Properties
|
Edit this page
View Source
Declaration
public List<ObjCurve> Curves { get; }
Property Value
|
Edit this page
View Source
Declaration
public List<ObjCurve2D> Curves2D { get; }
Property Value
|
Edit this page
View Source
Declaration
public List<ObjFace> Faces { get; }
Property Value
|
Edit this page
View Source
Declaration
public List<ObjLine> Lines { get; }
Property Value
|
Edit this page
View Source
Declaration
public string Name { get; set; }
Property Value
|
Edit this page
View Source
Declaration
public List<ObjPoint> Points { get; }
Property Value
|
Edit this page
View Source
Declaration
public List<ObjSurface> Surfaces { get; }
Property Value