C# Class Revit.SDK.Samples.Openings.CS.OpeningInfo

This class contain the data about the Opening (get from Revit) Such as BoundingBox, Profile Curve...
Mostra file Open project: AMEE/revit Class Usage Examples

Public Methods

Method Description
OpeningInfo ( Opening opening, UIApplication app ) : System

The default constructor, get the information we want from Opening get OpeningProperty, BoundingBox and Profile

Private Methods

Method Description
AddLine ( List points ) : void

get line from List(points) and add line to m_lines list

GetPoints ( List boundRect ) : List

get four corner points of a rectangular in same plane

GetProfile ( ) : void

get Profile of Opening

Method Details

OpeningInfo() public method

The default constructor, get the information we want from Opening get OpeningProperty, BoundingBox and Profile
public OpeningInfo ( Opening opening, UIApplication app ) : System
opening Opening an opening in revit
app UIApplication application object
return System