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
Field Value
- Guid
_offsetY
Field Value
- double
_offsetZ
Field Value
- double
_section
Field Value
- Section
_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