Class FacetedSurface
Inheritance
System.Object
FacetedSurface
Assembly: SMT.MastaAPI.14.1.1.dll
Syntax
public class FacetedSurface : APIBase, IEquatable<APIBase>
Fields
_parent
Declaration
protected readonly APIBase _parent
Field Value
Properties
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