Click or drag to resize

ShellSectionMarchingAlgorithms Class

Static class that collect all the marching alghoritms.
Inheritance Hierarchy
SystemObject
  Karamba.Results.ShellSectionShellSectionMarchingAlgorithms

Namespace:  Karamba.Results.ShellSection
Assembly:  KarambaCommon (in KarambaCommon.dll) Version: 2.2.0.4 (2.2.0.4)
Syntax
public static class ShellSectionMarchingAlgorithms

The ShellSectionMarchingAlgorithms type exposes the following members.

Methods
  NameDescription
Public methodStatic memberFindStartingPointOnSegment
Finds the first point that belongs to a line such that has a projection on MeshGroup.
Public methodStatic memberMarchingAlgorithm
The method returns crossed section results from given input geometries stored into a MarchingInfo.
Public methodStatic memberPlaneEdgeIntersection
Finds the intersection point between a plane and an edge of a mesh. The plane is defined by a normal and a point. The edge by two vertices.
Public methodStatic memberRayAABBTreeIntersections
Return the intersection of an AABB tree with a semi-infinite ray.
Top
See Also