C# 클래스 BuildingCoder.CmdFaceWall

상속: IExternalCommand
파일 보기 프로젝트 열기: jeremytammik/the_building_coder_samples

공개 메소드들

메소드 설명
Execute ( ExternalCommandData commandData, string &message, ElementSet elements ) : System.Result
MakeLine ( UIApplication app, XYZ ptA, XYZ ptB, Document doc ) : ModelCurve
SlopedWallTest ( ExternalCommandData revit ) : void

비공개 메소드들

메소드 설명
CreateFaceWalls ( Document doc ) : void
CreateMassExtrusion ( Document doc ) : void

Create an extrusion form in the given conceptual mass family document.

MakeLine ( Document doc, XYZ p, XYZ q ) : ModelCurve

메소드 상세

Execute() 공개 메소드

public Execute ( ExternalCommandData commandData, string &message, ElementSet elements ) : System.Result
commandData ExternalCommandData
message string
elements ElementSet
리턴 System.Result

MakeLine() 공개 정적인 메소드

public static MakeLine ( UIApplication app, XYZ ptA, XYZ ptB, Document doc ) : ModelCurve
app UIApplication
ptA XYZ
ptB XYZ
doc Document
리턴 ModelCurve

SlopedWallTest() 공개 정적인 메소드

public static SlopedWallTest ( ExternalCommandData revit ) : void
revit ExternalCommandData
리턴 void