Click or drag to resize

RelConnectsRigidMember Constructor (Guid, String, StructuralPointConnection, StructuralSurfaceMember, StructuralCurveEdge)

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

Create a rigid connection between a StructuralPointConnection and a StructuralCurveEdge defined on the provided StructuralSurfaceMember

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,
	StructuralPointConnection node,
	StructuralSurfaceMember surface,
	StructuralCurveEdge internalEdge
)

Parameters

id
Type: SystemGuid
The ID of the object
name
Type: SystemString
The name of the object
node
Type: ModelExchanger.AnalysisDataModel.StructuralElementsStructuralPointConnection
The StructuralPointConnection with which the connection is made
surface
Type: ModelExchanger.AnalysisDataModel.StructuralElementsStructuralSurfaceMember
The StructuralSurfaceMember on which the StructuralCurveEdge is defined
internalEdge
Type: ModelExchanger.AnalysisDataModel.StructuralElementsStructuralCurveEdge
The StructuralCurveEdge with which the connection is made
See Also