viconnexusutils

version 1.0.0

NexusAngles

NexusObject

class pyCGM2.External.NexusSDK.viconnexusutils.NexusObject.NexusObject(subject_name=None)

NexusObject An interface for objects which can be read from/written to Nexus.

Base model output types should derive from this class and implement the abstract functions to correctly read/write data from/to Nexus

abstract Create(name, SDK)

Creates a blank output

abstract Read(name, SDK)

Reads an existing output from Nexus

abstract Write(name, SDK)

Writes to an existing output in Nexus

NexusSegment

NexusTrajectory

NexusAngles