up
This commit is contained in:
3
types/DatabaseServices/Shape.d.ts
vendored
3
types/DatabaseServices/Shape.d.ts
vendored
@@ -6,7 +6,10 @@ import { Curve } from './Entity/Curve';
|
||||
export declare class Shape {
|
||||
private _Outline;
|
||||
private _Holes;
|
||||
private _DisplayAccuracy;
|
||||
constructor(_Outline?: Contour, _Holes?: Contour[]);
|
||||
get DisplayAccuracy(): number;
|
||||
set DisplayAccuracy(v: number);
|
||||
get Outline(): Contour;
|
||||
get Holes(): Contour[];
|
||||
get Area(): number;
|
||||
|
Reference in New Issue
Block a user