Skip to content

Latest commit

 

History

History
34 lines (26 loc) · 865 Bytes

File metadata and controls

34 lines (26 loc) · 865 Bytes

SetCompDatTopOfComp

Description

Sets the datum is top of component flag of a component in an object.

FUNCTION SetCompDatTopOfComp(
				object                : HANDLE;
				componentIndex        : INTEGER;
				datumIsTopOfComponent : BOOLEAN): BOOLEAN;
def vs.SetCompDatTopOfComp(object, componentIndex, datumIsTopOfComponent):
    return BOOLEAN

Parameters

Name Type Description
object HANDLE The object. Can be a slab, roof face, roof, Slab Style, Roof Style, the Slab Preferences, or the Roof Preferences.
componentIndex INTEGER The index of the component.
datumIsTopOfComponent BOOLEAN Whether or not the datum is the top of the component.

See Also

VS Functions: GetCompDatTopOfComp

Version

Availability: from Vectorworks 2016

Category

  • Objects - Architectural