ExternallyTaggedGeometryValidation
Public Class
Public Method
Static Member
IsNonSolid
Public Method
Static Member
IsSolid
Public Method
Static Member
Provides validation for geometry to be stored in an ExternallyTaggedGeometry.
Inheritance Hierarchy
System.Object
Autodesk.Revit.DB.ExternallyTaggedGeometryValidation
Namespace: Autodesk.Revit.DB
Assembly: RevitAPI (in RevitAPI.dll) Version: 25.0.0.0 (25.0.0.0)
Syntax
public static class ExternallyTaggedGeometryValidationThe ExternallyTaggedGeometryValidation type exposes the following members.
Methods
Name
Description
Public Method
Static Member
IsNonSolid
Makes sure that the input geometry object is not a Solid.
Public Method
Static Member
IsSolid
Makes sure that the input geometry object is a Solid.
Public Method
Static Member
LacksSubnodes
Makes sure that the input geometry object does not have sub-nodes.