Class ObjFile
Assembly: JeremyAnsel.Media.WavefrontObj.dll
Constructors
|
Edit this page
View Source
Declaration
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 ObjGroup DefaultGroup { get; }
Property Value
|
Edit this page
View Source
Declaration
public List<ObjFace> Faces { get; }
Property Value
|
Edit this page
View Source
Declaration
public List<ObjGroup> Groups { get; }
Property Value
|
Edit this page
View Source
Declaration
public string? HeaderText { get; set; }
Property Value
|
Edit this page
View Source
Declaration
public List<ObjLine> Lines { get; }
Property Value
|
Edit this page
View Source
Declaration
public List<string> MapLibraries { get; }
Property Value
|
Edit this page
View Source
Declaration
public List<string> MaterialLibraries { get; }
Property Value
|
Edit this page
View Source
Declaration
public Dictionary<int, float> MergingGroupResolutions { get; }
Property Value
|
Edit this page
View Source
Declaration
public List<ObjVector3> ParameterSpaceVertices { get; }
Property Value
|
Edit this page
View Source
Declaration
public List<ObjPoint> Points { get; }
Property Value
|
Edit this page
View Source
Declaration
public string? ShadowObjectFileName { get; set; }
Property Value
|
Edit this page
View Source
Declaration
public List<ObjSurfaceConnection> SurfaceConnections { get; }
Property Value
|
Edit this page
View Source
Declaration
public List<ObjSurface> Surfaces { get; }
Property Value
|
Edit this page
View Source
TextureVertices
Declaration
public List<ObjVector3> TextureVertices { get; }
Property Value
|
Edit this page
View Source
Declaration
public string? TraceObjectFileName { get; set; }
Property Value
|
Edit this page
View Source
Declaration
public List<ObjVector3> VertexNormals { get; }
Property Value
|
Edit this page
View Source
Declaration
public List<ObjVertex> Vertices { get; }
Property Value
Methods
|
Edit this page
View Source
Declaration
public static ObjFile FromFile(string? path)
Parameters
Type |
Name |
Description |
string |
path |
|
Returns
|
Edit this page
View Source
Declaration
public static ObjFile FromStream(Stream? stream)
Parameters
Type |
Name |
Description |
Stream |
stream |
|
Returns
|
Edit this page
View Source
Declaration
public void WriteTo(Stream? stream)
Parameters
Type |
Name |
Description |
Stream |
stream |
|
|
Edit this page
View Source
Declaration
public void WriteTo(string? path)
Parameters
Type |
Name |
Description |
string |
path |
|