Table of Contents

Class CastInPlateFastenerSingle

Namespace
IdeaRS.OpenModel.Detail
Assembly
IdeaRS.OpenModel.dll
public class CastInPlateFastenerSingle : CastInPlateFastenerBase, ISynchronization

Inheritance

Implements

Inherited Members

Constructors

CastInPlateFastenerSingle()

public CastInPlateFastenerSingle()

Properties

MasterEdge

Master edge

public int MasterEdge { get; set; }

Property Value

int

PositionRelatedToMasterType

Positioning type relative to the master component.

public PositionRelatedToMasterType PositionRelatedToMasterType { get; set; }

Property Value

PositionRelatedToMasterType

PositionX

X position relative to the master component.

public double PositionX { get; set; }

Property Value

double

PositionY

Y position relative to the master component.

public double PositionY { get; set; }

Property Value

double

SyncId

Synchronization ID for element tracking during OpenModel to Detail updates.

public int SyncId { get; set; }

Property Value

int