The reference of the UnitySDK functions which correspond to WorkSpaces. More...
Data Structures | |
class | Visometry.VisionLib.SDK.Core.AdvancedSphereGeometry |
SphereGeomgetry in which one can control the radius via parameters. More... | |
class | Visometry.VisionLib.SDK.Core.AdvancedWorkSpace |
This class contains shared properties and functionality of Advanced and Simple WorkSpaces. THIS IS SUBJECT TO CHANGE Please do not rely on this code in productive environments. More... | |
class | Visometry.VisionLib.SDK.Core.AutoInitProgressBar |
The AutoInit Progress Bar displays the current state of the AutoInit learning. THIS IS SUBJECT TO CHANGE Please do not rely on this code in productive environments. More... | |
class | Visometry.VisionLib.SDK.Core.BaseGeometry |
Base class for all geometry classes that represent source or destinations of workspaces. More... | |
class | Visometry.VisionLib.SDK.Core.API.WorkSpace.BaseSphere |
class | Visometry.VisionLib.SDK.Core.API.WorkSpace.BoundingBox |
class | Visometry.VisionLib.SDK.Core.API.WorkSpace.Configuration |
WorkSpace Configuration for a scene. It contains all WorkSpaces of the Scene, which should be used for AutoInit. More... | |
class | Visometry.VisionLib.SDK.Core.API.WorkSpace.Definition |
Definition of a single workspace. It contains one origin and one destination geometry from which the possible poses will be calculated. Additionally, the upVector and the rotation values define the possible view angles of the camera. More... | |
class | Visometry.VisionLib.SDK.Core.API.WorkSpace.Geometry |
Base type of WorkSpace geometries More... | |
class | Visometry.VisionLib.SDK.Core.LineGeometry |
Stores data that represents equidistant samplings of a section of a line. More... | |
class | Visometry.VisionLib.SDK.Core.API.WorkSpace.Plane |
WorkSpace Geometry describing a plane in x (width) and y (length) direction. More... | |
class | Visometry.VisionLib.SDK.Core.PlaneGeometry |
Stores data that represents equidistant samplings of a section of a plane. More... | |
class | Visometry.VisionLib.SDK.Core.PointGeometry |
Stores data of a single point. More... | |
class | Visometry.VisionLib.SDK.Core.SimpleSphereGeometry |
SphereGeometry without a radius parameter. It will inherit the size from "currentMesh" instead. More... | |
class | Visometry.VisionLib.SDK.Core.SimpleWorkSpace |
This class contains shared properties and functionality of Advanced and Simple WorkSpaces. THIS IS SUBJECT TO CHANGE Please do not rely on this code in productive environments. More... | |
class | Visometry.VisionLib.SDK.Core.API.WorkSpace.Sphere |
WorkSpace Geometry describing a sphere. Phi describes the polar angle in degree around the x axis. Theta describes the azimuth angle around the z axis More... | |
class | Visometry.VisionLib.SDK.Core.SphereGeometry |
Stores data that represents sections of a sphere limited by a horizontal and vertical angle range. More... | |
class | Visometry.VisionLib.SDK.Core.API.WorkSpace.Transform |
Definition of a transformation with quaternion and translation More... | |
class | Visometry.VisionLib.SDK.Core.WorkSpace |
This class contains shared properties and functionality of Advanced and Simple WorkSpaces. THIS IS SUBJECT TO CHANGE Please do not rely on this code in productive environments. More... | |
class | Visometry.VisionLib.SDK.Core.WorkSpaceGeometry |
Component wrapper around several BaseGeometry classes. More... | |
class | Visometry.VisionLib.SDK.Core.WorkSpaceSetUp |
Adds menu entries to allow adding SimpleWorkSpace scene. | |
The reference of the UnitySDK functions which correspond to WorkSpaces.