<Code Lib>
2027 Method
Changes 0
M

PolymeshTopology.GetFacets

Description:
Returns a definitions of all facets of the polymesh

public IList<PolymeshFacet> GetFacets()

IList<PolymeshFacet> An array of PolymeshFacet instances, each of which represents one facet defined by 3 vertices of the polymesh.

Loading…