Gets or sets whether to stretch the width of the appearance texture to the selected entity when mapping the appearance.
.NET Syntax
Visual Basic (Declaration) | |
---|
Property FitWidth As Boolean |
Visual Basic (Usage) | |
---|
Dim instance As IRenderMaterial
Dim value As Boolean
instance.FitWidth = value
value = instance.FitWidth
|
C# | |
---|
bool FitWidth {get; set;} |
C++/CLI | |
---|
property bool FitWidth {
bool get();
void set (bool value);
} |
Return Value
True to stretch the width of the appearance texture to the selected entity, false to not
Example
Remarks
See Also
Availability
SolidWorks 2008 FCS, Revision Number 16.0