2023 Class
Changes 3
C

ExternallyTaggedGeometryValidation

Description:
Provides validation for geometry to be stored in an ExternallyTaggedGeometry.
Inheritance Hierarchy:
System.Object
  Autodesk.Revit.DB.ExternallyTaggedGeometryValidation
Name Return Type Description
M IsNonSolid(GeometryObject) bool Makes sure that the input geometry object is not a Solid.
M IsSolid(GeometryObject) bool Makes sure that the input geometry object is a Solid.
M IsValidGeometry(GeometryObject) bool Validates the input geometry to be stored in an externally tagged geometry object. Valid types of geometry are: Solid, Mesh, GeometryInstance, Point and Curve.