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

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

Public Methods

Method Description
GutterCreator ( Autodesk rvtDoc ) : System

Constructor with Revit.Document as parameter.

Protected Methods

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

Create a Gutter.

Private Methods

Method Description
FilterEdgesForGutter ( Autodesk elem ) : void

Filter all the edges from the element which gutter can be created on.

Method Details

CreateHostedSweep() protected method

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

GutterCreator() public method

Constructor with Revit.Document as parameter.
public GutterCreator ( Autodesk rvtDoc ) : System
rvtDoc Autodesk Revit document
return System