Click or drag to resize

OpeningRectOffsets Class

Compatible with IDEA StatiCa Beta 21.0 - beta
Representation of rectangular opening in IDEA StatiCa Detail
Inheritance Hierarchy

Namespace:  IdeaRS.OpenModel.Detail
Assembly:  IdeaRS.OpenModel (in IdeaRS.OpenModel.dll) Version: 20.0.1.1 (20.0.1.1)
Syntax
public class OpeningRectOffsets : Opening

The OpeningRectOffsets type exposes the following members.

Constructors
  NameDescription
Public methodOpeningRectOffsets
Constructor
Top
Properties
  NameDescription
Public propertyGeomId
Id representing geometrical parts of Detail
(Inherited from Opening.)
Public propertyId
Element Id
(Inherited from OpenElementId.)
Public propertyInsertPoint
Insert point 0 - 9
(Inherited from Opening.)
Public propertyMasterComponent
Master component
(Inherited from Opening.)
Public propertyMasterPoint
Master point 0 - 9
(Inherited from Opening.)
Public propertyName
Name
(Inherited from Opening.)
Public propertyOffsetX1
top left X offset
Public propertyOffsetX2
top right x offset
Public propertyOffsetY1
right bottom y offset
Public propertyOffsetY2
right top y offset
Public propertyOutline
Outline of Oopening
(Inherited from Opening.)
Public propertyPosition
Offset between MasterPoint and InsertPoint If MasterPoint is null, position is from origin of coordinate system
(Inherited from Opening.)
Public propertyX1
Left
Public propertyX2
Right
Public propertyY1
Bottom
Public propertyY2
Top
Top
See Also