documentation

VLGeometry.cs File Reference

Data Structures

class  VLGeometry
 Data class for storing the values of different geometries for AutoInit. A VLWorkspace.Geometry can be generated from this, which can be used in the vlSDK. THIS IS SUBJECT TO CHANGE Please do not rely on this code in productive environments. More...
 

Enumerations

enum  VLGeometryShape { VLGeometryShape.Sphere, VLGeometryShape.Plane, VLGeometryShape.Line, VLGeometryShape.Point }
 Defines the type of a VLGeometry. The corresponding parameters will be used and set in the corresponding VLGeometry. More...
 

Enumeration Type Documentation

◆ VLGeometryShape

enum VLGeometryShape
strong

Defines the type of a VLGeometry. The corresponding parameters will be used and set in the corresponding VLGeometry.

Enumerator
Sphere 
Plane 
Line 
Point