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 System.Boolean |
Visual Basic (Usage) | |
---|
Dim instance As ICWBoltConnector
Dim value As System.Boolean
instance.IncludeSymmetricalBolt = value
value = instance.IncludeSymmetricalBolt |
C# | |
---|
System.bool IncludeSymmetricalBolt {get; set;} |
C++/CLI | |
---|
property System.bool IncludeSymmetricalBolt {
System.bool get();
void set ( & System.bool value);
} |
Property Value
True to define a symmetric bolt, false to not
See Also
Availability
SOLIDWORKS Simulation API 2009 SP0