Skip to content
On this page

mxcad_3d API 文档 / Mx3dBrepCastGeom

Class: Mx3dBrepCastGeom

拓扑转换为参数几何的接口

Table of contents

Constructors

Methods

Constructors

constructor

new Mx3dBrepCastGeom()

Methods

Curve

Static Curve(E, SEParam): Mx3dGeomCurve

将拓扑边Edge转换为参数几何曲线

Parameters

NameTypeDescription
EMx3dShapeEdge拓扑Edge
SEParam[FirstParam: number, LastParam: number]返回转换后曲线的起始参数

Returns

Mx3dGeomCurve

参数几何曲线


Surface

Static Surface(F): Mx3dGeomSurface

将拓扑面转换为参数几何曲面

Parameters

NameTypeDescription
FMx3dShapeFace拓扑面

Returns

Mx3dGeomSurface

参数几何曲面