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
ArchitecturalGridArchitecturalGrid = 20

Entity can be case as IArchitecturalGrid

CombinationCombination = 16

Entity can be cast as ICombination

ConnectionConnection = 27

Entity can be case as Connection

ConstructionHelperConstructionHelper = 19

Entity can be cast as IConstructionHelper

ConstructionPointConstructionPoint = 1

Entity can be cast as IConstructionPoint

ConstructionPointGroupConstructionPointGroup = 2

Entity can be cast as IConstructionPointGroup

EnvelopeEnvelope = 17

Entity can be cast as IEnvelope

FloorAnalysisModelFloorAnalysisModel = 28

Entity can be case as IFloorAnalysisModel

HorizontalConstructionPlaneHorizontalConstructionPlane = 3

Entity can be cast as IHorizontalConstructionPlane

LoadLoad = 21

Entity can be case as ILoad

LoadcaseLoadcase = 15

Entity can be cast as ILoadcase

MemberMember = 6

Entity can be cast as IMember

PadBasePadBase = 23

Entity can be case as IIsolatedFoundation with data of type IPadBaseData

PilePile = 12

Entity can be cast as IPile

PileCapPileCap = 24

Entity can be case as IIsolatedFoundation with data of type IPileCapData

PortalFramePortalFrame = 25

Entity can be case as IPortalFrame

RoofRoof = 10

Entity can be cast as IRoof

SlabSlab = 8

Entity can be cast as ISlab

SlabItemSlabItem = 7

Entity can be cast as ISlabItem

SlabOpeningSlabOpening = 13

Entity can be cast as ISlabOpening

SlabPatchSlabPatch = 14

Entity can be cast as ISlabPatch

SlopedConstructionPlaneSlopedConstructionPlane = 5

Entity can be cast as ISlopedConstructionPlane

StructuralWallStructuralWall = 9

Entity can be cast as IStructuralWall

SubModelsSubModels = 26

Entity can be case as ISubModels

SupportSupport = 18

Entity can be cast as ISupport

UnknownUnknown = 0

Unknown

VerticalConstructionPlaneVerticalConstructionPlane = 4

Entity can be cast as IVerticalConstructionPlane

WallOpeningWallOpening = 22

Entity can be case as IWallOpening

WindWallWindWall = 11

Entity can be cast as IWindWall

Was this helpful?
The feedback you give here is not visible to other users. We use your comments to improve the content.
Previous
Next