Table of Contents

Class SectionResultMesh

Namespace
IdeaRS.OpenModel.Result
Assembly
IdeaRS.OpenModel.dll

Section result mesh

[Obfuscation(Feature = "renaming")]
public class SectionResultMesh : SectionResultBase

Inheritance

Inherited Members

Constructors

SectionResultMesh()

Constructor

public SectionResultMesh()

Properties

Elements

Elements

public List<MeshElement2D> Elements { get; set; }

Property Value

List<MeshElement2D>

Points

Section points

public List<Point2D> Points { get; set; }

Property Value

List<Point2D>