Validates shape to be stored in a DirectShape. Supercedes and extends IsValidGeometry().
Namespace: Autodesk.Revit.DB
Assembly: RevitAPI (in RevitAPI.dll) Version: 25.0.0.0 (25.0.0.0)
public bool IsValidShape( IList<GeometryObject> shape)
shapeIList. GeometryObject.
Shape to be validated represented as a collection of GeometryObjects. The supported types of GeometryObjects are: Solid, Mesh, GeometryInstance, Point and Curve.
Boolean True if the supplied shape passes the validation criteria.
Exception
Condition
A non-optional argument was null
This function calls IsValidShape(GeometryObject) to validate each object in the list.