Table of Contents

Class CrossSection

Namespace
IdeaRS.OpenModel.CrossSection
Assembly
IdeaRS.OpenModel.dll

Cross-section

[DataContract]
[JsonObject(MemberSerialization = MemberSerialization.OptOut)]
public abstract class CrossSection : OpenElementId

Inheritance

Derived

Inherited Members

Constructors

CrossSection()

Constructor

public CrossSection()

Properties

CrossSectionRotation

Rotation of Cross - Section

public double CrossSectionRotation { get; set; }

Property Value

double

IsInPrincipal

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

public bool IsInPrincipal { get; set; }

Property Value

bool

Name

Name of cross-section

public string Name { get; set; }

Property Value

string