Gets or sets the shear factor in direction 1 of the cross-section of this beam body.
.NET Syntax
Visual Basic (Declaration) | |
---|
Property BeamShearY As System.Double |
Visual Basic (Usage) | |
---|
Dim instance As ICWBeamBody
Dim value As System.Double
instance.BeamShearY = value
value = instance.BeamShearY |
CSolidWorks.Interop.cosworks~SolidWorks.Interop.cosworks.ICWBeamBody~BeamShearY.html# | |
---|
System.double BeamShearY {get; set;} |
C++/CLI | |
---|
property System.double BeamShearY {
System.double get();
void set ( & System.double value);
} |
Property Value
Shear factor in direction 1
Example
See Also
Availability
SOLIDWORKS Simulation API 2017 SP0