MaterialObjectWrapperCreateMaterialObject Method

Create another empty material object

Definition

Namespace: CapeOpen
Assembly: CapeOpen (in CapeOpen.dll) Version: 1.0.0.0 (1.0.0.0)
public ICapeThermoMaterialObject CreateMaterialObject()

Return Value

ICapeThermoMaterialObject
The created/initialized Material Object.

Remarks

Create a Material Object from the parent Material Template of the current Material Object. This is the same as using the CreateMaterialObject method on the parent Material Template.

Exceptions

ECapeUnknownThe error to be raised when other error(s), specified for this operation, are not suitable.
ECapeOutOfResourcesECapeOutOfResources
ECapeLicenceErrorECapeLicenceError

See Also