Table of Contents

Class SurfaceReinforcementParameters

Namespace
FemDesign.Reinforcement
Assembly
FemDesign.Core.dll

shell_rf_params_type

Shell reinforcement parameters

public class SurfaceReinforcementParameters : EntityBase, IFemDesignEntity
Inheritance
SurfaceReinforcementParameters
Implements
Inherited Members
Extension Methods

Constructors

SurfaceReinforcementParameters(bool, GuidListType, Center, Vector3d, Vector3d)

public SurfaceReinforcementParameters(bool singleLayerReinforcement, GuidListType baseShell, Center center, Vector3d xDirection, Vector3d yDirection)

Parameters

singleLayerReinforcement bool
baseShell GuidListType
center Center
xDirection Vector3d
yDirection Vector3d

Properties

BaseShell

public GuidListType BaseShell { get; set; }

Property Value

GuidListType

Center

public Center Center { get; set; }

Property Value

Center

SingleLayerReinforcement

public bool SingleLayerReinforcement { get; set; }

Property Value

bool

XDirection

public Vector3d XDirection { get; set; }

Property Value

Vector3d

YDirection

public Vector3d YDirection { get; set; }

Property Value

Vector3d

Methods

Straight(Slab, bool, Vector3d, Vector3d)

Straight reinforcement layout on slab.

public static SurfaceReinforcementParameters Straight(Slab slab, bool singleLayerReinforcement = false, Vector3d xDir = null, Vector3d yDir = null)

Parameters

slab Slab
singleLayerReinforcement bool
xDir Vector3d
yDir Vector3d

Returns

SurfaceReinforcementParameters