IWallLine Interface

Represents a wall line

Namespace:  TSD.API.Remoting.Solver
Assembly:  TSD.API.Remoting (in TSD.API.Remoting.dll) Version: 0.22.4.0116
Syntax
public interface IWallLine : IHaveIndex

The IWallLine type exposes the following members.

Properties
  NameDescription
Public propertyIndex
Gets the index
(Inherited from IHaveIndex.)
Public propertySegment
Gets the ISegment3D of the wall line
Public propertySourceSubEntityInfo
Gets the structural sub-entity info this wall line is related to
Public propertyStations
Gets a collection of stations
Top
See Also