Click or drag to resize

StructuralSurfaceMemberRegion Constructor

[This is preliminary documentation and is subject to change.]

Namespace:  ModelExchanger.AnalysisDataModel.StructuralElements
Assembly:  ModelExchanger.AnalysisDataModel (in ModelExchanger.AnalysisDataModel.dll) Version: 1.13.0+Branch.master.Sha.d583fc64569355d188a9c0818d257b6d0d3e1339
Syntax
C#
public StructuralSurfaceMemberRegion(
	Guid id,
	string name,
	StructuralSurfaceMember member2d,
	IReadOnlyList<Curve<StructuralPointConnection>> edges,
	StructuralMaterial material
)

Parameters

id
Type: SystemGuid
The ID of the object
name
Type: SystemString
The name of the object
member2d
Type: ModelExchanger.AnalysisDataModel.StructuralElementsStructuralSurfaceMember
The StructuralSurfaceMember on which the region is created
edges
Type: System.Collections.GenericIReadOnlyListCurveStructuralPointConnection
The collection of CurveTCoordinate that define the shape of the region
material
Type: ModelExchanger.AnalysisDataModel.LibrariesStructuralMaterial
The StructuralMaterial out of which the region consists
See Also