Méthode | Description | |
---|---|---|
BoundingBoxString2 ( BoundingBoxXYZ bb ) : string |
Return a string for a bounding box which may potentially be null with its coordinates formatted to two decimal places.
|
|
DistinguishRoomsDraft ( Document doc, StringBuilder &sb, int &numErr, int &numWarn ) : void |
Draft for method to distinguish 'Not Placed', 'Redundant' and 'Not Enclosed' rooms.
|
|
Execute ( ExternalCommandData commandData, string &message, ElementSet elements ) : System.Result | ||
ListRoomData ( Room room ) : void |
List some properties of a given room to the Visual Studio debug output window.
|
Méthode | Description | |
---|---|---|
DistinguishRoom ( Room room ) : RoomState |
Distinguish 'Not Placed', 'Redundant' and 'Not Enclosed' rooms.
|
|
GetBoundingBox ( IList |
Return bounding box calculated from the room boundary segments. The lower left corner turns out to be identical with the one returned by the standard room bounding box.
|
|
GetConvexHullOfRoomBoundary ( IList |
Return bounding box calculated from the room boundary segments. The lower left corner turns out to be identical with the one returned by the standard room bounding box.
|
public static BoundingBoxString2 ( BoundingBoxXYZ bb ) : string | ||
bb | BoundingBoxXYZ | |
Résultat | string |
public DistinguishRoomsDraft ( Document doc, StringBuilder &sb, int &numErr, int &numWarn ) : void | ||
doc | Document | |
sb | StringBuilder | |
numErr | int | |
numWarn | int | |
Résultat | void |
public Execute ( ExternalCommandData commandData, string &message, ElementSet elements ) : System.Result | ||
commandData | ExternalCommandData | |
message | string | |
elements | ElementSet | |
Résultat | System.Result |