Main Content
load
Class: Aero.Body
Namespace: Aero
Get geometry data from source
Syntax
load(h,bodyDataSrc)
load(h,bodyDataSrc,geometrysource)
Description
load(
loads
the graphics data from the body graphics file h
,bodyDataSrc
)bodyDataSrc
. This command
assumes a default geometry source type set to Auto
.
load(
loads the graphics data from the body graphics file, h
,bodyDataSrc
,geometrysource
)bodyDataSrc
, into
the face, vertex, and color data of the animation body object h
.
geometrysource
specifies the body graphics file type. When axes
ax
is available, you can use this data to generate patches with generatePatches
.
Input Arguments
Examples
Version History
Introduced in R2007a