Table of Contents

Method GetEntityECSMatrix

Namespace
vdWebLibrary
Assembly
JsPropertiesExtractor.dll

GetEntityECSMatrix(object)

Gets the matrix which is used to transform vectors or points from the object's coordinate system (OCS) to the World Coordinate System (WCS).

public object GetEntityECSMatrix(object entity)

Parameters

entity object

Returns

object

Examples

Get the ECS of an entity

var ecs = vdcanvas.GetEntityECSMatrix(entity);