C# 클래스 Revit.SDK.Samples.CurtainWallGrid.CS.WallGeometry

the class manages the creation operation for the curtain wall
파일 보기 프로젝트 열기: AMEE/revit 1 사용 예제들

공개 메소드들

메소드 설명
CreateCurtainWall ( ) : Wall

create the curtain wall to the active document of Revit

WallGeometry ( MyDocument myDoc ) : System

default constructor

메소드 상세

CreateCurtainWall() 공개 메소드

create the curtain wall to the active document of Revit
public CreateCurtainWall ( ) : Wall
리턴 Wall

WallGeometry() 공개 메소드

default constructor
public WallGeometry ( MyDocument myDoc ) : System
myDoc MyDocument /// the document of the sample ///
리턴 System