Interface IHydroForce
Last update: 16.07.2025Namespace: VM.Managed.DAFUL.Track
Assembly: VMDTrackBase.dll
This interface is to represent the hydro force.
public interface IHydroForce
Extension Methods
LinkPropertyItemCache.GetLinkProperties(object, LinkPropertyType),
LinkPropertyItemCache.GetLinkPropertiesAndValues(object, LinkPropertyType),
LinkPropertyItemCache.GetLinkedObjects
Properties
HullBody
Gets the hull body
IConnectable HullBody { get; }
Property Value
IConnectable
HullReferenceFrame
Gets the hull reference frame
IMarker HullReferenceFrame { get; }
Property Value
IMarker
HydroForceProperty
Gets the hydro force property.
PropertyHydroForce HydroForceProperty { get; }
Property Value
Water
Gets the water
IWater Water { get; }