Class Region3D
- Namespace
- IdeaRS.OpenModel.Geometry3D
- Assembly
- IdeaRS.OpenModel.dll
Represents a region in three-dimensional space included outline (border) and openings.
[OpenModelClass("CI.Geometry3D.Region3D,CI.Geometry3D", "CI.Geometry3D.IRegion3D,CI.BasicTypes")]
public class Region3D : OpenElementId
Inheritance
Inherited Members
Constructors
Region3D()
Constructor
public Region3D()
Properties
LocalCoordinateSystem
Local coordinate system
[OpenModelProperty("LCS")]
public CoordSystem LocalCoordinateSystem { get; set; }
Property Value
Openings
Gets or sets the list of references to IdeaRS.OpenModel.Geometry3D.PolyLine3Dopenning curve in the Region3D.
public List<ReferenceElement> Openings { get; set; }
Property Value
Outline
Gets or sets the reference to IdeaRS.OpenModel.Geometry3D.PolyLine3D curve of Region3D.
public ReferenceElement Outline { get; set; }