Navigation
API > API/Plugins > API/Plugins/DMXGDTF > API/Plugins/DMXGDTF/GDTF > API/Plugins/DMXGDTF/GDTF/Geometries
Inheritance Hierarchy
- FSharedFromThisBase
- TSharedFromThis
- FDMXGDTFNode
- FDMXGDTFGeometryCollectBase
- FDMXGDTFGeometry
- FDMXGDTFSupportGeometry
References
| Module | DMXGDTF |
| Header | /Engine/Plugins/VirtualProduction/DMX/DMXGDTF/Source/DMXGDTF/Public/GDTF/Geometries/DMXGDTFSupportGeometry.h |
| Include | #include "GDTF/Geometries/DMXGDTFSupportGeometry.h" |
Syntax
class FDMXGDTFSupportGeometry : public UE::DMX::GDTF::FDMXGDTFGeometry
Remarks
This type of geometry is used to describe a support (XML node
Variables
| Type | Name | Description | |
|---|---|---|---|
| float | CapacityX | The allowable force on the X-Axis applied to the object according to the Eurocode. Unit: N. | |
| float | CapacityXX | The allowable moment around the X-Axis applied to the object according to the Eurocode. Unit: N/m. | |
| float | CapacityY | The allowable force on the Y-Axis applied to the object according to the Eurocode. Unit: N. | |
| float | CapacityYY | The allowable moment around the Y-Axis applied to the object according to the Eurocode. Unit: N/m. | |
| float | CapacityZ | The allowable force on the Z-Axis applied to the object according to the Eurocode. Unit: N. | |
| float | CapacityZZ | The allowable moment around the Z-Axis applied to the object according to the Eurocode. Unit: N/m. | |
| float | ResistanceX | The compression ratio for this support along the X-Axis. Unit N/m. Only for Ground Supports. | |
| float | ResistanceXX | The compression ratio for this support around the X-Axis. Unit N/m. Only for Ground Supports. | |
| float | ResistanceY | The compression ratio for this support along the Y-Axis. Unit N/m. Only for Ground Supports. | |
| float | ResistanceYY | The compression ratio for this support around the Y-Axis. Unit N/m. Only for Ground Supports. | |
| float | ResistanceZ | The compression ratio for this support along the Z-Axis. Unit N/m. Only for Ground Supports. | |
| float | ResistanceZZ | The compression ratio for this support around the Z-Axis. Unit N/m. Only for Ground Supports. | |
| FString | RopeCrossSection | The name of the rope cross section. Only for Ropes. | |
| FVector | RopeOffset | The Offset of the rope from bottom to top. Only for Ropes. Unit: meter | |
| EDMXGDTFGeometrySupportType | SupportType | The type of support |
Constructors
| Type | Name | Description | |
|---|---|---|---|
FDMXGDTFSupportGeometry
(
const TSharedRef< FDMXGDTFGeometryCollectBase >& InGeometryCollect |
Overridden from FDMXGDTFNode
| Type | Name | Description | |
|---|---|---|---|
| FXmlNode * | CreateXmlNode
(
FXmlNode& Parent |
Creates an XML node in the parent node | |
| const TCHAR * | GetXmlTag () |
Gets the Xml Tag corresponding to this node | |
| void | Initialize
(
const FXmlNode& InXmlNode |
Initializes the node from an Xml node. Called after the node was constructed. |