API / geotoolkit3d / util / intersection / IntersectionManager / IntersectionManager
intersection.IntersectionManager.IntersectionManager
Type Aliases
Type Aliases
Ƭ PlaneMeshIntersectionOptions: Object
Options for intersections of type Plane-Mesh.
| Name | Type | Description |
|---|---|---|
fillstyle? | Type | The fill style for drawing the intersection fillings. (such as Reservoir intersections.) Can be used to color lines if 'linestyle' is not defined. |
linestyle? | Type | The line style for drawing the intersection lines (such as Surface intersections). |
linewidth? | number | The line width, if the intersection is of line shape |
preservecolor? | boolean | The flag to preserve the intersecting object's colors on intersections. If true, the intersected object (surface, reservoir) will be used to determine the intersection colors. If false, the defined 'linestyle' and 'fillstyle' option will be used instead. |
visible? | boolean | If this intersection should be visible or not. Default is true. |