Click or drag to resize

Component_CroSecreadCroSecDataFromComponent Method (IGH_DataAccess, Double, ListString, Double, String, String, NullableColor, FemMaterial, NullableVector3d, String)

retrieve cross section data from component data

Namespace:  Karamba.GHopper.CrossSections
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> beam_ids,
	out double[] in_params,
	out string family,
	out string name,
	out Nullable<Color> color,
	out FemMaterial material,
	out Nullable<Vector3d> locecc,
	out string msg
)

Parameters

DA
Type: IGH_DataAccess
Grasshopper data access object
default_values
Type: SystemDouble
default cross section dimensions
beam_ids
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
color
Type: SystemNullableColor
color to be used for coloring the cross section
material
Type: Karamba.MaterialsFemMaterial
material to be used for the cross section or null
locecc
Type: SystemNullableVector3d
vector of local eccentricity
msg
Type: SystemString
eror message or ""
See Also