Table of Contents

Class IdeaCrossSectionByComponents

Namespace
IdeaStatiCa.BimApiLink.BimApi
Assembly
IdeaStatiCa.BimApiLink.dll
public class IdeaCrossSectionByComponents : AbstractIdeaObject<IIdeaCrossSectionByComponents>, IEquatable<AbstractIdeaObject<IIdeaCrossSectionByComponents>>, IIdeaCrossSectionByComponents, IIdeaCrossSection, IIdeaObject

Inheritance

Implements

IIdeaCrossSectionByComponents
IIdeaCrossSection
IIdeaObject

Inherited Members

Constructors

public IdeaCrossSectionByComponents(Identifier<IIdeaCrossSectionByComponents> identifer)

Parameters

identifer Identifier<IIdeaCrossSectionByComponents>
public IdeaCrossSectionByComponents(int id)

Parameters

id int
public IdeaCrossSectionByComponents(string id)

Parameters

id string

Properties

Set of components.

public virtual HashSet<IIdeaCrossSectionComponent> Components { get; set; }

Property Value

HashSet<IIdeaCrossSectionComponent>

Specifies that the cross-section is in its principal axis.

public virtual bool IsInPrincipal { get; set; }

Property Value

bool

Rotation of the cross-section.

public virtual double Rotation { get; set; }

Property Value

double