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