Table of Contents

Class IdeaRegion3D

Namespace
IdeaStatiCa.BimApiLink.BimApi
Assembly
IdeaStatiCa.BimApiLink.dll
public class IdeaRegion3D : AbstractIdeaObject<IIdeaRegion3D>, IEquatable<AbstractIdeaObject<IIdeaRegion3D>>, IIdeaRegion3D, IIdeaObject

Inheritance

Implements

IIdeaRegion3D
IIdeaObject

Inherited Members

Constructors

public IdeaRegion3D(Identifier<IIdeaRegion3D> identifer)

Parameters

identifer Identifier<IIdeaRegion3D>
public IdeaRegion3D(int id)

Parameters

id int
public IdeaRegion3D(string id)

Parameters

id string

Properties

Local Coordinate System (LCS) of the region 3D.

public virtual CoordSystem LocalCoordinateSystem { get; set; }

Property Value

CoordSystem

Gets the hole polygons inside the region

public virtual List<IIdeaPolyLine3D> Openings { get; set; }

Property Value

List<IIdeaPolyLine3D>

Gets the outline polyline of the region

public virtual IIdeaPolyLine3D Outline { get; set; }

Property Value

IIdeaPolyLine3D