The Geometry object is used to control the properties of the shape's geometry. It allows to modify the geometry properties, which affect the way the geometry looks.
Name | Description |
Visible | A flag, that indicates whether the geometry is visible. |
Filled | A flag, that indicates, whether to fill the area, enclosed by the geometry. |
A shape includes one or more geometries, containing elementary segments, which make up the shape. A geometry can be visible, invisible, filled or not filled. Normally, when you draw a shape using the drawing tools in ConceptDraw, a new geometry is added when you add new segments to a shape, created earlier.
An instance of the Geometry object can be retrieved by using the following methods of the Shape object: AddGeometry method, Geometry method.
See Also |
Shape object |