C# 클래스 BuildingCoder.CmdSlabSides

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

공개 메소드들

메소드 설명
Execute ( ExternalCommandData commandData, string &message, ElementSet elements ) : System.Result
GetSideFaces ( List verticalFaces, Solid solid ) : void

Determine the vertical boundary faces of a given "horizontal" solid object such as a floor slab. Currently only supports planar and cylindrical faces.

메소드 상세

Execute() 공개 메소드

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

GetSideFaces() 공개 메소드

Determine the vertical boundary faces of a given "horizontal" solid object such as a floor slab. Currently only supports planar and cylindrical faces.
public GetSideFaces ( List verticalFaces, Solid solid ) : void
verticalFaces List Return solid vertical boundary faces, i.e. 'sides'
solid Solid Input solid
리턴 void