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
singleLayerReinforcementboolbaseShellGuidListTypecenterCenterxDirectionVector3dyDirectionVector3d
Properties
BaseShell
public GuidListType BaseShell { get; set; }
Property Value
Center
public Center Center { get; set; }
Property Value
SingleLayerReinforcement
public bool SingleLayerReinforcement { get; set; }
Property Value
XDirection
public Vector3d XDirection { get; set; }
Property Value
YDirection
public Vector3d YDirection { get; set; }
Property Value
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)