getPartDesignMixins()

Synopsis

Returns a list of all of the mixins for the design of part p, in order of precedence.

Syntax

getPartDesignMixins ( p As Part) As List 
Argument Type Description
p Part The part which is an instance of the Design for which the mixins are desired.

Example 1

Intent >getPartDesignMixins(Root)
--> {:IntentSamplesRoot, :IvAssemblyDocument}