|
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)
Syntaxpublic void Add(
int subpolyPtIndex,
RayMeshIntersection rayMeshIntersection
)
Public Sub Add (
subpolyPtIndex As Integer,
rayMeshIntersection As RayMeshIntersection
)
public:
void Add(
int subpolyPtIndex,
RayMeshIntersection^ rayMeshIntersection
)
member Add :
subpolyPtIndex : int *
rayMeshIntersection : RayMeshIntersection -> unit
Parameters
- subpolyPtIndex
- Type: SystemInt32
Point's index of the subpoly that generate the intersection. - rayMeshIntersection
- Type: Karamba.Results.ShellSectionRayMeshIntersection
Intersection to add.
See Also