IWindWall Interface

Represents a wind wall

Namespace: TSD.API.Remoting.Structure
Assembly: TSD.API.Remoting (in TSD.API.Remoting.dll) Version: 24.0.1.45+53a79b69d75fb81c51fcd389e0bdcf241e5b9f7c
Syntax
public interface IWindWall : IAreaElement, 
	IEntity, IHaveId, IHaveIndex, IHaveName, IPlanarEntity, 
	IHaveUserDefinedAttributes

The IWindWall type exposes the following members.

Properties
 NameDescription
Public propertyConstructionPlaneInfo Gets the EntityInfo of the IConstructionPlane
(Inherited from IPlanarEntity)
Public propertyConstructionPointIndices Gets the indices of IConstructionPoints defining this element's shape
(Inherited from IAreaElement)
Public propertyDecompositionTarget Gets the target of wind decomposition
Public propertyElementGroupName Gets the name of the element group
(Inherited from IEntity)
Public propertyElementPlane Gets the element IPlane (respecting the element orientation)
(Inherited from IAreaElement)
Public propertyEntityType Gets the type of the entity
(Inherited from IEntity)
Public propertyGap Get the gap value [mm]
Public propertyId Gets the ID
(Inherited from IHaveId)
Public propertyIgnoreDecompositionMoments Get a value indicating whether decomposition moments are ignored
Public propertyIgnoreDiaphragmsAtBase Gets a value indicating whether diaphragms at base are ignored
Public propertyIndex Gets the index
(Inherited from IHaveIndex)
Public propertyIsParapet Gets a value indicating whether the wall is parapet
Public propertyName Gets the name
(Inherited from IHaveName)
Public propertyReversedOrientation Get a value indicating whether the normal of the wind wall is reverted to the normal of the construction plane
Public propertyRotationAngle Gets the rotation angle (in [rad])
(Inherited from IAreaElement)
Public propertySolidity Gets the value of the solidity factor
Top
Methods
 NameDescription
Public methodGetUserDefinedAttributesAsync Returns a collection of IUserDefinedAttribute instances
(Inherited from IHaveUserDefinedAttributes)
Public methodSetUserDefinedAttributeAsync Sets an user defined text attribute
(Inherited from IHaveUserDefinedAttributes)
Public methodSetUserDefinedAttributesAsync Sets user defined attributes
(Inherited from IHaveUserDefinedAttributes)
Public methodSetUserDefinedEmbeddedFileAttributeAsync Sets an user defined embedded file attribute
(Inherited from IHaveUserDefinedAttributes)
Top
See Also
Was this helpful?
The feedback you give here is not visible to other users. We use your comments to improve the content.
Previous
Next