开发:types
This commit is contained in:
3
types/GraphicsSystem/OffsetPolyline.d.ts
vendored
3
types/GraphicsSystem/OffsetPolyline.d.ts
vendored
@@ -7,6 +7,8 @@ import { Polyline } from "../DatabaseServices/Entity/Polyline";
|
||||
interface IOffsetResult {
|
||||
index: number;
|
||||
curve: Curve;
|
||||
/**偏移距离(仅在局部偏移时提供) */
|
||||
dist?: number;
|
||||
sp?: Vector3;
|
||||
ep?: Vector3;
|
||||
preCurve?: Curve;
|
||||
@@ -41,6 +43,7 @@ export declare class OffsetPolyline {
|
||||
_RetCurves: Polyline[];
|
||||
_IsClose: boolean;
|
||||
_OffsetDistSign: number;
|
||||
_IsTopoOffset: boolean;
|
||||
constructor(_Polyline: Polyline, _OffsetDist: number, _ToolPath?: boolean, _OffsetDistSq?: number);
|
||||
Do(): Polyline[];
|
||||
InitSubCurves(): this;
|
||||
|
Reference in New Issue
Block a user