ModelFeatureControlFrames.CreateDefinition Method
Parent Object: ModelFeatureControlFramesDescription
Method that creates a feature control frame definition.
Syntax
ModelFeatureControlFrames.CreateDefinition( Intent As GeometryIntent, AnnotationPlaneDefinition As AnnotationPlaneDefinition, LandingPosition As Point ) As ModelFeatureControlFrameDefinitionParameters
Name | Type | Description |
Intent | GeometryIntent | Input GeometryIntent object that defines the geometry to attach the symbol to. |
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 frame. The point will be projected onto the orientation plane. This can be Nothing in the case where the symbol is attached directly to the object without a leader. |