Method | Description | |
---|---|---|
GutterCreator ( Autodesk rvtDoc ) : System |
Constructor with Revit.Document as parameter.
|
Method | Description | |
---|---|---|
CreateHostedSweep ( ElementType symbol, ReferenceArray refArr ) : HostedSweep |
Create a Gutter.
|
Method | Description | |
---|---|---|
FilterEdgesForGutter ( Autodesk elem ) : void |
Filter all the edges from the element which gutter can be created on.
|
protected CreateHostedSweep ( ElementType symbol, ReferenceArray refArr ) : HostedSweep | ||
symbol | ElementType | Gutter type |
refArr | ReferenceArray | Gutter Reference array |
return | HostedSweep |
public GutterCreator ( Autodesk rvtDoc ) : System | ||
rvtDoc | Autodesk | Revit document |
return | System |