Click or drag to resize

CroSec_BeamaddMeshPoint Method

add one point to the cross section mesh.

Namespace:  Karamba.CrossSections
Assembly:  KarambaCommon (in KarambaCommon.dll) Version: 2.2.0.4 (2.2.0.4)
Syntax
protected void addMeshPoint(
	double y,
	double z,
	Mesh3 mesh,
	List<double> values,
	Point3 origin,
	Vector3[] axis,
	CroSecStrain strain
)

Parameters

y
Type: SystemDouble
local y-coordinate of point.
z
Type: SystemDouble
local z-coordinate of point.
mesh
Type: Karamba.GeometryMesh3
mesh to be added to.
values
Type: System.Collections.GenericListDouble
value at given point.
origin
Type: Karamba.GeometryPoint3
origin of local coordinate system.
axis
Type: Karamba.GeometryVector3
array of local coordinate axes (x,y,z).
strain
Type: CroSecStrain
strain state at the origin of the local coordinate system.
See Also