Optical model class.
Public Member Functions | |
__init__ (str pName, object pObject=None) | |
Constructor. | |
bool | ImportSetup () |
Setup importation for optical model. | |
bool | ExportSetup () |
Setup exportation from optical model. | |
ClearSegments (bool pUnUsedOnly=True) | |
Clear the segments (by default only the unused). | |
Public Attributes | |
FBPropertyBase | MarkerSize |
Read Write Property: Size of markers. | |
FBPropertyBase | SamplingStart |
Read Write Property: Sampling start time. | |
FBPropertyBase | SamplingStop |
Read Write Property:Sampling stop time. | |
FBPropertyBase | SamplingPeriod |
Read Write Property:Sampling period. | |
FBPropertyListModelMarkerOptical | Markers |
List: Markers. | |
FBPropertyListOpticalSegment | Segments |
List: Segments. | |
FBPropertyListRigidBody | RigidBodies |
List: Rigid bodies. |
Constructor.
pName | Name of optical model. |
pObject | Internal parent object(default=NULL). |
Reimplemented from FBModel.
bool ImportSetup | ( | ) |
bool ExportSetup | ( | ) |
ClearSegments | ( | bool | pUnUsedOnly = True | ) |
Clear the segments (by default only the unused).
pUnUsedOnly | Clear only the unused segments if true(default=true). |
FBPropertyBase MarkerSize |
Read Write Property: Size of markers.
FBPropertyBase SamplingStart |
Read Write Property: Sampling start time.
FBPropertyBase SamplingStop |
Read Write Property:Sampling stop time.
FBPropertyBase SamplingPeriod |
Read Write Property:Sampling period.
FBPropertyListModelMarkerOptical Markers |
List: Markers.
FBPropertyListOpticalSegment Segments |
List: Segments.
FBPropertyListRigidBody RigidBodies |
List: Rigid bodies.