Click or drag to resize

Region3D Class

Compatible with IDEA StatiCa Beta 21.0 - beta
Represents a region in three-dimensional space included outline (border) and openings.
Inheritance Hierarchy

Namespace:  IdeaRS.OpenModel.Geometry3D
Assembly:  IdeaRS.OpenModel (in IdeaRS.OpenModel.dll) Version: 20.0.1.1 (20.0.1.1)
Syntax
public class Region3D : OpenElementId

The Region3D type exposes the following members.

Constructors
  NameDescription
Public methodRegion3D
Constructor
Top
Properties
  NameDescription
Public propertyId
Element Id
(Inherited from OpenElementId.)
Public propertyOpenings
Gets or sets the list of references to PolyLine3Dopenning curve in the Region3D.
Public propertyOutline
Gets or sets the reference to PolyLine3D curve of Region3D.
Top
See Also