IdeaStatiCa.ConnectionApi.Model.BoltGrid
Properties
| Name |
Type |
Description |
Notes |
| ShearInThread |
bool |
Indicates, whether a shear plane is in the thread of a bolt. |
[optional] |
| BoltInteraction |
BoltShearType |
|
[optional] |
| BoltAssembly |
ReferenceElement |
|
[optional] |
| SlottedHoles |
List<SlottedHole> |
Slotted holes of grid positions per connected plate. Null or missing entry means a round hole. |
[optional] |
| Origin |
Point3D |
|
[optional] |
| AxisX |
Vector3D |
|
[optional] |
| AxisY |
Vector3D |
|
[optional] |
| AxisZ |
Vector3D |
|
[optional] |
| Positions |
List<Point3D> |
Positions of holes in the local coordinate system of the grid |
[optional] |
| ConnectedParts |
List<ReferenceElement> |
List of the connected parts |
[optional] |
| Name |
string |
Name |
[optional] |
| Length |
double |
Length |
[optional] |
| Id |
int |
Element Id |
[optional] |
[Back to Model list] [Back to API list] [Back to README]