Hide menu
ModelData_Face

Table of Contents

Defines a topological face.

Face resides on a geometrical surface and is bounded by one or several wires.

Extends

Members

surface: ModelData_Surface | null readonly

Underlying surface.

Methods

create(theSurface, [theWire])ModelData_Facestatic

Creates an instance of ModelData_Face from the surface and wires.

Parameters:

Param Type Description
theSurface ModelData_Surface
theWireoptional ModelData_Wire

append(theWire) ⇒ boolean

Adds a wire to the face.

Parameters:

Param Type Description
theWire ModelData_Wire