CroSec_BeamaddMeshPoint Method

add one point to the cross section mesh.

Definition

Namespace: Karamba.CrossSections
Assembly: KarambaCommon (in KarambaCommon.dll) Version: 3.0.8.0+eb23a7103f0eca0b6d808121e15fec6899194e15
C#
protected void addMeshPoint(
	double y,
	double z,
	Mesh3 mesh,
	List<double> values,
	Point3 origin,
	Vector3[] axis,
	CroSecStrain strainTen,
	CroSecStrain strainCom,
	bool tensionValid,
	bool compressionValid
)

Parameters

y  Double
local y-coordinate of point.
z  Double
local z-coordinate of point.
mesh  Mesh3
mesh to be added to.
values  ListDouble
value at given point.
origin  Point3
origin of local coordinate system.
axis  Vector3
array of local coordinate axes (x,y,z).
strainTen  CroSecStrain
strain state at the origin of the local coordinate system for tensile strains.
strainCom  CroSecStrain
strain state at the origin of the local coordinate system for compressive strains.
tensionValid  Boolean
true if the tension strain is valid.
compressionValid  Boolean
true if the compression strain is valid.

See Also