Class FacetedBody
Inheritance
System.Object
System.MarshalByRefObject
SMT.MastaAPIUtility.MarshalByRefObjectPermanent
FacetedBody
Implements
System.IEquatable<APIBase>
Inherited Members
SMT.MastaAPIUtility.MarshalByRefObjectPermanent.InitializeLifetimeService()
Namespace: SMT.MastaAPI.MathUtility
Assembly: SMT.MastaAPI.13.0.dll
Syntax
public class FacetedBody : APIBase, IEquatable<APIBase>
Fields
_parent
Declaration
protected readonly APIBase _parent
Field Value
Type | Description |
---|---|
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[]>)
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>