Click or drag to resize

SubComponent_ShellSectionComputeState Method

[Missing <summary> documentation for "M:Karamba.GHopper.Results.SubComponent_ShellSection.ComputeState(Grasshopper.Kernel.IGH_DataAccess,System.String@,Grasshopper.Kernel.GH_RuntimeMessageLevel@,Karamba.Models.Model,System.Collections.Generic.List{System.String},System.Collections.Generic.List{System.Guid},System.String,Karamba.Geometry.PolyLine3,Karamba.Geometry.Vector3)"]

Namespace:  Karamba.GHopper.Results
Assembly:  Karamba3D (in Karamba3D.dll) Version: 2.2.0.5 (2.2.0.5)
Syntax
protected abstract void ComputeState(
	IGH_DataAccess DA,
	ref string msg,
	ref GH_RuntimeMessageLevel level,
	Model model,
	List<string> surfaceIds,
	List<Guid> surfaceGuids,
	string lcName,
	PolyLine3 poly,
	Vector3 proj_vect
)

Parameters

DA
Type: IGH_DataAccess

[Missing <param name="DA"/> documentation for "M:Karamba.GHopper.Results.SubComponent_ShellSection.ComputeState(Grasshopper.Kernel.IGH_DataAccess,System.String@,Grasshopper.Kernel.GH_RuntimeMessageLevel@,Karamba.Models.Model,System.Collections.Generic.List{System.String},System.Collections.Generic.List{System.Guid},System.String,Karamba.Geometry.PolyLine3,Karamba.Geometry.Vector3)"]

msg
Type: SystemString

[Missing <param name="msg"/> documentation for "M:Karamba.GHopper.Results.SubComponent_ShellSection.ComputeState(Grasshopper.Kernel.IGH_DataAccess,System.String@,Grasshopper.Kernel.GH_RuntimeMessageLevel@,Karamba.Models.Model,System.Collections.Generic.List{System.String},System.Collections.Generic.List{System.Guid},System.String,Karamba.Geometry.PolyLine3,Karamba.Geometry.Vector3)"]

level
Type: GH_RuntimeMessageLevel

[Missing <param name="level"/> documentation for "M:Karamba.GHopper.Results.SubComponent_ShellSection.ComputeState(Grasshopper.Kernel.IGH_DataAccess,System.String@,Grasshopper.Kernel.GH_RuntimeMessageLevel@,Karamba.Models.Model,System.Collections.Generic.List{System.String},System.Collections.Generic.List{System.Guid},System.String,Karamba.Geometry.PolyLine3,Karamba.Geometry.Vector3)"]

model
Type: Karamba.ModelsModel

[Missing <param name="model"/> documentation for "M:Karamba.GHopper.Results.SubComponent_ShellSection.ComputeState(Grasshopper.Kernel.IGH_DataAccess,System.String@,Grasshopper.Kernel.GH_RuntimeMessageLevel@,Karamba.Models.Model,System.Collections.Generic.List{System.String},System.Collections.Generic.List{System.Guid},System.String,Karamba.Geometry.PolyLine3,Karamba.Geometry.Vector3)"]

surfaceIds
Type: System.Collections.GenericListString

[Missing <param name="surfaceIds"/> documentation for "M:Karamba.GHopper.Results.SubComponent_ShellSection.ComputeState(Grasshopper.Kernel.IGH_DataAccess,System.String@,Grasshopper.Kernel.GH_RuntimeMessageLevel@,Karamba.Models.Model,System.Collections.Generic.List{System.String},System.Collections.Generic.List{System.Guid},System.String,Karamba.Geometry.PolyLine3,Karamba.Geometry.Vector3)"]

surfaceGuids
Type: System.Collections.GenericListGuid

[Missing <param name="surfaceGuids"/> documentation for "M:Karamba.GHopper.Results.SubComponent_ShellSection.ComputeState(Grasshopper.Kernel.IGH_DataAccess,System.String@,Grasshopper.Kernel.GH_RuntimeMessageLevel@,Karamba.Models.Model,System.Collections.Generic.List{System.String},System.Collections.Generic.List{System.Guid},System.String,Karamba.Geometry.PolyLine3,Karamba.Geometry.Vector3)"]

lcName
Type: SystemString

[Missing <param name="lcName"/> documentation for "M:Karamba.GHopper.Results.SubComponent_ShellSection.ComputeState(Grasshopper.Kernel.IGH_DataAccess,System.String@,Grasshopper.Kernel.GH_RuntimeMessageLevel@,Karamba.Models.Model,System.Collections.Generic.List{System.String},System.Collections.Generic.List{System.Guid},System.String,Karamba.Geometry.PolyLine3,Karamba.Geometry.Vector3)"]

poly
Type: Karamba.GeometryPolyLine3

[Missing <param name="poly"/> documentation for "M:Karamba.GHopper.Results.SubComponent_ShellSection.ComputeState(Grasshopper.Kernel.IGH_DataAccess,System.String@,Grasshopper.Kernel.GH_RuntimeMessageLevel@,Karamba.Models.Model,System.Collections.Generic.List{System.String},System.Collections.Generic.List{System.Guid},System.String,Karamba.Geometry.PolyLine3,Karamba.Geometry.Vector3)"]

proj_vect
Type: Karamba.GeometryVector3

[Missing <param name="proj_vect"/> documentation for "M:Karamba.GHopper.Results.SubComponent_ShellSection.ComputeState(Grasshopper.Kernel.IGH_DataAccess,System.String@,Grasshopper.Kernel.GH_RuntimeMessageLevel@,Karamba.Models.Model,System.Collections.Generic.List{System.String},System.Collections.Generic.List{System.Guid},System.String,Karamba.Geometry.PolyLine3,Karamba.Geometry.Vector3)"]

See Also