Class RectangleWithBevelEdgeCleat
Last update: 16.07.2025Namespace: VM.Managed.DAFUL.Car
Assembly: VMDCar.dll
The rectangle with bevel edge cleat shape class
public class RectangleWithBevelEdgeCleat : CleatShape
Inheritance
object ← CleatShape ← RectangleWithBevelEdgeCleat
Inherited Members
CleatShape.GetXZData(double), CleatShape.TypeOfCleatShape, CleatShape.RideDrum
Extension Methods
LinkPropertyItemCache.GetLinkProperties(object, LinkPropertyType),
LinkPropertyItemCache.GetLinkPropertiesAndValues(object, LinkPropertyType),
LinkPropertyItemCache.GetLinkedObjects
Constructors
RectangleWithBevelEdgeCleat()
Initializes a new instance of the
public RectangleWithBevelEdgeCleat()
RectangleWithBevelEdgeCleat(AnalysisRideDrum)
Initializes a new instance of the
public RectangleWithBevelEdgeCleat(AnalysisRideDrum RideDrum)
Parameters
RideDrum AnalysisRideDrum
The ride drum.
Properties
EdgeLength
Gets or sets the length of the edge.
public double EdgeLength { get; set; }
Property Value
Height
Gets or sets the height.
public double Height { get; set; }
Property Value
Length
Gets or sets the length.
public double Length { get; set; }
Property Value
TypeOfCleatShape
Gets the type of cleat shape.
public override CleatShapeType TypeOfCleatShape { get; }
Property Value
Methods
GetXZData(double)
Gets the XZ data.
public override string GetXZData(double dEndTime)
Parameters
dEndTime double
The d end time.