Share

ModelWeldingSymbols.CreateDefinitions Method

Parent Object: ModelWeldingSymbols

Description

Method that creates a model welding symbol definitions object.

Syntax

ModelWeldingSymbols.CreateDefinitions( LeaderPoints As ObjectCollection, AnnotationPlaneDefinition As AnnotationPlaneDefinition ) As ModelWeldingSymbolDefinitions

Parameters

Name Type Description
LeaderPoints ObjectCollection ObjectCollection containing a series of Point objects representing the leader originating at the model welding symbol. The last item in the collection (even if it is the only item) can be a GeometryIntent object indicating the geometry to attach the leader to. The ObjectCollection must contain at least one item, else the method will fail. The points are projected onto the orientation plane.
AnnotationPlaneDefinition AnnotationPlaneDefinition Input AnnotationPlaneDefinition object that defines the annotation plane the annotation will be created on. An existing annotation plane can be specified by using the AnnotationPlaneDefinition object associated with the existing annotation plane.

Version

Introduced in version 2024

Was this information helpful?