Click or drag to resize

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

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

Create a rigid connection between the edge of a StructuralSurfaceMember and a StructuralCurveEdge of another 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,
	StructuralSurfaceMember surfaceFirst,
	int edgeFirst,
	StructuralSurfaceMember surfaceSecond,
	StructuralCurveEdge internalEdgeSecond
)

Parameters

id
Type: SystemGuid
The ID of the object
name
Type: SystemString
The name of the object
surfaceFirst
Type: ModelExchanger.AnalysisDataModel.StructuralElementsStructuralSurfaceMember
The first StructuralSurfaceMember who's edge is being connected with
edgeFirst
Type: SystemInt32
The index of the first StructuralSurfaceMember's edge with which the connection is made
surfaceSecond
Type: ModelExchanger.AnalysisDataModel.StructuralElementsStructuralSurfaceMember
The second StructuralSurfaceMember on which the second StructuralCurveEdge is defined
internalEdgeSecond
Type: ModelExchanger.AnalysisDataModel.StructuralElementsStructuralCurveEdge
The second StructuralCurveEdge with which the connection is made
See Also