ModelHoleThreadNotes.CreateDefinition Method
Parent Object: ModelHoleThreadNotesDescription
Method that creates a hole or thread note definition. This is a not a hole or thread note but an object that encapsulates all of the information that defines a hole or thread note. You use the methods and properties of this object to define the hole or threa???[??????.
Syntax
ModelHoleThreadNotes.CreateDefinition( Intent As GeometryIntent, AnnotationPlaneDefinition As AnnotationPlaneDefinition, LandingPosition As Point ) As ModelHoleThreadNoteDefinitionParameters
Name | Type | Description |
Intent | GeometryIntent | Input GeometryIntent object that defines the hole or thread geometry to attach the note to. The intent object must reference geometry associated with a hole or thread, otherwise an error will occur. |
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. |
LandingPosition | Point | Input Point object that specifies the landing position of the note. The point will be projected onto the orientation plane. |