Class CastInPlateFastenerGroup
- Namespace
- IdeaRS.OpenModel.Detail
- Assembly
- IdeaRS.OpenModel.dll
public class CastInPlateFastenerGroup : CastInPlateFastenerBase, ISynchronizationInheritance
Implements
Inherited Members
Constructors
CastInPlateFastenerGroup()
public CastInPlateFastenerGroup()Properties
Distance
Distance of fasteners
public double Distance { get; set; }Property Value
Rows
Gets or sets the rows of a fasteners positions. Absolute positions of groups, in group are relative positions.
public NumberGroups Rows { get; set; }Property Value
Spacing
Gets or sets the spacing between fasteners positions. Absolute positions of groups, in group are relative positions.
public NumberGroups Spacing { get; set; }Property Value
SyncId
Synchronization ID for element tracking during OpenModel to Detail updates.
public int SyncId { get; set; }