Type Alias JIIXV2ShapePolygonIsoscelesTriangle

JIIXV2ShapePolygonIsoscelesTriangle: {
    "bounding-box": undefined | TBox;
    id: string;
    items?: undefined | TJIIXStrokeItem[];
    kind: IsoscelesTriangle;
    primitives: JIIXV2PrimitiveLine[];
    range?: undefined | JIIXV2Range;
    type: IsoscelesTriangle;
}