Skip to content

Latest commit

 

History

History
29 lines (23 loc) · 807 Bytes

File metadata and controls

29 lines (23 loc) · 807 Bytes

CreateWallFeature

Description

Creates a Wall Feature in the wall from the profile object. The Wall Feature can be a projection from the wall or a recess in the wall.

FUNCTION CreateWallFeature(
				wall            : HANDLE;
				profile         : HANDLE;
				wallFeatureType : INTEGER): HANDLE;
def vs.CreateWallFeature(wall, profile, wallFeatureType):
    return HANDLE

Parameters

Name Type Description
wall HANDLE The handle to the wall in which to create the Wall Feature.
profile HANDLE The handle to the object to use as the Wall Feature profile.
wallFeatureType INTEGER The Wall Feature type.

Version

Availability: from Vectorworks 2010

Category