Gets or sets whether to define a symmetric bolt if one or two planes of symmetry cut through the bolt.
.NET Syntax
Visual Basic (Declaration) | |
---|
Property IncludeSymmetricalBolt As Boolean |
Visual Basic (Usage) | |
---|
Dim instance As ICWBoltConnector
Dim value As Boolean
instance.IncludeSymmetricalBolt = value
value = instance.IncludeSymmetricalBolt
|
C# | |
---|
bool IncludeSymmetricalBolt {get; set;} |
C++/CLI | |
---|
property bool IncludeSymmetricalBolt {
bool get();
void set (bool value);
} |
Return Value
True to define a symmetric bolt, false to not
See Also
Availability
SolidWorks Simulation API 2009 SP0