C# 클래스 BuildingCoder.CmdSlabBoundary

상속: IExternalCommand
파일 보기 프로젝트 열기: jeremytammik/the_building_coder_samples 1 사용 예제들

공개 메소드들

메소드 설명
Execute ( ExternalCommandData commandData, string &message, ElementSet elements ) : System.Result
GetFloorBoundaryPolygons ( List floors, Options opt ) : List>

Return all floor slab boundary loop polygons for the given floors, offset downwards from the bottom floor faces by a certain amount.

비공개 메소드들

메소드 설명
GetBoundary ( List polygons, Solid solid ) : bool

Determine the boundary polygons of the lowest horizontal planar face of the given solid.

메소드 상세

Execute() 공개 메소드

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

GetFloorBoundaryPolygons() 공개 정적인 메소드

Return all floor slab boundary loop polygons for the given floors, offset downwards from the bottom floor faces by a certain amount.
public static GetFloorBoundaryPolygons ( List floors, Options opt ) : List>
floors List
opt Options
리턴 List>