@novorender/web_app / 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
drawKind
drawKind: "edge" | "face" | "curveSegment" | "points";
the type of object that can be drawn from this spesific entity, see DrawModule
Defined in
@novorender/measure/measure_view.ts:149
ObjectId
ObjectId: number;
Object Id from the core 3d api.