Variable |
Creates a new instance of VariablePolygonalLoadParams class for a load in a direction of plane's normal vector
Namespace: TSD.API.Remoting.Loading.Create
Assembly: TSD.API.Remoting (in TSD.API.Remoting.dll) Version: 24.0.1.45+53a79b69d75fb81c51fcd389e0bdcf241e5b9f7c
Syntax
public static VariablePolygonalLoadParams AlongPlaneNormal( IConstructionPoint? referencePoint, IEnumerable<Point2D>? vertices, (int Vertex, double Load) load1, (int Vertex, double Load) load2, (int Vertex, double Load) load3 )
Parameters
- referencePoint IConstructionPoint
- The reference IConstructionPoint
- vertices IEnumerablePoint2D
- The vertices of the load, must represent non-intersecting polygon
- load1 ValueTupleInt32, Double
- The first load and its vertex index (in [N/mm²])
- load2 ValueTupleInt32, Double
- The second load and its vertex index (in [N/mm²])
- load3 ValueTupleInt32, Double
- The third load and its vertex index (in [N/mm²])
Return Value
VariablePolygonalLoadParamsThe newly created instance of VariablePolygonalLoadParams class
Remarks
The reference point's PlaneInfo must be reference of valid IConstructionPlane
See Also