Gets or sets the maximum distance from the shear center to the furthest point on the cross-section of this beam body.
.NET Syntax
Visual Basic (Declaration) | |
---|
Property BeamDistForMaxShearStress As System.Double |
Visual Basic (Usage) | |
---|
Dim instance As ICWBeamBody
Dim value As System.Double
instance.BeamDistForMaxShearStress = value
value = instance.BeamDistForMaxShearStress |
CSolidWorks.Interop.cosworks~SolidWorks.Interop.cosworks.ICWBeamBody~BeamDistForMaxShearStress.html# | |
---|
System.double BeamDistForMaxShearStress {get; set;} |
C++/CLI | |
---|
property System.double BeamDistForMaxShearStress {
System.double get();
void set ( & System.double value);
} |
Property Value
Maximum distance from the shear center to the furthest point on the cross-section of this beam body
Example
See Also
Availability
SOLIDWORKS Simulation API 2017 SP0