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