Click or drag to resize

StructuralSurfaceActionDistribution Constructor

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

Creates a surface load distributed to other members

Namespace:  ModelExchanger.AnalysisDataModel.Loads
Assembly:  ModelExchanger.AnalysisDataModel (in ModelExchanger.AnalysisDataModel.dll) Version: 1.13.0+Branch.master.Sha.d583fc64569355d188a9c0818d257b6d0d3e1339
Syntax
C#
public StructuralSurfaceActionDistribution(
	Guid id,
	string name,
	SurfaceActionDistributionType type,
	IReadOnlyList<Curve<StructuralPointConnection>> edges,
	SurfaceActionDistributionTo distributionTo
)

Parameters

id
Type: SystemGuid
The ID of the object
name
Type: SystemString
The name of the object
type
Type: ModelExchanger.AnalysisDataModel.EnumsSurfaceActionDistributionType
type defining where the load should be distributed
edges
Type: System.Collections.GenericIReadOnlyListCurveStructuralPointConnection
the shape of the load
distributionTo
Type: ModelExchanger.AnalysisDataModel.EnumsSurfaceActionDistributionTo
defines how the load will be distributed
See Also