Click or drag to resize

CroSecsketch Method

add vertices on cross-section to mesh and corresponding colors origin is the point on the element axis, axis the local coordinate system, cmap contains the information for coloring points and n_faces the number of points to be calculated

Namespace:  Karamba.CrossSections
Assembly:  KarambaCommon (in KarambaCommon.dll) Version: 1.0.0.0 (1.0.0.0)
Syntax
public virtual void sketch(
	Mesh3 mesh,
	List<double> values,
	Point3 origin,
	Vector3[] axis,
	CroSecStrain strain,
	int n_faces
)

Parameters

mesh
Type: Karamba.GeometryMesh3
Mesh to which faces are to be added
values
Type: System.Collections.GenericListDouble
nodal values
origin
Type: Karamba.GeometryPoint3
point on the element axis
axis
Type: Karamba.GeometryVector3
local coordinate system
strain
Type: CroSecStrain
contains the information for coloring points
n_faces
Type: SystemInt32
number of points to be added per boundary line of cross section
See Also