Last updated

API / geotoolkit3d / util / intersection / IntersectionManager / IntersectionManager

Namespace: IntersectionManager

intersection.IntersectionManager.IntersectionManager

Table of contents

Type Aliases

Contents

Type Aliases

PlaneMeshIntersectionOptions

Ƭ PlaneMeshIntersectionOptions: Object

Options for intersections of type Plane-Mesh.

Type declaration

NameTypeDescription
fillstyle?TypeThe fill style for drawing the intersection fillings. (such as Reservoir intersections.)
Can be used to color lines if 'linestyle' is not defined.
linestyle?TypeThe line style for drawing the intersection lines (such as Surface intersections).
linewidth?numberThe line width, if the intersection is of line shape
preservecolor?booleanThe 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?booleanIf this intersection should be visible or not. Default is true.