AvMarkerSpec

The entry point for the Adams Vibration Marker specification
 
Modules
 
 
 
msc.Adams.Vibration.libAvAPIc
libsip
math
os
re
string
sys

Classes

class AvMarkerSpec

Adams Vibration class for specifying marker info

Methods defined here:

Direction(self, NewDir=None)
           Returns the direction string
FunctionType(self)
           Returns the direction type string
Global(self)
           Returns the local global string
MarkerID(self)
MarkerName(self)
Name(self)
__init__(self, Name, Marker_Adams_ID, MarkerName, FunctionType, Global, Direction)

Marker AvMarkerSpec:

@param Name: Name to assign to marker data spec
@type  Name: string
@param Marker_Adams_ID: Marker ID
@type  Marker_Adams_ID: integer
@param MarkerName: Marker Name
@type  MarkerName: string
@param FunctionType: <Translational, Rotational>
@type  FunctionType: string
@param Global: <Global, Local>
@type  Global: string
@param Direction: <X, Y, Z>
@type  Direction: string
@return:  the object
@rtype:   Object