Table of Contents

Class InteractionSurface

Namespace
FemDesign.Results
Assembly
FemDesign.Core.dll
public class InteractionSurface
Inheritance
InteractionSurface
Inherited Members
Extension Methods

Constructors

InteractionSurface(Dictionary<int, Point3d>, Dictionary<int, Face>)

public InteractionSurface(Dictionary<int, Point3d> vertices, Dictionary<int, Face> faces)

Parameters

vertices Dictionary<int, Point3d>
faces Dictionary<int, Face>

Properties

Faces

public Dictionary<int, Face> Faces { get; set; }

Property Value

Dictionary<int, Face>

Vertices

public Dictionary<int, Point3d> Vertices { get; set; }

Property Value

Dictionary<int, Point3d>