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

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

Méthodes publiques

Méthode Description
OpeningInfo ( Opening opening, UIApplication app ) : System

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

Private Methods

Méthode 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 méthode

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
Résultat System