ModelWeldingSymbolDefinitions.AddFromWeldBead Method
Parent Object: ModelWeldingSymbolDefinitionsDescription
Method that creates a new ModelWeldingSymbolDefinition. The new ModelWeldingSymbolDefinition will extract info from the WeldBead object but no associative with it so users can then modify the properties if necessary.
Syntax
ModelWeldingSymbolDefinitions.AddFromWeldBead( WeldBead As Object, [TargetIndex] As Variant ) As ModelWeldingSymbolDefinitionParameters
Name | Type | Description |
WeldBead | Object | Input WeldBead object from which to get weld symbol values to initialize a new ModelWeldingSymbolDefinition. Currently only a WeldBead generated by fillet weld is valid. |
TargetIndex | Variant | Optional input Long value indicating the target index to position this new ModelWeldingSymbolDefinition. The newly created ModelWeldingSymbolDefinition will be placed just before the target index, if not provided the newly created ModelWeldingSymbolDefinition will be placed as the first one. This is an optional argument whose default value is null. |