VS:SetCompDatTopOfComp: Difference between revisions

From Vectorworks Developer
Jump to navigation Jump to search
No edit summary
 
m (1 revision)
 
(No difference)

Latest revision as of 17:43, 16 September 2015

.VectorScript|VectorScript ..VS:Function Reference|Function Reference ..VS:Function_Reference_Appendix|Appendix

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

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.

Version

Availability: from Vectorworks 2016

See Also

VS Functions:

VS:GetCompDatTopOfComp

VS Functions: [[VS:GetCompDatTopOfComp]]