Main Content

Aero.Geometry

Construct 3-D geometry for use with animation object

Syntax

h = Aero.Geometry

Description

h = Aero.Geometry定义了一个3 d几何使用动画object.

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

Constructor Summary

Constructor Description
Geometry Construct 3-D geometry for use with animation object.

Method Summary

Method Description
read Read geometry data using current reader.

Property Summary

Property Description Values
Name Specify name of geometry.

Character vector | string

Source Specify geometry data source.

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

Reader Specify geometry reader.

MATLAB array

FaceVertexColorData Specify 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

SeeFaces.

vertices

SeeVertices.

cdata

SeeCData.

alpha

SeeFaceVertexAlphaData.

Version History

Introduced in R2007a

See Also