An editor for features with extruded shape shapes. See ComposedShapeEditor for more information.

Note that creation of extruded shapes is not supported by this editor. In your application, you can implement a similar approach as in LuciadRIA samples: When a user right-clicks a valid base shape, the user can convert that shape to an extruded shape.

Since

2022.1

Hierarchy

Constructors

Accessors

  • get delegate(): Editor
  • Returns the delegate, as passed into the constructor.

    Returns Editor

  • get shapeType(): ShapeType
  • Returns the shape type, as passed into the constructor.

    Returns ShapeType

Methods

  • Indicates whether this editor can edit the given context.

    Parameters

    Returns boolean

    true if context.shape matches the shape type defined in the constructor, and the delegate can edit all subshapes.