Table of Contents

Class CompositeSectionPart

Namespace
FemDesign.Composites
Assembly
FemDesign.Core.dll
public class CompositeSectionPart
Inheritance
CompositeSectionPart
Inherited Members
Extension Methods

Fields

_material

public Material _material

Field Value

Material

_materialRef

public Guid _materialRef

Field Value

Guid

_offsetY

public double _offsetY

Field Value

double

_offsetZ

public double _offsetZ

Field Value

double

_section

public Section _section

Field Value

Section

_sectionRef

public Guid _sectionRef

Field Value

Guid

Properties

Material

public Material Material { get; set; }

Property Value

Material

MaterialRef

public Guid MaterialRef { get; set; }

Property Value

Guid

OffsetY

public double OffsetY { get; set; }

Property Value

double

OffsetZ

public double OffsetZ { get; set; }

Property Value

double

Section

public Section Section { get; set; }

Property Value

Section

SectionRef

public Guid SectionRef { get; set; }

Property Value

Guid