Click or drag to resize

Utilsconvert Method

convert fem coordinate system to array of Vector3 (x,y,z-axis in global coordinates)

Namespace:  Karamba.Utilities
Assembly:  KarambaCommon (in KarambaCommon.dll) Version: 1.0.0.0 (1.0.0.0)
Syntax
public static Vector3[] convert(
	CooSys coosys
)

Parameters

coosys
Type: CooSys
coordinate system from C++

Return Value

Type: Vector3
array of three vectors equivalent to the local coordinate system
See Also