Click or drag to resize

Component_CroSecreadCroSecDataFromComponent 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
Assembly:  karambaGH (in karambaGH.dll) Version: 1.15.0.0 (1.15.0.0)
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