InlineShape.kl

Interfaces

InlineShape (interface)

バージョン 1.13.0 で追加.

The InlineShape interface is used to describe the required methods for an InlineShapeBase.

注釈

This might go away as soon as the virtual keyword is introduced in KL.

InlineShape InlineShape InlineShape InlineShapeBase InlineShapeBase InlineShapeBase->InlineShape InlineBaseTextShape InlineBaseTextShape InlineBaseTextShape->InlineShapeBase InlineGeometryAttributeTextShape InlineGeometryAttributeTextShape InlineGeometryAttributeTextShape->InlineBaseTextShape InlineTextShape InlineTextShape InlineTextShape->InlineBaseTextShape InlineDebugShape InlineDebugShape InlineDebugShape->InlineShapeBase InlineGeometryShape InlineGeometryShape InlineGeometryShape->InlineShapeBase InlineCurvesShape InlineCurvesShape InlineCurvesShape->InlineGeometryShape InlineLinesShape InlineLinesShape InlineLinesShape->InlineGeometryShape InlineMeshShape InlineMeshShape InlineMeshShape->InlineGeometryShape InlinePointsShape InlinePointsShape InlinePointsShape->InlineGeometryShape

Functions in detail

GeometryAttributes InlineShape.getAttributes? ()

returns the contained geometry attributes structure


Geometry InlineShape.getGeometry? ()

Returns the geometry associated with this shape.


String InlineShape.getName? ()

returns this shapes name


Integer InlineShape.getVersion? ()

Returns the version of this shape


InlineShape.incrementVersion! ()

increment the topology version

Types

InlineShapeBase (object)

バージョン 1.12.0 で追加.

The InlineShapeBase is used to represent any shape within the InlineDrawing. For a code example please see the InlineMeshShape.