Click or drag to resize

Component_CroSec_0_OBSOLETEreadCroSecDataFromComponent Method

retrieve cross section data from component data

Namespace:  Karamba.GHopper.CrossSections.Deprecated
Assembly:  karambaGH (in karambaGH.dll) Version: 1.15.0.0 (1.15.0.0)
Syntax
public static void readCroSecDataFromComponent(
	IGH_DataAccess DA,
	double[] default_values,
	out List<string> beamIDs,
	out double[] in_params,
	out string family,
	out string name,
	out Vector3 locecc,
	out string msg
)

Parameters

DA
Type: IGH_DataAccess
Grasshopper data access object
default_values
Type: SystemDouble
default cross section dimensions
beamIDs
Type: System.Collections.GenericListString
retrieved beam identifier
in_params
Type: SystemDouble
retrieved cross section dimensions
family
Type: SystemString
retrieved family name
name
Type: SystemString
retrieved cross section name
locecc
Type: Karamba.GeometryVector3
vector of local eccentricity
msg
Type: SystemString
eror message or ""
See Also