Share

DiameterModelDimensions.CreateDefinition Method

Parent Object: DiameterModelDimensions

Description

Method that creates a diameter dimension definition. This is a not a diameter dimension but an object that encapsulates all of the information that defines a dimension. You use the methods and properties of this object to define the dimension you want to create and then provide it as input to the Add method.

Syntax

DiameterModelDimensions.CreateDefinition( Intent As GeometryIntent, AnnotationPlaneDefinition As AnnotationPlaneDefinition, LandingPosition As Point ) As DiameterModelDimensionDefinition

Parameters

Name Type Description
Intent GeometryIntent Input GeometryIntent object that defines the geometry to dimension to. For a diameter 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.

Version

Introduced in version 2018

Was this information helpful?