Class IdeaRegion3D
- Namespace
- IdeaStatiCa.BimApiLink.BimApi
- Assembly
- IdeaStatiCa.BimApiLink.dll
public class IdeaRegion3D : AbstractIdeaObject<IIdeaRegion3D>, IEquatable<AbstractIdeaObject<IIdeaRegion3D>>, IIdeaRegion3D, IIdeaObject
Inheritance
Implements
-
IIdeaRegion3DIIdeaObject
Inherited Members
Constructors
IdeaRegion3D(Identifier<IIdeaRegion3D>)
public IdeaRegion3D(Identifier<IIdeaRegion3D> identifer)
Parameters
identifer
Identifier<IIdeaRegion3D>
IdeaRegion3D(int)
public IdeaRegion3D(int id)
Parameters
id
int
IdeaRegion3D(string)
public IdeaRegion3D(string id)
Parameters
id
string
Properties
LocalCoordinateSystem
Local Coordinate System (LCS) of the region 3D.
public virtual CoordSystem LocalCoordinateSystem { get; set; }
Property Value
- CoordSystem
Openings
Gets the hole polygons inside the region
public virtual List<IIdeaPolyLine3D> Openings { get; set; }
Property Value
- List<IIdeaPolyLine3D>
Outline
Gets the outline polyline of the region
public virtual IIdeaPolyLine3D Outline { get; set; }
Property Value
- IIdeaPolyLine3D