Click or drag to resize

GHUtilsreadCroSecDataFromComponent_deprecated Method

deprecated:retrieve cross section data from component data

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

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
See Also