Name
|
Description
|
AddGroup
|
Create an element or a group which contains elements for which position and orientation offsets can be applied.
|
ClearSavedStates
|
Clears previous saved states for this object.
|
GetFromFile
|
Load the object state from the specified FreeFlyer object file.
|
GetFromString
|
Load the object state from the specified string.
|
GetGroupBoundingBox
|
Calculates the bounding box of the vertices for a defined group. Returns the volume of the box.
|
GetGroupVisibility
|
Gets the visibility parameter for the group specified.
|
GetModelBoundingBox
|
Calculates the bounding box of the vertices for the entire ThreeDModel. Returns the volume of the box in km^3.
|
GetTransformedGroupOrientation
|
Get the absolute orientation, as a quaternion, of the group after all transformations are applied to a pivot point with respect to the Spacecraft BCS.
|
GetTransformedGroupPosition
|
Get the absolute position of the group pivot point after all transformations are applied, referenced to the Spacecraft BCS.
|
LoadModel
|
Loads a 3D model into the ThreeDModel object.
|
MoveGroup
|
Move an element or group which contains elements for which position and orientation offsets can be applied.
|
PutToFile
|
Convert the object state to FreeFlyer object xml and write to a file.
|
PutToString
|
Convert the object state to FreeFlyer object xml and return as a string.
|
ReferenceEquals
|
Returns 1 if the argument refers to the calling object and 0 otherwise.
|
RemoveGroup
|
Removes a group from the ThreeDModel. If any 3D data was associated with the group, it will be removed as well.
|
ReportGroupChildren
|
Returns the names of the immediate children of the specified group.
|
ReportGroupDescendants
|
Returns the names of all descendants of the specified group.
|
ReportGroupParent
|
Returns the name of the direct parent of the specified group.
|
ReportGroupTree
|
Returns the groups associated with the ThreeDModel object.
|
Restore
|
Restore an object's state from a previously saved state.
|
Save
|
Save the object's state so that it can be restored later.
|
SetGroupOrientation
|
Set the orientation offset with respect to the Spacecraft BCS for all elements in the 3D model file that are contained within the specified group.
|
SetGroupPivotPosition
|
Set the position of the pivot point about which rotations are applied. This point is defined in absolute model coordinates.
|
SetGroupTransformation
|
Set the total position and orientation offset for all elements in the 3D model file that are contained within the specified group.
|
SetGroupTranslation
|
Set the translational offset for all elements in the 3D model file that are contained within the specified group.
|
SetGroupVisibility
|
Sets the visibility parameter for the group specified. Setting a group to false will prevent any child groups from being shown.
|