Click or drag to resize

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

retrieve cross section data from component data.

Namespace:  Karamba.GHopper.CrossSections.Deprecated
Assembly:  Karamba3D (in Karamba3D.dll) Version: 2.2.0.5 (2.2.0.5)
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