Interface ILoadSurface
A triangulated surface in a load coordinate system. Each vertex is a ILoad. Each face is a ITriangleFace which contains three references to vertices in Vertices.
See Glossary
Namespace: Oasys.AdSec.Mesh
Assembly: AdSec_API_IDL.dll
Syntax
public interface ILoadSurface
Properties
Faces
The faces of the surface, with consistent orientation.
Declaration
IList<ITriangleFace> Faces { get; }
Property Value
Type | Description |
---|---|
IList<ITriangleFace> |
Vertices
The vertices of the surface.
Declaration
IList<ILoad> Vertices { get; }
Property Value
Type | Description |
---|---|
IList<ILoad> |