Skip to content
On this page

mxcad_3d API 文档 / Mx3dMkFace

Class: Mx3dMkFace

表示建模面的类,继承自 Mx3dMkObject。

Hierarchy

Table of contents

Constructors

Methods

Constructors

constructor

new Mx3dMkFace(theWire, OnlyPlane?)

构造函数,接受一个Wire对象和一个布尔值来初始化面对象。

Parameters

NameTypeDefault valueDescription
theWireMx3dShapeFace | Mx3dShapeWireundefined要使用的线条对象 或 面形状对象(可添加Wire,形成Hole)。
OnlyPlanebooleanfalse是否仅限于平面构建,默认为 false。

Overrides

Mx3dMkObject.constructor

Methods

Add

Add(W): void

Parameters

NameType
WMx3dShapeWire

Returns

void


Build

Build(): void

执行面的建模算法。

Returns

void


Face

Face(): Mx3dShapeFace

获取面的具体对象。

Returns

Mx3dShapeFace

面的具体对象。


IsDone

IsDone(): boolean

检查建模算法是否执行完成。

Returns

boolean

建模算法执行是否完成的标志,true 完成,false 失败。


Shape

Shape(): Mx3dShapeObject

获取面的形状对象。

Returns

Mx3dShapeObject

面的形状对象。