Skip to content

Latest commit

 

History

History
28 lines (21 loc) · 531 Bytes

File metadata and controls

28 lines (21 loc) · 531 Bytes

RemoveSubMtrlFromMtl

Description

Removes a Simple material from a Compound material.

FUNCTION RemoveSubMtrlFromMtl(
				hMaterial   : HANDLE;
				subMtrlName : STRING): Boolean;
def vs.RemoveSubMtrlFromMtl(hMaterial, subMtrlName):
    return Boolean

Parameters

Name Type Description
hMaterial HANDLE Handle of a Compound material
subMtrlName STRING Name of a Simple material to be deleted

Version

Availability: from Vectorworks 2021

Category

  • Object Attributes