Click or drag to resize

MemberThicknessTPoint Constructor (TPoint, Length, TPoint, Length, TPoint, Length)

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

Create a varying thickness in X- and Y-direction

Namespace:  ModelExchanger.AnalysisDataModel.Subtypes
Assembly:  ModelExchanger.AnalysisDataModel (in ModelExchanger.AnalysisDataModel.dll) Version: 1.13.0+Branch.master.Sha.d583fc64569355d188a9c0818d257b6d0d3e1339
Syntax
C#
public MemberThickness(
	TPoint point1,
	Length thicknessFirst,
	TPoint point2,
	Length thicknessSecond,
	TPoint point3,
	Length thicknessThird
)

Parameters

point1
Type: TPoint
The point of the member in which to apply a certain thickness
thicknessFirst
Type: Length
The thickness to apply in the first point of the member
point2
Type: TPoint
The second point of the member in which to apply a certain thickness
thicknessSecond
Type: Length
The thickness to apply in the second point of the member
point3
Type: TPoint
The third point of the member in which to apply a certain thickness
thicknessThird
Type: Length
The thickness to apply in the third point of the member
See Also