Class Opening
- Namespace
- IdeaRS.OpenModel.Detail
- Assembly
- IdeaRS.OpenModel.dll
Representation of opening in IDEA StatiCa Detail
public class Opening : OpenElementId, ISynchronizationInheritance
Derived
Implements
Inherited Members
Constructors
Opening()
Constructor
public Opening()Properties
GeomId
Id representing geometrical parts of Detail
public int GeomId { get; set; }Property Value
InsertPoint
Insert point 0 - 9
public int InsertPoint { get; set; }Property Value
MasterComponent
Master component
public ReferenceElement MasterComponent { get; set; }Property Value
MasterPoint
Master point 0 - 9
public int MasterPoint { get; set; }Property Value
Name
Name
public string Name { get; set; }Property Value
Outline
Outline of Oopening
public ReferenceElement Outline { get; set; }Property Value
Position
Offset between MasterPoint and InsertPoint If MasterPoint is null, position is from origin of coordinate system
public Vector3D Position { get; set; }Property Value
SyncId
Synchronization ID for element tracking during OpenModel to Detail updates.
public int SyncId { get; set; }