Class PythonMaterial
A material implemented in python. This can be accessed or modified by using the PythonObject property with the 'dynamic' type.
Inherited Members
Namespace: DesignData.SDS2.Model
Assembly: DesignData.SDS2.Model.dll
Syntax
public class PythonMaterial : Material
Properties
PythonObject
Return the python object, should be treated as a "dynamic" type
Declaration
public dynamic PythonObject { get; }
Property Value
Type | Description |
---|---|
dynamic |
Methods
Dispose(bool)
A material implemented in python. This can be accessed or modified by using the PythonObject property with the 'dynamic' type.
Declaration
protected override void Dispose(bool disposing)
Parameters
Type | Name | Description |
---|---|---|
bool | disposing |