C# Class Revit.SDK.Samples.CreateComplexAreaRein.CS.GeomHelper

provide utility method to get geometry data for creating AreaReinforcement on wall or floor
Afficher le fichier Open project: AMEE/revit Class Usage Examples

Méthodes publiques

Méthode Description
GeomHelper ( ) : System

constructor, initialize m_currentDoc

GetFloorGeom ( Floor floor, System.Reference &refer, CurveArray &curves ) : bool

get necessary data when create AreaReinforcement on a horizontal floor

Private Methods

Méthode Description
AddInlaidCurves ( CurveArray curves, double scale ) : CurveArray

create CurveArray which contain 8 curves, 4 is exterior lines and 4 is interior lines

Method Details

GeomHelper() public méthode

constructor, initialize m_currentDoc
public GeomHelper ( ) : System
Résultat System

GetFloorGeom() public méthode

get necessary data when create AreaReinforcement on a horizontal floor
public GetFloorGeom ( Floor floor, System.Reference &refer, CurveArray &curves ) : bool
floor Floor floor on which to create AreaReinforcemen
refer System.Reference reference of the horizontal face on the floor
curves CurveArray curves compose the horizontal face of the floor
Résultat bool