C# Class RevitLookup.Snoop.CollectorExts.CollectorExtGeom

Provide Snoop.Data for any classes related to Geometry.
Inheritance: CollectorExt
Show file Open project: jeremytammik/RevitLookup

Public Methods

Method Description
CollectorExtGeom ( ) : System
DataAdd ( ArrayList data, string propertyName, DataType dataType, object value ) : void

Protected Methods

Method Description
CollectEvent ( object sender, CollectorEventArgs e ) : void

Private Methods

Method Description
Stream ( ArrayList data, Arc arc ) : void
Stream ( ArrayList data, BoundingBoxUV bndBox ) : void
Stream ( ArrayList data, BoundingBoxXYZ bndBox ) : void
Stream ( ArrayList data, ConicalFace face ) : void
Stream ( ArrayList data, Curve crv ) : void
Stream ( ArrayList data, CurveArray curveArray ) : void
Stream ( ArrayList data, CurveLoopsProfile curLoopsProf ) : void
Stream ( ArrayList data, CylindricalFace face ) : void
Stream ( ArrayList data, DimensionSegment dimSeg ) : void
Stream ( ArrayList data, System.Edge edge ) : void
Stream ( ArrayList data, EdgeArray edgeArray ) : void
Stream ( ArrayList data, Ellipse ellipse ) : void
Stream ( ArrayList data, Face face ) : void
Stream ( ArrayList data, FamilySymbolProfile famSymProf ) : void
Stream ( ArrayList data, GeometryElement elem ) : void
Stream ( ArrayList data, GeometryInstance inst ) : void
Stream ( ArrayList data, GeometryObject geomObj ) : void
Stream ( ArrayList data, HermiteFace face ) : void
Stream ( ArrayList data, HermiteSpline hermiteSpline ) : void
Stream ( ArrayList data, IntersectionResult intrResult ) : void
Stream ( ArrayList data, System.Line line ) : void
Stream ( ArrayList data, Location loc ) : void
Stream ( ArrayList data, LocationCurve locCrv ) : void
Stream ( ArrayList data, LocationPoint locPt ) : void
Stream ( ArrayList data, Mesh mesh ) : void
Stream ( ArrayList data, MeshTriangle meshTri ) : void
Stream ( ArrayList data, NurbSpline nurbSpline ) : void
Stream ( ArrayList data, Options opts ) : void
Stream ( ArrayList data, PlanarFace face ) : void
Stream ( ArrayList data, Plane plane ) : void
Stream ( ArrayList data, System.Point pt ) : void
Stream ( ArrayList data, Profile prof ) : void
Stream ( ArrayList data, System.Reference reference ) : void
Stream ( ArrayList data, RevolvedFace face ) : void
Stream ( ArrayList data, RuledFace face ) : void
Stream ( ArrayList data, Solid solid ) : void
Stream ( ArrayList data, SweepProfile sweepProf ) : void
Stream ( ArrayList data, Transform trf ) : void
Stream ( ArrayList data, UV UV ) : void

Method Details

CollectEvent() protected method

protected CollectEvent ( object sender, CollectorEventArgs e ) : void
sender object
e RevitLookup.Snoop.Collectors.CollectorEventArgs
return void

CollectorExtGeom() public method

public CollectorExtGeom ( ) : System
return System

DataAdd() public method

public DataAdd ( ArrayList data, string propertyName, DataType dataType, object value ) : void
data System.Collections.ArrayList
propertyName string
dataType DataType
value object
return void