DeformSurface (Graphics)

Model ElementThe DeformSurface element allows you to represent a deformable surface defined in the model as a DeformSurface element. The graphic is defined by a number of straight line segments connecting vertices on the surface defined by DeformSurface reference.

Class Name

DeformSurface

Attribute Summary

Name Property Modifiable by command? Designable?
dsurface Reference (DeformableCurve) NO Yes
U_seg Int ()  
V_seg Int ()  
color String()  

Usage

DeformSurface(dsurface=DeformableSurface())

Attributes

dsurface
Reference (DeformSurface)
The deformable surface entity represented by this graphic object. This attribute is mandatory
U_seg
Int()
Specifies the number of line segments used to represents the Deformable Surface in the U direction.
V_seg
Specifies the number of line segments used to represents the Deformable Surface in the V direction.
color
String()
The color of the graphic for H3D animation. Specified as RGB (Red : Green : Blue).

Comments

  1. See Properties for an explanation about what properties are, why they are used, and how you can extend these.