Gets or sets whether to use SolidWorks physical materials when you render the model.
.NET Syntax
Visual Basic (Declaration) | |
---|
Property UseSolidWorksPhysicalProperties As Boolean |
Visual Basic (Usage) | |
---|
Dim instance As IPwOptions
Dim value As Boolean
instance.UseSolidWorksPhysicalProperties = value
value = instance.UseSolidWorksPhysicalProperties
|
C# | |
---|
bool UseSolidWorksPhysicalProperties {get; set;} |
C++/CLI | |
---|
property bool UseSolidWorksPhysicalProperties {
bool get();
void set (bool value);
} |
Return Value
True to use SolidWorks physical materials when rendering the model, false to not
Example
Remarks
See Also
Availability
PhotoWorks API 2006 FCS