Model - Graph extras
API reference for src/schema/graphExtras on @huukhanhnguyen/model, reachable from ..
See the Guide for the ModelJSON / evaluate pipeline.
API reference
Signatures are generated from the live package .d.ts - not hand-written.
ResolvedView
type
Resolved envelope for one views[] entry.
type ResolvedView
// = Resolved<ResolvedViewValue>ResolvedViewValue
type
View-plane drawing entities (u,v,0) y-up model mm.
type ResolvedViewValue
// = {
entities: ViewEntities;
extent: ViewExtent;
}