Click or drag to resize

Component_CroSec_2_OBSOLETEreadCroSecDataFromComponent Method (IGH_DataAccess, Double, Double, Boolean, String, GH_RuntimeMessageLevel, String, String, ListString, NullableColor, ListFemMaterial, ListDouble, ListDouble)

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_ecce_z,
	double default_height,
	bool is_const,
	out string msg,
	out GH_RuntimeMessageLevel level,
	out string family_name,
	out string crosec_name,
	out List<string> elem_ids,
	out Nullable<Color> color,
	out List<FemMaterial> materials,
	out List<double> ecce_z,
	out List<double> heights
)

Parameters

DA
Type: IGH_DataAccess
Grasshopper data access object.
default_ecce_z
Type: SystemDouble
default cross section eccentricity in z-direction.
default_height
Type: SystemDouble
default height of the cross section.
is_const
Type: SystemBoolean
true if marerial, height and eccentricity are constant.
msg
Type: SystemString
eror message or "".
level
Type: GH_RuntimeMessageLevel
severeness of message.
family_name
Type: SystemString
family name.
crosec_name
Type: SystemString
cross section name.
elem_ids
Type: System.Collections.GenericListString
identifiers of elements on which the cross section shall apply.
color
Type: SystemNullableColor
color to be used for coloring the cross section.
materials
Type: System.Collections.GenericListFemMaterial
references of material to be used for the cross section or null.
ecce_z
Type: System.Collections.GenericListDouble
eccentricity in z-direction.
heights
Type: System.Collections.GenericListDouble
cross section heights.
See Also