Gets or sets whether to overwrite the material properties of the SolidWorks model with the properties of the PhotoWorks material.
.NET Syntax
Visual Basic (Declaration) | |
---|
Property OverwriteSolidWorksProperties As Boolean |
Visual Basic (Usage) | |
---|
Dim instance As IPwOptions
Dim value As Boolean
instance.OverwriteSolidWorksProperties = value
value = instance.OverwriteSolidWorksProperties
|
C# | |
---|
bool OverwriteSolidWorksProperties {get; set;} |
C++/CLI | |
---|
property bool OverwriteSolidWorksProperties {
bool get();
void set (bool value);
} |
Return Value
True to overwrite the material properties of the SolidWorks model with the properties of the PhotoWorks material, false to not
Example
Remarks
See Also
Availability
PhotoWorks API 2006 FCS