Main Content

Aero.Geometry

Construct 3-D geometry for use with animation object

Syntax

h = Aero.Geometry

Description

h = Aero.Geometry defines a 3-D geometry for use with an animation object.

This object supports the attachment of transparency data from an Ac3d file to patch generation.

Constructor Summary

ConstructorDescription
GeometryConstruct 3-D geometry for use with animation object.

Method Summary

MethodDescription
readRead geometry data using current reader.

Property Summary

PropertyDescriptionValues
NameSpecify name of geometry.

Character vector | string

SourceSpecify geometry data source.

{['Auto'], 'Variable', 'MatFile', 'Ac3dFile', 'Custom'}

ReaderSpecify geometry reader.

MATLAB array

FaceVertexColorDataSpecify the color of the geometry face vertex.

MATLAB structure with the following fields

name

Character vector or string that contains the name of the geometry being loaded.

faces

See Faces.

vertices

See Vertices.

cdata

See CData.

alpha

See FaceVertexAlphaData.

Version History

Introduced in R2007a

See Also