InlineShapeBase (object)¶
バージョン 1.12.0 で追加.
The InlineShapeBase is used to represent any shape within the InlineDrawing. For a code example please see the InlineMeshShape.
Methods¶
InlineShapeBase ( in InlineShapeBase other ) | |
InlineShapeBase () | |
InlineShapeBase | clone ? () |
GeometryAttributes | getAttributes ? () |
Geometry | getGeometry ? () |
Integer | getVersion ? () |
incrementVersion ! () |
Methods in detail¶
InlineShapeBase ( in InlineShapeBase other )
copy constructor
default constructor
InlineShapeBase InlineShapeBase.clone? ()
clone method
GeometryAttributes InlineShapeBase.getAttributes? ()
returns the contained geometry attributes structure
Geometry InlineShapeBase.getGeometry? ()
Returns the geometry associated with this shape.
Integer InlineShapeBase.getVersion? ()
Returns the version of this shape
InlineShapeBase.incrementVersion! ()
increment the topology version