ParametricBoundedSurface3D

data class ParametricBoundedSurface3D(val leftBoundary: Curve3D, val rightBoundary: Curve3D, val tolerance: Double, discretizationStepSize: Double) : AbstractSurface3D, DefinableDomain<Double> , Tolerable

Constructors

Link copied to clipboard
constructor(leftBoundary: Curve3D, rightBoundary: Curve3D, tolerance: Double, discretizationStepSize: Double)

Types

Link copied to clipboard
object Companion

Properties

Link copied to clipboard

List of affine transformation matrices to move and rotate the geometric object.

Link copied to clipboard
open override val domain: Range<Double>

definable domain

Link copied to clipboard
Link copied to clipboard
Link copied to clipboard
Link copied to clipboard
open override val tolerance: Double

tolerable threshold value

Functions

Link copied to clipboard
open override fun accept(visitor: Geometry3DVisitor)

Accepting function so that a geometry visitor can pass by.

Link copied to clipboard

Calculates the polygons for the respective surface geometry and transforms it to the global coordinate system.

Link copied to clipboard

Calculates the polygons for the respective surface geometry within the local coordinate system of the surface.