C# 클래스 Revit.SDK.Samples.AutoJoin.CS.AutoJoin

Join all the overlapping generic forms in this document.
파일 보기 프로젝트 열기: AMEE/revit 1 사용 예제들

공개 메소드들

메소드 설명
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.

메소드 상세

AutoJoin() 공개 메소드

Constructor
public AutoJoin ( ) : System
리턴 System

IsOverlapped() 공개 메소드

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

Join() 공개 메소드

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

JoinOverlapping() 공개 메소드

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
리턴 GeomCombination