Gets or sets whether the rib is created on two sides of the midplane or in a single direction (see
IRibFeatureData2::ReverseThicknessDir).
.NET Syntax
Visual Basic (Declaration) | |
---|
Property IsTwoSided As Boolean |
Visual Basic (Usage) | |
---|
Dim instance As IRibFeatureData2
Dim value As Boolean
instance.IsTwoSided = value
value = instance.IsTwoSided
|
C# | |
---|
bool IsTwoSided {get; set;} |
C++/CLI | |
---|
property bool IsTwoSided {
bool get();
void set (bool value);
} |
Return Value
True if the rib is extruded either side of the midplane, false if it is single-sided
Remarks
See Also
Availability
SolidWorks 2001Plus FCS, Revision Number 10.0