Dynamic Relaxation Clash Plugin

AxlePosition Enumeration

Enum for axle position on the trolley. If the trolley doesn't have axle, like a stretcher, the center position is used. Center is default. The axle can have three different positions: Front, Rear and Center. The spesific position of the axle is also disided by the AxleCenterLength preoperty.

Namespace:  DynamicRelaxationClashVerification.Models.DataModels
Assembly:  DynamicRelaxationClashVerification (in DynamicRelaxationClashVerification.dll)

Syntax


public enum AxlePosition
Public Enumeration AxlePosition
public enum class AxlePosition

Members


Member nameDescription
Front Front position
Rear Rear position
Center Center position