KitchenDraw SDK 2
Show / Hide Table of Contents

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. false by default.

bool isArc

Indicates whether the point is a mid point of an arc. false by default.

Point(UnitType, string)

Declaration
public Point(Appli.UnitType sceneUnit, string pointString)
Parameters
Type Name Description
Appli.UnitType sceneUnit
string pointString
In this article
Back to top Generated by DocFX