Constructor Point
Point(double, double, double, bool, bool)
Constructs instance of Point.
Declaration
public Point(double x, double y, double z, bool isSelected = false, bool isArc = false)
Parameters
Type | Name | Description |
---|---|---|
double | x | |
double | y | |
double | z | |
bool | isSelected | Indicates whether the point is
selected by the user. |
bool | isArc | Indicates whether the point is a mid
point of an arc. |
Point(UnitType, string)
Declaration
public Point(Appli.UnitType sceneUnit, string pointString)
Parameters
Type | Name | Description |
---|---|---|
Appli.UnitType | sceneUnit | |
string | pointString |