v4.0

Classes

struct  VoidingSelector
 Selects the faces of an object that are formed by intersection with another object. More...
struct  ObjectSideSelector
 Selects the faces of an object that match the specified side. More...
struct  AnyFaceSelector
 Selects any faces of an object. More...

Enumerations

enum  ModelObjectType {
  Wall , Floor , Door , Window ,
  Roof , Beam , Column , Hole ,
  Opening , IsolatedFoundation , WallFoundation , Ramp ,
  Stair
}
 Object types. More...
enum  WallSide {
  Left , Right , Top , Bottom ,
  Front , Back
}
 Wall side. More...
enum  FloorSide { Top , Bottom , Side }
 Floor side. More...

Enumeration Type Documentation

◆ FloorSide

enum FloorSide

Floor side.

Since
v4.0
Enumerator
Top 

Top.

Bottom 

Bottom.

Side 

Front.

◆ ModelObjectType

Object types.

Since
v4.0
Enumerator
Wall 

Wall.

Floor 

Floor.

Door 

Door.

Window 

Window.

Roof 

Roof.

Beam 

Beam.

Column 

Column.

Hole 

Hole.

Opening 

Floor or roof opening.

IsolatedFoundation 

Isolated foundation.

WallFoundation 

Wall foundation.

Ramp 

Ramp.

Stair 

Stair.

◆ WallSide

enum WallSide

Wall side.

Since
v4.0
Enumerator
Left 

Left.

Right 

Right.

Top 

Top.

Bottom 

Bottom.

Front 

Front.

Back 

Back.