Class FacetedSurface
Inheritance
System.Object
FacetedSurface
Assembly: SMT.MastaAPI.15.0.dll
Syntax
public sealed class FacetedSurface : APIBase, IEquatable<APIBase>
Properties
BodyIndex
Declaration
public int BodyIndex { get; }
Property Value
Type |
Description |
System.Int32 |
|
Facets
Declaration
public ReadOnlyCollection<int[]> Facets { get; }
Property Value
Type |
Description |
System.Collections.ObjectModel.ReadOnlyCollection<System.Int32[]> |
|
Normals
Declaration
public ReadOnlyCollection<double[]> Normals { get; }
Property Value
Type |
Description |
System.Collections.ObjectModel.ReadOnlyCollection<System.Double[]> |
|
Vertices
Declaration
public ReadOnlyCollection<double[]> Vertices { get; }
Property Value
Type |
Description |
System.Collections.ObjectModel.ReadOnlyCollection<System.Double[]> |
|
Implements
System.IEquatable<T>
Extension Methods