Class DappedEnd
- Namespace
- IdeaRS.OpenModel.Detail
- Assembly
- IdeaRS.OpenModel.dll
Representation of dapped end in IDEA StatiCa Detail
public class DappedEnd : OpenElementId, ISynchronizationInheritance
Implements
Inherited Members
Constructors
DappedEnd()
Constructor
public DappedEnd()Properties
DappedEndHaunch
Type of haunch on dapped end
public DappedEndHaunchType DappedEndHaunch { get; set; }Property Value
GeomId
Id representing geometrical parts of Detail
public int GeomId { get; set; }Property Value
Haunch
Haunch size of dapped end
public double Haunch { get; set; }Property Value
Height
Height of dapped end
public double Height { get; set; }Property Value
MasterComponent
Master component
public ReferenceElement MasterComponent { get; set; }Property Value
MasterPoint
Insert point 0 - 1
public int MasterPoint { get; set; }Property Value
Outline
Outline of dapped end
public ReferenceElement Outline { get; set; }Property Value
Position
Offset between MasterPoint and InsertPoint
public Vector3D Position { get; set; }Property Value
Rotation
Rotation of dapped end
public double Rotation { get; set; }Property Value
SyncId
Synchronization ID for element tracking during OpenModel to Detail updates.
public int SyncId { get; set; }Property Value
Width
Width of dapped end
public double Width { get; set; }