Class TopBotLocationValue
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
Fields
_bottomVal
Bottom value
public double _bottomVal
Field Value
_topVal
Top value
public double _topVal
Field Value
Properties
BottomVal
public double BottomVal { get; set; }
Property Value
TopVal
public double TopVal { get; set; }
Property Value
Methods
GetFdPoint()
Convert coordinates to FdPoint.
public Point3d GetFdPoint()
Returns
ToString()
public override string ToString()