Skip to main content

interface.ParametricEntity

API > ParametricEntity

Interface: ParametricEntity

This is the identification of a spesific edge, face or curve segment in the object. It is often required by measure functions

Properties

ObjectId

ObjectId: number

Object Id from the core 3d api.

Source

@novorender/measure/measure_view.ts:147


drawKind

drawKind: "edge" | "face" | "curveSegment"

the type of object that can be drawn from this spesific entity, see DrawModule

Source

@novorender/measure/measure_view.ts:149