Click or drag to resize

ArbitraryDefinitionSegment Constructor (StructuralCrossSection, Double, CurveAlignment)

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

Create a segment for an arbitrary definition that consists out of a single cross section and a given alignment and span.

Namespace:  ModelExchanger.AnalysisDataModel.Subtypes
Assembly:  ModelExchanger.AnalysisDataModel (in ModelExchanger.AnalysisDataModel.dll) Version: 1.13.0+Branch.master.Sha.d583fc64569355d188a9c0818d257b6d0d3e1339
Syntax
C#
public ArbitraryDefinitionSegment(
	StructuralCrossSection crossSection,
	double span,
	CurveAlignment alignment
)

Parameters

crossSection
Type: ModelExchanger.AnalysisDataModel.LibrariesStructuralCrossSection
The cross section out of which the segment exists
span
Type: SystemDouble
The span of the segment. Must be greater than 0 and less than or equal to 1
alignment
Type: ModelExchanger.AnalysisDataModel.EnumsCurveAlignment
The positioning of the system-line of this segment
See Also