|
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)
Syntaxpublic void AddPoint(
Point3 pt
)
Public Sub AddPoint (
pt As Point3
)
public:
void AddPoint(
Point3 pt
)
member AddPoint :
pt : Point3 -> unit
Parameters
- pt
- Type: Karamba.GeometryPoint3
Point that belongs to the crossed section.
See Also