MATLAB SIMULINK 3D ANIMATION - S User's Guide Page 388

  • Download
  • Add to my manuals
  • Print
  • Page
    / 490
  • Table of contents
  • BOOKMARKS
  • Rated. / 5. Based on customer reviews
Page view 387
10 Functions — Alphabetical List
10-48
set
Class: vrfigure
Set property values of vrfigure object
Syntax
set(figure,PropertyName,Value,...,PropertyName,Value)
Description
set(figure,PropertyName,Value,...,PropertyName,Value) sets the values
of the vrfigure properties specified by one or more PropertyName,Value pair
arguments.
Input Arguments
figure — Virtual reality figure
vrfigure object
Virtual reality figure, specified as a vrfigure object.
PropertyName-Value Pair Arguments
Specify comma-separated pairs of PropertyName,Value arguments. PropertyName is
the argument name and Value is the corresponding value. PropertyName must appear
inside single quotes (' '). You can specify several name and value pair arguments in any
order as PropertyName1,Value1,...,PropertyNameN,ValueN.
Example: set(myFigure,'Antialising','on','CameraPosition',[0 100 100])
'Antialiasing' — Smooth textures using antialiasing
'off' (default) | 'on'
Smooth textures using antialising, specified as 'on' or 'off'. Antialiasing smooths
textures by interpolating values between texture points.
Page view 387
1 2 ... 383 384 385 386 387 388 389 390 391 392 393 ... 489 490

Comments to this Manuals

No comments