C# Class Revit.SDK.Samples.NewHostedSweep.CS.FasciaCreator

Provides functions to create Fascia.
Inheritance: HostedSweepCreator
Afficher le fichier Open project: AMEE/revit

Méthodes publiques

Méthode Description
FasciaCreator ( Autodesk rvtDoc ) : System

Constructor which take Revit.Document as parameter.

Méthodes protégées

Méthode Description
CreateHostedSweep ( ElementType symbol, ReferenceArray refArr ) : HostedSweep

Create a Fascia.

Private Methods

Méthode Description
FilterEdgesForFascia ( Autodesk elem ) : void

Filter all the edges of the given element for fascia creation.

Method Details

CreateHostedSweep() protected méthode

Create a Fascia.
protected CreateHostedSweep ( ElementType symbol, ReferenceArray refArr ) : HostedSweep
symbol ElementType Fascia type
refArr ReferenceArray Fascia reference array
Résultat HostedSweep

FasciaCreator() public méthode

Constructor which take Revit.Document as parameter.
public FasciaCreator ( Autodesk rvtDoc ) : System
rvtDoc Autodesk Revit document
Résultat System