Click or drag to resize

CrossedSectionAddPoint Method

Add a point to the crossed section.

Namespace:  Karamba.Results.ShellSection
Assembly:  KarambaCommon (in KarambaCommon.dll) Version: 2.2.0.4 (2.2.0.4)
Syntax
public void AddPoint(
	Point3 pt
)

Parameters

pt
Type: Karamba.GeometryPoint3
Point that belongs to the crossed section.
See Also