Click or drag to resize

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

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

Create a varying thickness in global or local X-, Y- or Z-direction

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

Parameters

distribution
Type: ModelExchanger.AnalysisDataModel.EnumsSurfaceDistributionVarying
The distribution of the thickness across the member. Only X- or Y- related values are allowed
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
See Also