Click or drag to resize

RelConnectsRigidMember Constructor (Guid, String, StructuralCurveMember, StructuralSurfaceMember, Int32)

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

Create a rigid connection between a StructuralCurveMember and a StructuralSurfaceMember's edge

Namespace:  ModelExchanger.AnalysisDataModel.StructuralElements
Assembly:  ModelExchanger.AnalysisDataModel (in ModelExchanger.AnalysisDataModel.dll) Version: 1.13.0+Branch.master.Sha.d583fc64569355d188a9c0818d257b6d0d3e1339
Syntax
C#
public RelConnectsRigidMember(
	Guid id,
	string name,
	StructuralCurveMember beam,
	StructuralSurfaceMember surface,
	int edge
)

Parameters

id
Type: SystemGuid
The ID of the object
name
Type: SystemString
The name of the object
beam
Type: ModelExchanger.AnalysisDataModel.StructuralElementsStructuralCurveMember
The StructuralCurveMember with which the connection is made
surface
Type: ModelExchanger.AnalysisDataModel.StructuralElementsStructuralSurfaceMember
The StructuralSurfaceMember who's edge is being connected with
edge
Type: SystemInt32
The index of the StructuralSurfaceMember's edge with which the connection is made
See Also