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()  
hidden Bool() No

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).
hidden
Boolean
Specifies weather the graphics is being written to the H3D file or not.
  • True implies that the graphic is hidden and is not written to the H3D file.
  • False implies that the graphic is not hidden and is written to the H3D file.
This attribute is optional. When not specified, it defaults to False.

Comments

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