BimCoreApi API.
Plane that this point lies on.
Protected Readonly_BimCoreApi API.
Protected_Protected_Protected_Protected_Protected_Protected_Protected_Protected_When true then DynamicPolygon.onPointTrackableScreen will trigger for this instance. Otherwise it will not
ReadonlyplanePlane that this point lies on.
X coordinate of point in local space.
Y coordinate of point in local space.
Z coordinate of point in local space.
X coordinate of point in world space.
Set the X coordinate of point in world space.
Y coordinate of point in world space.
Set the Y coordinate of point in world space.
Z coordinate of point in world space.
Set the Z coordinate of point in world space.
Attempt to move a point to a new location on Plane.
To find the location, a ray is shot from camera through canvasCoordinate
and then an intersection test is performed. If the ray intersects Plane, the point is moved to the coordinates
of the intersection. Otherwise nothing happens.
The point is assigned the same x,y,z values
as the coordinate where the ray intersects the plane.
ProtectedrecalculateProtectedrecalculateSet coordinates in local space.
X coordinate in local space.
Y coordinate in local space.
Z coordinate in local space.
Base class for tracked 3D points. Point coordinates can be applied in both local and world space.