Table of Contents

Interface IIdeaLoadCase

Namespace
IdeaStatiCa.BimApi
Assembly
IdeaStatiCa.BimApi.dll
public interface IIdeaLoadCase : IIdeaLoading, IIdeaObject

Implements

Properties

Description

Additional info

string Description { get; }

Property Value

string

LoadGroup

Load group

IIdeaLoadGroup LoadGroup { get; }

Property Value

IIdeaLoadGroup

LoadType

Load case type

LoadCaseType LoadType { get; }

Property Value

LoadCaseType

LoadsOnSurface

Loads on surface assigned to this load case

IEnumerable<IIdeaLoadOnSurface> LoadsOnSurface { get; }

Property Value

IEnumerable<IIdeaLoadOnSurface>

Type

Sub type

LoadCaseSubType Type { get; }

Property Value

LoadCaseSubType

Variable

Variable type

VariableType Variable { get; }

Property Value

VariableType