|
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)
Syntaxpublic static void readCroSecDataFromComponent_deprecated(
IGH_DataAccess DA,
double[] default_values,
out List<string> beamIDs,
out double[] in_params,
out string family,
out string name
)
Public Shared Sub readCroSecDataFromComponent_deprecated (
DA As IGH_DataAccess,
default_values As Double(),
<OutAttribute> ByRef beamIDs As List(Of String),
<OutAttribute> ByRef in_params As Double(),
<OutAttribute> ByRef family As String,
<OutAttribute> ByRef name As String
)
public:
static void readCroSecDataFromComponent_deprecated(
IGH_DataAccess^ DA,
array<double>^ default_values,
[OutAttribute] List<String^>^% beamIDs,
[OutAttribute] array<double>^% in_params,
[OutAttribute] String^% family,
[OutAttribute] String^% name
)
static member readCroSecDataFromComponent_deprecated :
DA : IGH_DataAccess *
default_values : float[] *
beamIDs : List<string> byref *
in_params : float[] byref *
family : string byref *
name : string byref -> unit
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