Enum EntityType
Represents a type of IEntity
Namespace: TSD.API.Remoting.Common
Assembly: TSD.API.Remoting.dll
Syntax
public enum EntityType
Fields
Name | Value | Description |
---|---|---|
ArchitecturalGrid | ArchitecturalGrid = 20 | Entity can be case as IArchitecturalGrid |
Combination | Combination = 16 | Entity can be cast as ICombination |
Connection | Connection = 27 | Entity can be case as Connection |
ConstructionHelper | ConstructionHelper = 19 | Entity can be cast as IConstructionHelper |
ConstructionPoint | ConstructionPoint = 1 | Entity can be cast as IConstructionPoint |
ConstructionPointGroup | ConstructionPointGroup = 2 | Entity can be cast as IConstructionPointGroup |
Envelope | Envelope = 17 | Entity can be cast as IEnvelope |
FloorAnalysisModel | FloorAnalysisModel = 28 | Entity can be case as IFloorAnalysisModel |
HorizontalConstructionPlane | HorizontalConstructionPlane = 3 | Entity can be cast as IHorizontalConstructionPlane |
Load | Load = 21 | Entity can be case as ILoad |
Loadcase | Loadcase = 15 | Entity can be cast as ILoadcase |
Member | Member = 6 | Entity can be cast as IMember |
PadBase | PadBase = 23 | Entity can be case as IIsolatedFoundation with data of type IPadBaseData |
Pile | Pile = 12 | Entity can be cast as IPile |
PileCap | PileCap = 24 | Entity can be case as IIsolatedFoundation with data of type IPileCapData |
PortalFrame | PortalFrame = 25 | Entity can be case as IPortalFrame |
Roof | Roof = 10 | Entity can be cast as IRoof |
Slab | Slab = 8 | Entity can be cast as ISlab |
SlabItem | SlabItem = 7 | Entity can be cast as ISlabItem |
SlabOpening | SlabOpening = 13 | Entity can be cast as ISlabOpening |
SlabPatch | SlabPatch = 14 | Entity can be cast as ISlabPatch |
SlopedConstructionPlane | SlopedConstructionPlane = 5 | Entity can be cast as ISlopedConstructionPlane |
StructuralWall | StructuralWall = 9 | Entity can be cast as IStructuralWall |
SubModels | SubModels = 26 | Entity can be case as ISubModels |
Support | Support = 18 | Entity can be cast as ISupport |
Unknown | Unknown = 0 | Unknown |
VerticalConstructionPlane | VerticalConstructionPlane = 4 | Entity can be cast as IVerticalConstructionPlane |
WallOpening | WallOpening = 22 | Entity can be case as IWallOpening |
WindWall | WindWall = 11 | Entity can be cast as IWindWall |