C# Class ThreeDXMLLoader.Implementation.Model.ModelInterna.Shell

显示文件 Open project: i2e-haw-hamburg/cad-in-unity

Public Properties

Property Type Description
Accuracy double
Triangles IList

Public Methods

Method Description
Shell ( IList triangles ) : System
Shell ( double accuracy, IList triangles ) : System

Method Details

Shell() public method

public Shell ( IList triangles ) : System
triangles IList
return System

Shell() public method

public Shell ( double accuracy, IList triangles ) : System
accuracy double
triangles IList
return System

Property Details

Accuracy public_oe property

if this mesh is lod able accuracy discribes the LOD degree Note a smaller value means a higher accuracy if the shell has no lod representation accuracy = 0
public double Accuracy
return double

Triangles public_oe property

public IList Triangles
return IList