C# Class BuildingCoder.CmdSlabBoundary

Inheritance: IExternalCommand
Afficher le fichier Open project: jeremytammik/the_building_coder_samples Class Usage Examples

Méthodes publiques

Méthode Description
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.

Private Methods

Méthode Description
GetBoundary ( List polygons, Solid solid ) : bool

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

Method Details

Execute() public méthode

public Execute ( ExternalCommandData commandData, string &message, ElementSet elements ) : System.Result
commandData ExternalCommandData
message string
elements ElementSet
Résultat System.Result

GetFloorBoundaryPolygons() public static méthode

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
Résultat List>