Skip to content

Latest commit

 

History

History
31 lines (24 loc) · 747 Bytes

File metadata and controls

31 lines (24 loc) · 747 Bytes

SetCoreWallComponent

Description

Sets the core wall component of an object.

PROCEDURE SetCoreWallComponent(
				obj               : HANDLE;
				coreWallComponent : INTEGER);
def vs.SetCoreWallComponent(obj, coreWallComponent):
    return None

Parameters

Name Type Description
obj HANDLE The object. Can be a wall, round wall, Wall Style, or the Wall Preferences.
coreWallComponent INTEGER The index of the core wall component. 0 will cause there to be no core wall component.

See Also

VS Functions: GetCoreWallComponent

Version

Availability: from Vectorworks 2010

Category