Class RoofParams
Represents parameters required to create a roof
Inherited Members
Namespace: TSD.API.Remoting.Structure.Create
Assembly: TSD.API.Remoting.dll
Syntax
public sealed class RoofParams : EntityParams
Properties
| Name | Description |
|---|---|
| AttributeSet | Gets the IRoofAttributeSet |
| PointIndices | Gets the indices of construction points defining the slab item geometry |
Methods
| Name | Description |
|---|---|
| Create(IEnumerable<int>?, IRoofAttributeSet?) | Creates a new instance of RoofParams class |
| Create(IEnumerable<IConstructionPoint?>?, IRoofAttributeSet?) | Creates a new instance of RoofParams class |