Click or drag to resize

SubPolyVerticesIntersectionAdd Method

Add an intersection to the collection.

Namespace:  Karamba.Results.ShellSection
Assembly:  KarambaCommon (in KarambaCommon.dll) Version: 2.2.0.4 (2.2.0.4)
Syntax
public void Add(
	int subpolyPtIndex,
	RayMeshIntersection rayMeshIntersection
)

Parameters

subpolyPtIndex
Type: SystemInt32
Point's index of the subpoly that generate the intersection.
rayMeshIntersection
Type: Karamba.Results.ShellSectionRayMeshIntersection
Intersection to add.
See Also