Skip to content
On this page

mxcad API 文档 / MdGePointsToBSplSurface

Class: MdGePointsToBSplSurface

表示拟合B样条曲面

Hierarchy

Table of contents

Constructors

Properties

Methods

Constructors

constructor

new MdGePointsToBSplSurface(p1?, p2?, p3?, p4?, p5?)

Parameters

NameType
p1?MdGeArray2OfPnt
p2?number
p3?number
p4?MxGAShapeEnum
p5?number

Overrides

Mx3dBaseObject.constructor

Properties

imp

Protected imp: any = 0

Inherited from

Mx3dBaseObject.imp

Methods

Init

Init(Points, DegMin?, DegMax?, Continuity?, Tol3D?): void

Parameters

NameType
PointsMdGeArray2OfPnt
DegMin?number
DegMax?number
Continuity?MxGAShapeEnum
Tol3D?number

Returns

void


Interpolate

Interpolate(p1, p2?, p3?, p4?, p5?): void

Parameters

NameType
p1MdGeArray2OfPnt | MdGeArray2OfReal
p2?number | boolean
p3?number
p4?number
p5?number

Returns

void


IsDone

IsDone(): boolean

Returns

boolean


Surface

Surface(): MdGeBSplineSurface

Returns

MdGeBSplineSurface


getImp

getImp(): any

Returns

any

Inherited from

Mx3dBaseObject.getImp


initTempObject

Protected initTempObject(imp): void

Parameters

NameType
impany

Returns

void

Inherited from

Mx3dBaseObject.initTempObject