Table of Contents

IdeaStatiCa.ConnectionApi.Model.PlateData

Provides data of the single plate

Properties

Name Type Description Notes
Name string Name of the plate [optional]
Thickness double Thickness of the plate [optional]
Material string Name of the material [optional]
OutlinePoints List<Point2D> Outline points [optional]
Origin Point3D [optional]
AxisX Vector3D [optional]
AxisY Vector3D [optional]
AxisZ Vector3D [optional]
Region string Geometry of the plate in svg format. In next version will be mark as OBSOLETE! New use property Geometry [optional]
Geometry Region2D [optional]
OriginalModelId string Get or set the identification in the original model In the case of the imported connection from another application [optional]
IsNegativeObject bool Is negative object [optional]
Id int Element Id [optional]

[Back to Model list] [Back to API list] [Back to README]