C# 클래스 Revit.SDK.Samples.DoorSwing.CS.DoorFamily

Left/Right feature based on family's actual geometry and country's standard.
파일 보기 프로젝트 열기: AMEE/revit 1 사용 예제들

공개 메소드들

메소드 설명
DeleteTempDoorInstance ( ) : void

Delete the temporarily created door instance and its host.

DoorFamily ( Family doorFamily, UIApplication app ) : System

construct function.

UpdateOpeningFeature ( ) : void

Update Left/Right feature based on family's actual geometry and country's standard.

비공개 메소드들

메소드 설명
CreateOneInstanceWithThisFamily ( ) : FamilyInstance

Create one temporary door instance with this family.

메소드 상세

DeleteTempDoorInstance() 공개 메소드

Delete the temporarily created door instance and its host.
public DeleteTempDoorInstance ( ) : void
리턴 void

DoorFamily() 공개 메소드

construct function.
public DoorFamily ( Family doorFamily, UIApplication app ) : System
doorFamily Family one door family
app UIApplication Revit application
리턴 System

UpdateOpeningFeature() 공개 메소드

Update Left/Right feature based on family's actual geometry and country's standard.
public UpdateOpeningFeature ( ) : void
리턴 void