DeformCurve (Graphics)

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

Class Name

DeformCurve

Attribute Summary

Name Property Modifiable by command? Designable?
dcurve Reference(DeformableCurve) NO Yes
seg Int()  
color String()  

Usage

DeformCurve(dcurve=DeformableCurve())

Attributes

dcurve
Reference(DeformCurve)
The deformable curve entity represented by this graphic object. This attribute is mandatory.
seg
Int()
Specifies the number of segments used to represents the Deformable Curve.
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.