GraCurve

Model ElementThe GraCurve element allows you to represent a curve defined in the model as a Curve element.

Class Name

GraCurve

Description

The graphic is defined by a number of straight line segments connecting vertices on the curve defined by Curve reference.

Attribute Summary

Name Property Modifiable by command? Designable?
curve Reference(Curve) No No
rm Reference(Marker)
seg Int ()

Usage

GraCurve(curve=Curve(), rm=Marker())

Attributes

curve
Reference(Curve)
The curve entity represented by this graphic object. This attribute is mandatory.
rm
Reference(Marker)
The marker is used as a coordinate system for the graphic.
seg
Int()
Specifies the number of segments used to represents the Curve.

Example

  1. Define GraCurve geometry.
    GraCurve (curve=curve,rm=marker, seg=20)

Comments

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