C# Class Revit.SDK.Samples.AutoJoin.CS.AutoJoin

Join all the overlapping generic forms in this document.
显示文件 Open project: AMEE/revit Class Usage Examples

Public Methods

Method Description
AutoJoin ( ) : System

Constructor

IsOverlapped ( CombinableElement elementA, CombinableElement elementB ) : bool

Tell if the element A and B are overlapped.

Join ( Document document ) : int

Join geometry between overlapping solids.

JoinOverlapping ( List elements, Document document ) : GeomCombination

Join the overlapped elements in the list.

Method Details

AutoJoin() public method

Constructor
public AutoJoin ( ) : System
return System

IsOverlapped() public method

Tell if the element A and B are overlapped.
public IsOverlapped ( CombinableElement elementA, CombinableElement elementB ) : bool
elementA CombinableElement element A
elementB CombinableElement element B
return bool

Join() public method

Join geometry between overlapping solids.
public Join ( Document document ) : int
document Document The active document
return int

JoinOverlapping() public method

Join the overlapped elements in the list.
public JoinOverlapping ( List elements, Document document ) : GeomCombination
elements List the element list may includes overlapping.
document Document the active document
return GeomCombination