Table of Contents

Class TopBotLocationValue

Namespace
FemDesign.Loads
Assembly
FemDesign.Core.dll

topbottom_value

public class TopBotLocationValue : Point3d
Inheritance
TopBotLocationValue
Inherited Members
Extension Methods

Constructors

TopBotLocationValue(Point3d, double, double)

Construct top bottom location value by point, top value and bottom value.

public TopBotLocationValue(Point3d point, double topVal, double bottomVal)

Parameters

point Point3d
topVal double
bottomVal double

Fields

_bottomVal

Bottom value

public double _bottomVal

Field Value

double

_topVal

Top value

public double _topVal

Field Value

double

Properties

BottomVal

public double BottomVal { get; set; }

Property Value

double

TopVal

public double TopVal { get; set; }

Property Value

double

Methods

GetFdPoint()

Convert coordinates to FdPoint.

public Point3d GetFdPoint()

Returns

Point3d

ToString()

public override string ToString()

Returns

string