Please enable JavaScript to view this site.

Knowledge Bridge Documentation

Help version: 3.3.8

Navigation: Reference  > K4 BaseLibrary Designs > OffsetPolygonRenderMixin

OffsetPolygonRenderMixin Discussion

Scroll Prev Top Next More

Description

 

OffsetPolygonRenderMixin is a mixin containing rules that can be used by other designs.

We do not use it alone, instead, it is used to add the rules to other designs.

Rules

 

islandSegments: Internal use only

 

 

Mixins

Render3Mixin

FrameMixin

RULE NAME

TYPE

DEFAULTS

CATEGORY

FLAGS

islandSegments

array

const arr = []; this.islands.forEach(isl => { for (let i=0; i<isl.length-1; i++) { arr.push([isl[i], isl[i+1]]); } }); return arr;

None

Cached

 

 

Designs that use the OffsetPolygonRenderMixin:

OffsetPolygon

Knowledge Bridge from Engingeering Intent is a full-featured engineering and sales automation environment