Class FacetedBody
Inheritance
System.Object
FacetedBody
Assembly: SMT.MastaAPI.14.1.1.dll
Syntax
public class FacetedBody : APIBase, IEquatable<APIBase>
Fields
_parent
Declaration
protected readonly APIBase _parent
Field Value
Properties
Surfaces
Declaration
public ReadOnlyCollection<FacetedSurface> Surfaces { get; }
Property Value
| Type |
Description |
| System.Collections.ObjectModel.ReadOnlyCollection<FacetedSurface> |
|
Methods
AddSurface(List<Double[]>, List<Double[]>, List<Int32[]>)
Declaration
public void AddSurface(List<double[]> vertices, List<double[]> normals, List<int[]> facets)
Parameters
| Type |
Name |
Description |
| System.Collections.Generic.List<System.Double[]> |
vertices |
|
| System.Collections.Generic.List<System.Double[]> |
normals |
|
| System.Collections.Generic.List<System.Int32[]> |
facets |
|
Implements
System.IEquatable<T>
Extension Methods