Anark Core SDK
Loading...
Searching...
No Matches
Anark.CoreSdkApi.Entities Namespace Reference

Classes

interface  ISdk2DGeometryGroup
 A group of 2D geometry entities. More...
interface  ISdk2DGeometryPrimitive
 A 2D geometry primitive. More...
interface  ISdk2DLineStrip
 A line strip. More...
interface  ISdk2DTriangle
 A simple discrete triangle. More...
interface  ISdk3DGeometry
 Geometry for a 3D object. More...
interface  ISdk3DGeometryGroup
 A group of 3D geometry entities. More...
interface  ISdk3DGeometryPrimitive
 A 3D geometry primitive. More...
interface  ISdk3DLineStrip
 A connected string of vertices in 3D space. More...
interface  ISdk3DPoints
 A set of points in 3D space. Each vertex represents a unique point. More...
interface  ISdk3DTriangleStrip
 A strip of triangles in 3D space. Each adjacent triplet of vertices represents a triangle. The vertices a, b, c, d, e will represent triangles abc, bcd, and cde. More...
interface  ISdkAnnotation
 Annotation shapes must implement this interface. More...
interface  ISdkAnnotationGeometry
 Geometry for an annotation or a sub-section of an annotation. More...
interface  ISdkColor4F
 A Color, expressed as 4 floats, R,G,B,A, in the range 0.0 to 1.0. More...
interface  ISdkEntityHandle
 A handle to an Anark Core entity. More...
interface  ISdkGeometry< TGroup, TPrimitive, TVertex >
 A composite geometric object. More...
interface  ISdkGeometryGroup< TPrimitive, TVertex >
 A group of geometry entities. More...
interface  ISdkGeometryPrimitive< TVertex >
 A geometry primitive. More...
interface  ISdkTextRenderer
 A text renderer - converts text strings into geometry. More...
interface  ISdkView
 A 3D product view. More...
class  Sdk2DGeometryGroup
class  Sdk2DLineStrip
class  Sdk2DTriangle
class  Sdk3DGeometry
class  Sdk3DGeometryGroup
class  Sdk3DLineStrip
class  Sdk3DPoints
class  Sdk3DTriangleStrip
class  SdkAnnotationGeometry
class  SdkAnnotationInfo
 Encapsulates the information provided upon the creation of a new annotation. More...
class  SdkColor4F
class  SdkEntityHandle
class  SdkTextRenderer
class  SdkView
class  SdkViewHandle