mxcad API 文档 / MdGePointsToBSplSurface
Class: MdGePointsToBSplSurface
表示拟合B样条曲面
Hierarchy
↳
MdGePointsToBSplSurface
Table of contents
Constructors
Properties
Methods
Constructors
constructor
• new MdGePointsToBSplSurface(p1?
, p2?
, p3?
, p4?
, p5?
)
Parameters
Name | Type |
---|---|
p1? | MdGeArray2OfPnt |
p2? | number |
p3? | number |
p4? | MxGAShapeEnum |
p5? | number |
Overrides
Properties
imp
• Protected
imp: any
= 0
Inherited from
Methods
Init
▸ Init(Points
, DegMin?
, DegMax?
, Continuity?
, Tol3D?
): void
Parameters
Name | Type |
---|---|
Points | MdGeArray2OfPnt |
DegMin? | number |
DegMax? | number |
Continuity? | MxGAShapeEnum |
Tol3D? | number |
Returns
void
Interpolate
▸ Interpolate(p1
, p2?
, p3?
, p4?
, p5?
): void
Parameters
Name | Type |
---|---|
p1 | MdGeArray2OfPnt | MdGeArray2OfReal |
p2? | number | boolean |
p3? | number |
p4? | number |
p5? | number |
Returns
void
IsDone
▸ IsDone(): boolean
Returns
boolean
Surface
▸ Surface(): MdGeBSplineSurface
Returns
getImp
▸ getImp(): any
Returns
any
Inherited from
initTempObject
▸ Protected
initTempObject(imp
): void
Parameters
Name | Type |
---|---|
imp | any |
Returns
void