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

Provides functions to create Fascia.
Inheritance: HostedSweepCreator
Mostra file Open project: AMEE/revit

Public Methods

Method Description
FasciaCreator ( Autodesk rvtDoc ) : System

Constructor which take Revit.Document as parameter.

Protected Methods

Method Description
CreateHostedSweep ( ElementType symbol, ReferenceArray refArr ) : HostedSweep

Create a Fascia.

Private Methods

Method Description
FilterEdgesForFascia ( Autodesk elem ) : void

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

Method Details

CreateHostedSweep() protected method

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

FasciaCreator() public method

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