Class FacetedBody
Implements
System.IEquatable<APIBase>
Inherited Members
Namespace: SMT.MastaAPI.MathUtility
Assembly: SMT.MastaAPI.15.0.dll
Syntax
public sealed class FacetedBody : APIBase, IEquatable<APIBase>
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[]>, Int32)
Declaration
public void AddSurface(List<double[]> vertices, List<double[]> normals, List<int[]> facets, int bodyIndex)
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 | |
System.Int32 | bodyIndex |
Implements
System.IEquatable<T>