Methods
create
- create(ObjectId: string): void
Returns void
getPercentage
- getPercentage(theId: string): number
Returns number
setAxes
- setAxes(theId: string, theAxes: ObjectAxes): void
Returns void
setColors
- setColors(theId: string, theColors: string[]): void
Parameters
- theId: string
- theColors: string[]
Returns void
setDistances
- setDistances(theId: string, theDistances: number[]): void
Parameters
- theId: string
- theDistances: number[]
Returns void
setReferenceObject
- setReferenceObject(theId: string, theObject: string): void
Parameters
- theId: string
- theObject: string
Returns void
setSeatingObject
- setSeatingObject(theId: string, theObject: string): void
Parameters
- theId: string
- theObject: string
Returns void
setViewOffset
- setViewOffset(theId: string, theOffset: WasmVector2d): void
Returns void
setViewSize
- setViewSize(theId: string, theSize: WasmVector2d): void
Returns void
SitMap Controller provide api for SitMap object
Internal