CircularArcShapeElement
-
class
HPS.CircularArcShapeElement: HPS.ShapeElement Public Functions
-
CircularArcShapeElement()
-
CircularArcShapeElement(HPS.CircularArcShapeElement in_that)
-
CircularArcShapeElement(HPS.ShapeElement in_that)
-
CircularArcShapeElement(HPS.ShapePoint in_start_point, HPS.ShapePoint in_middle_point, HPS.ShapePoint in_end_point)
-
override void
Dispose()
-
override HPS.Type
ObjectType()
-
HPS.CircularArcShapeElement
SetEndPoint(HPS.ShapePoint in_end)
-
HPS.CircularArcShapeElement
SetMiddlePoint(HPS.ShapePoint in_middle)
-
HPS.CircularArcShapeElement
SetStartPoint(HPS.ShapePoint in_start)
-
bool
ShowEndPoint(out HPS.ShapePoint out_end)
-
bool
ShowMiddlePoint(out HPS.ShapePoint out_middle)
-
bool
ShowStartPoint(out HPS.ShapePoint out_start)
-