mxcad API 文档 / 3d / MdGePointsToBSpl
Class: MdGePointsToBSpl
3d.MdGePointsToBSpl
表示拟合B样条曲线
Hierarchy
↳
MdGePointsToBSpl
Table of contents
Constructors
Properties
Methods
Constructors
constructor
• new MdGePointsToBSpl(p1?
, p2?
, p3?
, p4?
, p5?
)
Parameters
Name | Type |
---|---|
p1? | object | MdGeArray1OfPnt |
p2? | number |
p3? | number |
p4? | MxGAShapeEnum |
p5? | number |
Overrides
Properties
imp
• Protected
imp: any
= 0
Inherited from
Methods
Curve
▸ Curve(): MdGeBSplineCurve
Returns
Init
▸ Init(Points
, Parameters
, DegMin?
, DegMax?
, Continuity?
, Tol3D?
): void
Parameters
Name | Type |
---|---|
Points | MdGeArray1OfPnt |
Parameters | MdGeArray1OfReal |
DegMin? | number |
DegMax? | number |
Continuity? | MxGAShapeEnum |
Tol3D? | number |
Returns
void
IsDone
▸ IsDone(): boolean
Returns
boolean
getImp
▸ getImp(): any
Returns
any
Inherited from
initTempObject
▸ Protected
initTempObject(imp
): void
Parameters
Name | Type |
---|---|
imp | any |
Returns
void