RadiusModelDimensions.CreateDefinition Method
Parent Object: RadiusModelDimensionsDescription
Method that creates a radius dimension definition. This is a not a radius dimension but an object that encapsulates all of the information that defines a dimension. You use the methods an properties of this object to define the dimension you want to create and then provide it as input to the Add method.
Syntax
RadiusModelDimensions.CreateDefinition( Intent As GeometryIntent, AnnotationPlaneDefinition As AnnotationPlaneDefinition, LandingPosition As Point ) As RadiusModelDimensionDefinitionParameters
Name | Type | Description |
Intent | GeometryIntent | Input GeometryIntent object that defines the geometry to dimension to. For a radius dimension this can be a circular edge, cylindrical face, sketch arc, or sketch circle. |
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 dimension. The point will be projected onto the orientation plane. |