documentation

Visometry.VisionLib.SDK.Core.WorkSpaceGeometry Class Reference

Component wrapper around several BaseGeometry classes. More...

Inherits MonoBehaviour.

Public Types

enum class  Shape { Sphere , Plane , Line , Point }
 Defines the type of a WorkSpaceGeometry. The corresponding parameters will be used and set in the corresponding BaseGeometry.
 

Public Member Functions

BaseGeometry GetGeometry ()
 

Data Fields

Shape shape = Shape.Sphere
 
AdvancedSphereGeometry sphere = new AdvancedSphereGeometry()
 

Detailed Description

Component wrapper around several BaseGeometry classes.

THIS IS SUBJECT TO CHANGE Please do not rely on this code in productive environments.