Interface IIdeaCrossSection
- Namespace
- IdeaStatiCa.BimApi
- Assembly
- IdeaStatiCa.BimApi.dll
A cross-section of an IIdeaElement1D.
public interface IIdeaCrossSection : IIdeaObjectImplements
Properties
IsInPrincipal
Specifies that the cross-section is in its principal axis.
bool IsInPrincipal { get; }Property Value
Rotation
Rotation of the cross-section.
double Rotation { get; }