├── .gitattributes ├── .gitignore ├── .vs ├── Rhino Scripts │ └── v15 │ │ └── .suo ├── VSWorkspaceState.json └── slnx.sqlite ├── .vscode ├── launch.json └── settings.json ├── Add Open Sublayer.py ├── AddAreaText_cmd.py ├── AddZoneLoadData_HB.py ├── Aliases.txt ├── ApplyRandColorsToLayers.py ├── AreaMultUnits_cmd.py ├── BatchRenderByNamedPosition.py ├── BringWallsToFront.py ├── COLORHATCH.py ├── ChangeLayer.py ├── ChangeLayer_old.py ├── Color Layer By Object Color.py ├── Color Print By Object Color.py ├── Convert GGLO Dim Style.py ├── ConvertGroupToBlocks.py ├── CreateLayers-GENERIC.py ├── CreateLayers-TOWER.py ├── CreateLayers.py ├── CreateMaterialByLayerColor.py ├── CreateOutline.rvb ├── Distribute.rvb ├── DivideLengthX.rvb ├── Eto-stubs-2.5.1 ├── Eto-stubs │ ├── Drawing │ │ └── __init__.pyi │ ├── Forms │ │ ├── ThemedControls │ │ │ └── __init__.pyi │ │ └── __init__.pyi │ ├── IO │ │ └── __init__.pyi │ ├── Threading │ │ └── __init__.pyi │ └── __init__.pyi ├── MANIFEST.in ├── PKG-INFO ├── README.md ├── setup.cfg └── setup.py ├── Export Areas.py ├── ExportSTLWithSettings.rvb ├── ExportSTLinMM.py ├── FaceCamera.rvb ├── HideLayerbyObject.py ├── IronPythonStubs ├── .gitignore ├── LICENSE.md ├── README.md ├── RELEASE.md ├── bin │ ├── GH_IO.dll │ ├── GH_Util.dll │ ├── Grasshopper.dll │ └── Rhino3dmIO.dll ├── docs │ ├── atom │ │ ├── atom-demo-old.gif │ │ ├── atom-demo.gif │ │ ├── atom-settings.png │ │ └── atom-settings2.png │ ├── autodesk.gif │ ├── builtins.gif │ ├── clr.gif │ ├── cpython-ac.png │ ├── grasshopper-sublime.gif │ ├── memory-issues.png │ ├── rhino-overloads.gif │ ├── rhino.gif │ ├── sublime │ │ ├── sublime-demo-large.gif │ │ ├── sublime-demo.gif │ │ ├── sublime-jedi-settings.png │ │ ├── sublime-large.gif │ │ ├── sublime-native.gif │ │ └── sublime-settings.png │ └── vscode │ │ └── vscode-demo.gif ├── ironpython-stubs-master.zip ├── ironstubs │ ├── __init__.py │ ├── __main__.py │ ├── default_settings.py │ ├── generator3 │ │ ├── __init__.py │ │ ├── generator3.py │ │ └── pycharm_generator_utils │ │ │ ├── __init__.py │ │ │ ├── clr_tools.py │ │ │ ├── constants.py │ │ │ ├── module_redeclarator.py │ │ │ ├── pyparsing.py │ │ │ ├── pyparsing_py3.py │ │ │ └── util_methods.py │ ├── make_stubs.py │ ├── process_stubs.py │ ├── revit.py │ └── utils │ │ ├── __init__.py │ │ ├── docopt.py │ │ ├── helper.py │ │ └── logger.py ├── logs │ ├── DSCoreNodes.DLL.json │ ├── DSOffice.DLL.json │ ├── GH_IO.DLL.json │ ├── GH_Util.DLL.json │ ├── Grasshopper.DLL.json │ ├── IronPython.Wpf.dll.json │ ├── PresentationCore.dll.json │ ├── PresentationFramework.dll.json │ ├── ProtoGeometry.DLL.json │ ├── RevitAPI.DLL.json │ ├── RevitAPIUI.DLL.json │ ├── RevitNodes.DLL.json │ ├── RevitServices.DLL.json │ ├── Rhino3dmIO.DLL.json │ ├── RhinoCommon.DLL.json │ ├── System.Drawing.dll.json │ ├── System.Windows.Forms.dll.json │ ├── System.dll.json │ ├── Tekla.Structures.Drawing.dll.json │ ├── Tekla.Structures.Model.dll.json │ ├── Tekla.Structures.Plugins.dll.json │ ├── Tekla.Structures.dll.json │ ├── Tessellation.DLL.json │ ├── WindowsBase.dll.json │ └── __builtins__.json ├── release │ ├── stubs.min │ │ ├── Autodesk │ │ │ ├── DesignScript │ │ │ │ ├── Geometry │ │ │ │ │ ├── Core.py │ │ │ │ │ ├── TSpline.py │ │ │ │ │ └── __init__.py │ │ │ │ └── __init__.py │ │ │ ├── Revit │ │ │ │ ├── ApplicationServices.py │ │ │ │ ├── Attributes.py │ │ │ │ ├── Creation.py │ │ │ │ ├── DB │ │ │ │ │ ├── Analysis.py │ │ │ │ │ ├── Analysis_parts │ │ │ │ │ │ ├── AnalysisDisplayColorEntry.py │ │ │ │ │ │ ├── AnalysisDisplayColorSettings.py │ │ │ │ │ │ ├── AnalysisDisplayColoredSurfaceSettings.py │ │ │ │ │ │ ├── AnalysisDisplayDeformedShapeSettings.py │ │ │ │ │ │ ├── AnalysisDisplayDiagramSettings.py │ │ │ │ │ │ ├── AnalysisDisplayLegend.py │ │ │ │ │ │ ├── AnalysisDisplayLegendSettings.py │ │ │ │ │ │ ├── AnalysisDisplayMarkersAndTextSettings.py │ │ │ │ │ │ ├── AnalysisDisplayStyle.py │ │ │ │ │ │ ├── AnalysisDisplayStyleColorSettingsType.py │ │ │ │ │ │ ├── AnalysisDisplayStyleDeformedShapeTextLabelType.py │ │ │ │ │ │ ├── AnalysisDisplayStyleDiagramFenceType.py │ │ │ │ │ │ ├── AnalysisDisplayStyleDiagramTextLabelType.py │ │ │ │ │ │ ├── AnalysisDisplayStyleMarkerTextLabelType.py │ │ │ │ │ │ ├── AnalysisDisplayStyleMarkerType.py │ │ │ │ │ │ ├── AnalysisDisplayStyleVectorArrowheadScale.py │ │ │ │ │ │ ├── AnalysisDisplayStyleVectorOrientation.py │ │ │ │ │ │ ├── AnalysisDisplayStyleVectorPosition.py │ │ │ │ │ │ ├── AnalysisDisplayStyleVectorTextType.py │ │ │ │ │ │ ├── AnalysisDisplayVectorSettings.py │ │ │ │ │ │ ├── AnalysisMode.py │ │ │ │ │ │ ├── AnalysisResultSchema.py │ │ │ │ │ │ ├── BuildingEnvelopeAnalyzer.py │ │ │ │ │ │ ├── BuildingEnvelopeAnalyzerOptions.py │ │ │ │ │ │ ├── ConceptualConstructionFloorSlabType.py │ │ │ │ │ │ ├── ConceptualConstructionOpeningType.py │ │ │ │ │ │ ├── ConceptualConstructionRoofType.py │ │ │ │ │ │ ├── ConceptualConstructionShadeType.py │ │ │ │ │ │ ├── ConceptualConstructionType.py │ │ │ │ │ │ ├── ConceptualConstructionWallType.py │ │ │ │ │ │ ├── ConceptualConstructionWindowSkylightType.py │ │ │ │ │ │ ├── ConceptualSurfaceType.py │ │ │ │ │ │ ├── ConstructionType.py │ │ │ │ │ │ ├── EnergyAnalysisDetailModel.py │ │ │ │ │ │ ├── EnergyAnalysisDetailModelOptions.py │ │ │ │ │ │ ├── EnergyAnalysisDetailModelTier.py │ │ │ │ │ │ ├── EnergyAnalysisOpening.py │ │ │ │ │ │ ├── EnergyAnalysisOpeningType.py │ │ │ │ │ │ ├── EnergyAnalysisSpace.py │ │ │ │ │ │ ├── EnergyAnalysisSurface.py │ │ │ │ │ │ ├── EnergyAnalysisSurfaceType.py │ │ │ │ │ │ ├── EnergyDataSettings.py │ │ │ │ │ │ ├── EnergyModelType.py │ │ │ │ │ │ ├── FieldDomainPoints.py │ │ │ │ │ │ ├── FieldDomainPointsByParameter.py │ │ │ │ │ │ ├── FieldDomainPointsByUV.py │ │ │ │ │ │ ├── FieldDomainPointsByXYZ.py │ │ │ │ │ │ ├── FieldValues.py │ │ │ │ │ │ ├── HVACLoadConstructionClass.py │ │ │ │ │ │ ├── HVACLoadLoadsReportType.py │ │ │ │ │ │ ├── MassEnergyAnalyticalModel.py │ │ │ │ │ │ ├── MassGBXMLExportOptions.py │ │ │ │ │ │ ├── MassLevelData.py │ │ │ │ │ │ ├── MassSurfaceData.py │ │ │ │ │ │ ├── MassSurfaceDataMaterialType.py │ │ │ │ │ │ ├── MassSurfaceDataSource.py │ │ │ │ │ │ ├── MassZone.py │ │ │ │ │ │ ├── MassZoneLevelCutState.py │ │ │ │ │ │ ├── MassZoneMaterialType.py │ │ │ │ │ │ ├── Polyloop.py │ │ │ │ │ │ ├── SpatialFieldManager.py │ │ │ │ │ │ ├── SpatialFieldPrimitiveHideMode.py │ │ │ │ │ │ ├── ValueAtPoint.py │ │ │ │ │ │ ├── VectorAtPoint.py │ │ │ │ │ │ ├── __init__.py │ │ │ │ │ │ ├── gbXMLBuildingHVACSystem.py │ │ │ │ │ │ ├── gbXMLBuildingOperatingSchedule.py │ │ │ │ │ │ ├── gbXMLBuildingType.py │ │ │ │ │ │ ├── gbXMLConditionType.py │ │ │ │ │ │ ├── gbXMLExportBuildingEnvelope.py │ │ │ │ │ │ ├── gbXMLExportComplexity.py │ │ │ │ │ │ ├── gbXMLOpeningType.py │ │ │ │ │ │ ├── gbXMLServiceType.py │ │ │ │ │ │ ├── gbXMLSpaceType.py │ │ │ │ │ │ └── gbXMLSurfaceType.py │ │ │ │ │ ├── Architecture.py │ │ │ │ │ ├── Electrical.py │ │ │ │ │ ├── Electrical_parts │ │ │ │ │ │ ├── CableTray.py │ │ │ │ │ │ ├── CableTrayConduitBase.py │ │ │ │ │ │ ├── CableTrayConduitRunBase.py │ │ │ │ │ │ ├── CableTrayRun.py │ │ │ │ │ │ ├── CableTraySettings.py │ │ │ │ │ │ ├── CableTrayShape.py │ │ │ │ │ │ ├── CableTraySizeIterator.py │ │ │ │ │ │ ├── CableTraySizes.py │ │ │ │ │ │ ├── CableTrayType.py │ │ │ │ │ │ ├── CapitalizationForLoadNames.py │ │ │ │ │ │ ├── CircuitLoadCalculationMethod.py │ │ │ │ │ │ ├── CircuitSequence.py │ │ │ │ │ │ ├── CircuitType.py │ │ │ │ │ │ ├── Conduit.py │ │ │ │ │ │ ├── ConduitRun.py │ │ │ │ │ │ ├── ConduitSettings.py │ │ │ │ │ │ ├── ConduitSize.py │ │ │ │ │ │ ├── ConduitSizeIterator.py │ │ │ │ │ │ ├── ConduitSizeSettingIterator.py │ │ │ │ │ │ ├── ConduitSizeSettings.py │ │ │ │ │ │ ├── ConduitSizes.py │ │ │ │ │ │ ├── ConduitType.py │ │ │ │ │ │ ├── CorrectionFactor.py │ │ │ │ │ │ ├── CorrectionFactorSet.py │ │ │ │ │ │ ├── CorrectionFactorSetIterator.py │ │ │ │ │ │ ├── DistributionSysType.py │ │ │ │ │ │ ├── DistributionSysTypeSet.py │ │ │ │ │ │ ├── DistributionSysTypeSetIterator.py │ │ │ │ │ │ ├── ElectricalDemandFactorDefinition.py │ │ │ │ │ │ ├── ElectricalDemandFactorRule.py │ │ │ │ │ │ ├── ElectricalDemandFactorValue.py │ │ │ │ │ │ ├── ElectricalEquipment.py │ │ │ │ │ │ ├── ElectricalLoadClassification.py │ │ │ │ │ │ ├── ElectricalLoadClassificationData.py │ │ │ │ │ │ ├── ElectricalLoadClassificationSpace.py │ │ │ │ │ │ ├── ElectricalPhase.py │ │ │ │ │ │ ├── ElectricalPhaseConfiguration.py │ │ │ │ │ │ ├── ElectricalSetting.py │ │ │ │ │ │ ├── ElectricalSystem.py │ │ │ │ │ │ ├── ElectricalSystemSet.py │ │ │ │ │ │ ├── ElectricalSystemSetIterator.py │ │ │ │ │ │ ├── ElectricalSystemType.py │ │ │ │ │ │ ├── GroundConductorSize.py │ │ │ │ │ │ ├── GroundConductorSizeSet.py │ │ │ │ │ │ ├── GroundConductorSizeSetIterator.py │ │ │ │ │ │ ├── InsulationType.py │ │ │ │ │ │ ├── InsulationTypeSet.py │ │ │ │ │ │ ├── InsulationTypeSetIterator.py │ │ │ │ │ │ ├── LightingDevice.py │ │ │ │ │ │ ├── LightingFixture.py │ │ │ │ │ │ ├── LoadClassification.py │ │ │ │ │ │ ├── LoadClassificationType.py │ │ │ │ │ │ ├── NeutralMode.py │ │ │ │ │ │ ├── PanelConfiguration.py │ │ │ │ │ │ ├── PanelScheduleData.py │ │ │ │ │ │ ├── PanelSchedulePhaseLoadType.py │ │ │ │ │ │ ├── PanelScheduleSheetInstance.py │ │ │ │ │ │ ├── PanelScheduleTemplate.py │ │ │ │ │ │ ├── PanelScheduleType.py │ │ │ │ │ │ ├── PanelScheduleView.py │ │ │ │ │ │ ├── PowerFactorStateType.py │ │ │ │ │ │ ├── TemperatureRatingType.py │ │ │ │ │ │ ├── TemperatureRatingTypeSet.py │ │ │ │ │ │ ├── TemperatureRatingTypeSetIterator.py │ │ │ │ │ │ ├── VoltageType.py │ │ │ │ │ │ ├── VoltageTypeSet.py │ │ │ │ │ │ ├── VoltageTypeSetIterator.py │ │ │ │ │ │ ├── Wire.py │ │ │ │ │ │ ├── WireConduitType.py │ │ │ │ │ │ ├── WireConduitTypeSet.py │ │ │ │ │ │ ├── WireConduitTypeSetIterator.py │ │ │ │ │ │ ├── WireMaterialType.py │ │ │ │ │ │ ├── WireMaterialTypeSet.py │ │ │ │ │ │ ├── WireMaterialTypeSetIterator.py │ │ │ │ │ │ ├── WireSet.py │ │ │ │ │ │ ├── WireSetIterator.py │ │ │ │ │ │ ├── WireSize.py │ │ │ │ │ │ ├── WireSizeSet.py │ │ │ │ │ │ ├── WireSizeSetIterator.py │ │ │ │ │ │ ├── WireType.py │ │ │ │ │ │ ├── WireTypeSet.py │ │ │ │ │ │ ├── WireTypeSetIterator.py │ │ │ │ │ │ ├── WiringType.py │ │ │ │ │ │ └── __init__.py │ │ │ │ │ ├── Events.py │ │ │ │ │ ├── ExtensibleStorage.py │ │ │ │ │ ├── ExternalService.py │ │ │ │ │ ├── Fabrication.py │ │ │ │ │ ├── IFC.py │ │ │ │ │ ├── Lighting.py │ │ │ │ │ ├── Macros.py │ │ │ │ │ ├── Mechanical.py │ │ │ │ │ ├── Plumbing.py │ │ │ │ │ ├── PointClouds.py │ │ │ │ │ ├── Structure │ │ │ │ │ │ ├── StructuralSections.py │ │ │ │ │ │ ├── __init__.py │ │ │ │ │ │ └── __init___parts │ │ │ │ │ │ │ ├── AnalyticalAlignmentMethod.py │ │ │ │ │ │ │ ├── AnalyticalConsistencyChecking.py │ │ │ │ │ │ │ ├── AnalyticalCurveSelector.py │ │ │ │ │ │ │ ├── AnalyticalCurveType.py │ │ │ │ │ │ │ ├── AnalyticalDirection.py │ │ │ │ │ │ │ ├── AnalyticalElementSelector.py │ │ │ │ │ │ │ ├── AnalyticalFixityState.py │ │ │ │ │ │ │ ├── AnalyticalLink.py │ │ │ │ │ │ │ ├── AnalyticalLinkType.py │ │ │ │ │ │ │ ├── AnalyticalLoopType.py │ │ │ │ │ │ │ ├── AnalyticalModel.py │ │ │ │ │ │ │ ├── AnalyticalModelColumn.py │ │ │ │ │ │ │ ├── AnalyticalModelSelector.py │ │ │ │ │ │ │ ├── AnalyticalModelSketchComponent.py │ │ │ │ │ │ │ ├── AnalyticalModelStick.py │ │ │ │ │ │ │ ├── AnalyticalModelSupport.py │ │ │ │ │ │ │ ├── AnalyticalModelSurface.py │ │ │ │ │ │ │ ├── AnalyticalProjectionType.py │ │ │ │ │ │ │ ├── AnalyticalRigidLinksOption.py │ │ │ │ │ │ │ ├── AnalyticalSupportChecking.py │ │ │ │ │ │ │ ├── AnalyticalSupportPriority.py │ │ │ │ │ │ │ ├── AnalyticalSupportType.py │ │ │ │ │ │ │ ├── AnalyzeAs.py │ │ │ │ │ │ │ ├── AreaLoad.py │ │ │ │ │ │ │ ├── AreaLoadType.py │ │ │ │ │ │ │ ├── AreaReinforcement.py │ │ │ │ │ │ │ ├── AreaReinforcementCurve.py │ │ │ │ │ │ │ ├── AreaReinforcementType.py │ │ │ │ │ │ │ ├── BentFabricBendDirection.py │ │ │ │ │ │ │ ├── BentFabricStraightWiresLocation.py │ │ │ │ │ │ │ ├── BentFabricWiresOrientation.py │ │ │ │ │ │ │ ├── BoundaryConditions.py │ │ │ │ │ │ │ ├── BoundaryConditionsOrientTo.py │ │ │ │ │ │ │ ├── BoundaryConditionsType.py │ │ │ │ │ │ │ ├── BracePlanRepresentation.py │ │ │ │ │ │ │ ├── CodeCheckingParameterServiceData.py │ │ │ │ │ │ │ ├── DistributionType.py │ │ │ │ │ │ │ ├── EndTreatmentType.py │ │ │ │ │ │ │ ├── FabricArea.py │ │ │ │ │ │ │ ├── FabricAreaType.py │ │ │ │ │ │ │ ├── FabricHostReference.py │ │ │ │ │ │ │ ├── FabricLapSplicePosition.py │ │ │ │ │ │ │ ├── FabricLocation.py │ │ │ │ │ │ │ ├── FabricReinSpanSymbol.py │ │ │ │ │ │ │ ├── FabricRoundingManager.py │ │ │ │ │ │ │ ├── FabricSheet.py │ │ │ │ │ │ │ ├── FabricSheetAlignment.py │ │ │ │ │ │ │ ├── FabricSheetLayoutPattern.py │ │ │ │ │ │ │ ├── FabricSheetType.py │ │ │ │ │ │ │ ├── FabricTagComponentReference.py │ │ │ │ │ │ │ ├── FabricWireItem.py │ │ │ │ │ │ │ ├── FabricWireType.py │ │ │ │ │ │ │ ├── FamilyStructuralMaterialTypeFilter.py │ │ │ │ │ │ │ ├── Hub.py │ │ │ │ │ │ │ ├── ICodeCheckingParameterServer.py │ │ │ │ │ │ │ ├── IMemberForcesServer.py │ │ │ │ │ │ │ ├── IStructuralSectionsServer.py │ │ │ │ │ │ │ ├── LineLoad.py │ │ │ │ │ │ │ ├── LineLoadType.py │ │ │ │ │ │ │ ├── LoadBase.py │ │ │ │ │ │ │ ├── LoadCase.py │ │ │ │ │ │ │ ├── LoadCaseCategory.py │ │ │ │ │ │ │ ├── LoadCombination.py │ │ │ │ │ │ │ ├── LoadCombinationState.py │ │ │ │ │ │ │ ├── LoadCombinationType.py │ │ │ │ │ │ │ ├── LoadComponent.py │ │ │ │ │ │ │ ├── LoadNature.py │ │ │ │ │ │ │ ├── LoadNatureCategory.py │ │ │ │ │ │ │ ├── LoadOrientTo.py │ │ │ │ │ │ │ ├── LoadType.py │ │ │ │ │ │ │ ├── LoadTypeBase.py │ │ │ │ │ │ │ ├── LoadUsage.py │ │ │ │ │ │ │ ├── MemberForces.py │ │ │ │ │ │ │ ├── MemberForcesServiceData.py │ │ │ │ │ │ │ ├── MultiplanarOption.py │ │ │ │ │ │ │ ├── PathReinSpanSymbol.py │ │ │ │ │ │ │ ├── PathReinforcement.py │ │ │ │ │ │ │ ├── PathReinforcementType.py │ │ │ │ │ │ │ ├── PointLoad.py │ │ │ │ │ │ │ ├── PointLoadType.py │ │ │ │ │ │ │ ├── Rebar.py │ │ │ │ │ │ │ ├── RebarBarType.py │ │ │ │ │ │ │ ├── RebarBendData.py │ │ │ │ │ │ │ ├── RebarConstrainedHandle.py │ │ │ │ │ │ │ ├── RebarConstraint.py │ │ │ │ │ │ │ ├── RebarConstraintTargetHostFaceType.py │ │ │ │ │ │ │ ├── RebarConstraintType.py │ │ │ │ │ │ │ ├── RebarConstraintsManager.py │ │ │ │ │ │ │ ├── RebarContainer.py │ │ │ │ │ │ │ ├── RebarContainerItem.py │ │ │ │ │ │ │ ├── RebarContainerIterator.py │ │ │ │ │ │ │ ├── RebarContainerParameterManager.py │ │ │ │ │ │ │ ├── RebarContainerType.py │ │ │ │ │ │ │ ├── RebarCoupler.py │ │ │ │ │ │ │ ├── RebarCouplerError.py │ │ │ │ │ │ │ ├── RebarCoverType.py │ │ │ │ │ │ │ ├── RebarDeformationType.py │ │ │ │ │ │ │ ├── RebarHandleType.py │ │ │ │ │ │ │ ├── RebarHookOrientation.py │ │ │ │ │ │ │ ├── RebarHookType.py │ │ │ │ │ │ │ ├── RebarHostCategory.py │ │ │ │ │ │ │ ├── RebarHostData.py │ │ │ │ │ │ │ ├── RebarInSystem.py │ │ │ │ │ │ │ ├── RebarLayoutRule.py │ │ │ │ │ │ │ ├── RebarPresentationMode.py │ │ │ │ │ │ │ ├── RebarReinforcementData.py │ │ │ │ │ │ │ ├── RebarRoundingManager.py │ │ │ │ │ │ │ ├── RebarShape.py │ │ │ │ │ │ │ ├── RebarShapeArcReferenceType.py │ │ │ │ │ │ │ ├── RebarShapeBendAngle.py │ │ │ │ │ │ │ ├── RebarShapeConstraint.py │ │ │ │ │ │ │ ├── RebarShapeConstraint180DegreeBendArcLength.py │ │ │ │ │ │ │ ├── RebarShapeConstraint180DegreeBendRadius.py │ │ │ │ │ │ │ ├── RebarShapeConstraint180DegreeDefaultBend.py │ │ │ │ │ │ │ ├── RebarShapeConstraintAngleFromFixedDir.py │ │ │ │ │ │ │ ├── RebarShapeConstraintArcLength.py │ │ │ │ │ │ │ ├── RebarShapeConstraintChordLength.py │ │ │ │ │ │ │ ├── RebarShapeConstraintCircumference.py │ │ │ │ │ │ │ ├── RebarShapeConstraintDiameter.py │ │ │ │ │ │ │ ├── RebarShapeConstraintFixedSegmentDir.py │ │ │ │ │ │ │ ├── RebarShapeConstraintProjectedSegmentLength.py │ │ │ │ │ │ │ ├── RebarShapeConstraintRadius.py │ │ │ │ │ │ │ ├── RebarShapeConstraintSagittaLength.py │ │ │ │ │ │ │ ├── RebarShapeConstraintSegmentLength.py │ │ │ │ │ │ │ ├── RebarShapeDefinition.py │ │ │ │ │ │ │ ├── RebarShapeDefinitionByArc.py │ │ │ │ │ │ │ ├── RebarShapeDefinitionByArcType.py │ │ │ │ │ │ │ ├── RebarShapeDefinitionBySegments.py │ │ │ │ │ │ │ ├── RebarShapeMultiplanarDefinition.py │ │ │ │ │ │ │ ├── RebarShapeParameters.py │ │ │ │ │ │ │ ├── RebarShapeSegment.py │ │ │ │ │ │ │ ├── RebarShapeSegmentEndReferenceType.py │ │ │ │ │ │ │ ├── RebarShapeVertex.py │ │ │ │ │ │ │ ├── RebarShapeVertexTurn.py │ │ │ │ │ │ │ ├── RebarStyle.py │ │ │ │ │ │ │ ├── RebarSystemSpanSymbol.py │ │ │ │ │ │ │ ├── ReinforcementAbbreviationObjectType.py │ │ │ │ │ │ │ ├── ReinforcementAbbreviationTag.py │ │ │ │ │ │ │ ├── ReinforcementAbbreviationTagType.py │ │ │ │ │ │ │ ├── ReinforcementBarOrientation.py │ │ │ │ │ │ │ ├── ReinforcementData.py │ │ │ │ │ │ │ ├── ReinforcementRoundingManager.py │ │ │ │ │ │ │ ├── ReinforcementRoundingSource.py │ │ │ │ │ │ │ ├── ReinforcementSettings.py │ │ │ │ │ │ │ ├── ReleaseType.py │ │ │ │ │ │ │ ├── StickElementExtension.py │ │ │ │ │ │ │ ├── StickElementProjectionY.py │ │ │ │ │ │ │ ├── StickElementProjectionZ.py │ │ │ │ │ │ │ ├── StirrupTieAttachmentType.py │ │ │ │ │ │ │ ├── StructuralConnectionApplyTo.py │ │ │ │ │ │ │ ├── StructuralConnectionApprovalType.py │ │ │ │ │ │ │ ├── StructuralConnectionCodeCheckingStatus.py │ │ │ │ │ │ │ ├── StructuralConnectionHandler.py │ │ │ │ │ │ │ ├── StructuralConnectionHandlerType.py │ │ │ │ │ │ │ ├── StructuralConnectionSettings.py │ │ │ │ │ │ │ ├── StructuralConnectionType.py │ │ │ │ │ │ │ ├── StructuralFramingUtils.py │ │ │ │ │ │ │ ├── StructuralInstanceUsage.py │ │ │ │ │ │ │ ├── StructuralInstanceUsageFilter.py │ │ │ │ │ │ │ ├── StructuralMaterialType.py │ │ │ │ │ │ │ ├── StructuralMaterialTypeFilter.py │ │ │ │ │ │ │ ├── StructuralSectionsServiceData.py │ │ │ │ │ │ │ ├── StructuralSettings.py │ │ │ │ │ │ │ ├── StructuralType.py │ │ │ │ │ │ │ ├── StructuralWallUsage.py │ │ │ │ │ │ │ ├── StructuralWallUsageFilter.py │ │ │ │ │ │ │ ├── SurfaceElementExtension.py │ │ │ │ │ │ │ ├── SurfaceElementProjectionZ.py │ │ │ │ │ │ │ ├── TargetRebarConstraintType.py │ │ │ │ │ │ │ ├── TranslationRotationValue.py │ │ │ │ │ │ │ ├── Truss.py │ │ │ │ │ │ │ ├── TrussChordLocation.py │ │ │ │ │ │ │ ├── TrussCurveType.py │ │ │ │ │ │ │ ├── TrussMemberInfo.py │ │ │ │ │ │ │ ├── TrussMemberType.py │ │ │ │ │ │ │ ├── TrussType.py │ │ │ │ │ │ │ ├── WireDistributionDirection.py │ │ │ │ │ │ │ ├── YJustification.py │ │ │ │ │ │ │ ├── YZJustificationOption.py │ │ │ │ │ │ │ ├── ZJustification.py │ │ │ │ │ │ │ └── __init__.py │ │ │ │ │ ├── __init__.py │ │ │ │ │ └── __init___parts │ │ │ │ │ │ ├── ACADExportOptions.py │ │ │ │ │ │ ├── ACADVersion.py │ │ │ │ │ │ ├── ACAObjectPreference.py │ │ │ │ │ │ ├── APIObject.py │ │ │ │ │ │ ├── AdaptiveComponentFamilyUtils.py │ │ │ │ │ │ ├── AdaptiveComponentInstanceUtils.py │ │ │ │ │ │ ├── AdaptivePointConstraintType.py │ │ │ │ │ │ ├── AdaptivePointOrientationType.py │ │ │ │ │ │ ├── AdaptivePointType.py │ │ │ │ │ │ ├── AddInId.py │ │ │ │ │ │ ├── AllowedValues.py │ │ │ │ │ │ ├── AlphanumericRevisionSettings.py │ │ │ │ │ │ ├── AlternateUnits.py │ │ │ │ │ │ ├── AnalyzesAsType.py │ │ │ │ │ │ ├── AngularDimension.py │ │ │ │ │ │ ├── AnnotationSymbol.py │ │ │ │ │ │ ├── AnnotationSymbolType.py │ │ │ │ │ │ ├── AppearanceAssetElement.py │ │ │ │ │ │ ├── Arc.py │ │ │ │ │ │ ├── Area.py │ │ │ │ │ │ ├── AreaElemType.py │ │ │ │ │ │ ├── AreaFilter.py │ │ │ │ │ │ ├── AreaScheme.py │ │ │ │ │ │ ├── AreaTag.py │ │ │ │ │ │ ├── AreaTagFilter.py │ │ │ │ │ │ ├── AreaTagType.py │ │ │ │ │ │ ├── AreaVolumeSettings.py │ │ │ │ │ │ ├── ArrayAnchorMember.py │ │ │ │ │ │ ├── AssemblyCodeTable.py │ │ │ │ │ │ ├── AssemblyDetailViewOrientation.py │ │ │ │ │ │ ├── AssemblyDifference.py │ │ │ │ │ │ ├── AssemblyDifferenceConfiguration.py │ │ │ │ │ │ ├── AssemblyDifferenceMemberCount.py │ │ │ │ │ │ ├── AssemblyDifferenceMemberDifference.py │ │ │ │ │ │ ├── AssemblyDifferenceNamingCategory.py │ │ │ │ │ │ ├── AssemblyDifferenceNone.py │ │ │ │ │ │ ├── AssemblyInstance.py │ │ │ │ │ │ ├── AssemblyMemberDifference.py │ │ │ │ │ │ ├── AssemblyMemberDifferentCategory.py │ │ │ │ │ │ ├── AssemblyMemberDifferentGeometry.py │ │ │ │ │ │ ├── AssemblyMemberDifferentParameters.py │ │ │ │ │ │ ├── AssemblyMemberDifferentType.py │ │ │ │ │ │ ├── AssemblyType.py │ │ │ │ │ │ ├── AssemblyViewUtils.py │ │ │ │ │ │ ├── AttachmentType.py │ │ │ │ │ │ ├── AutomaticConnectionBehaviorType.py │ │ │ │ │ │ ├── BRepBuilder.py │ │ │ │ │ │ ├── BRepBuilderEdgeGeometry.py │ │ │ │ │ │ ├── BRepBuilderGeometryId.py │ │ │ │ │ │ ├── BRepBuilderOutcome.py │ │ │ │ │ │ ├── BRepBuilderState.py │ │ │ │ │ │ ├── BRepBuilderSurfaceGeometry.py │ │ │ │ │ │ ├── BRepType.py │ │ │ │ │ │ ├── BackgroundImageFit.py │ │ │ │ │ │ ├── BackgroundSettings.py │ │ │ │ │ │ ├── BackgroundStyle.py │ │ │ │ │ │ ├── BaseArray.py │ │ │ │ │ │ ├── BaseExportOptions.py │ │ │ │ │ │ ├── BaseImportOptions.py │ │ │ │ │ │ ├── BaseLoadOn.py │ │ │ │ │ │ ├── BasePoint.py │ │ │ │ │ │ ├── BasicFileInfo.py │ │ │ │ │ │ ├── BeamSystem.py │ │ │ │ │ │ ├── BeamSystemJustifyType.py │ │ │ │ │ │ ├── BeamSystemType.py │ │ │ │ │ │ ├── BehaviorType.py │ │ │ │ │ │ ├── Binding.py │ │ │ │ │ │ ├── BindingMap.py │ │ │ │ │ │ ├── Blend.py │ │ │ │ │ │ ├── BooleanOperationsType.py │ │ │ │ │ │ ├── BooleanOperationsUtils.py │ │ │ │ │ │ ├── BorderTile.py │ │ │ │ │ │ ├── BoundarySegment.py │ │ │ │ │ │ ├── BoundingBoxContainsPointFilter.py │ │ │ │ │ │ ├── BoundingBoxIntersectsFilter.py │ │ │ │ │ │ ├── BoundingBoxIsInsideFilter.py │ │ │ │ │ │ ├── BoundingBoxUV.py │ │ │ │ │ │ ├── BoundingBoxXYZ.py │ │ │ │ │ │ ├── BoxPlacement.py │ │ │ │ │ │ ├── BrowserOrganization.py │ │ │ │ │ │ ├── BrowserOrganizationType.py │ │ │ │ │ │ ├── BuildingPadType.py │ │ │ │ │ │ ├── BuildingSiteExportOptions.py │ │ │ │ │ │ ├── BuildingType.py │ │ │ │ │ │ ├── BuiltInCategory.py │ │ │ │ │ │ ├── BuiltInFailures.py │ │ │ │ │ │ ├── BuiltInParameter.py │ │ │ │ │ │ ├── BuiltInParameterGroup.py │ │ │ │ │ │ ├── CADExportOptions.py │ │ │ │ │ │ ├── CADLinkType.py │ │ │ │ │ │ ├── CameraInfo.py │ │ │ │ │ │ ├── CancellationListener.py │ │ │ │ │ │ ├── Categories.py │ │ │ │ │ │ ├── Category.py │ │ │ │ │ │ ├── CategoryNameMap.py │ │ │ │ │ │ ├── CategoryNameMapIterator.py │ │ │ │ │ │ ├── CategorySet.py │ │ │ │ │ │ ├── CategorySetIterator.py │ │ │ │ │ │ ├── CategoryType.py │ │ │ │ │ │ ├── Ceiling.py │ │ │ │ │ │ ├── CeilingAndFloor.py │ │ │ │ │ │ ├── CeilingType.py │ │ │ │ │ │ ├── CellType.py │ │ │ │ │ │ ├── ChangePriority.py │ │ │ │ │ │ ├── ChangeType.py │ │ │ │ │ │ ├── CheckoutStatus.py │ │ │ │ │ │ ├── City.py │ │ │ │ │ │ ├── CitySet.py │ │ │ │ │ │ ├── CitySetIterator.py │ │ │ │ │ │ ├── ClassificationEntries.py │ │ │ │ │ │ ├── ClassificationEntry.py │ │ │ │ │ │ ├── Color.py │ │ │ │ │ │ ├── ColorBackgroundSettings.py │ │ │ │ │ │ ├── ColorDepthType.py │ │ │ │ │ │ ├── ColorWithTransparency.py │ │ │ │ │ │ ├── ColumnAttachment.py │ │ │ │ │ │ ├── ColumnAttachmentCutStyle.py │ │ │ │ │ │ ├── ColumnAttachmentJustification.py │ │ │ │ │ │ ├── CombinableElement.py │ │ │ │ │ │ ├── CombinableElementArray.py │ │ │ │ │ │ ├── CombinableElementArrayIterator.py │ │ │ │ │ │ ├── ComponentRepeater.py │ │ │ │ │ │ ├── ComponentRepeaterIterator.py │ │ │ │ │ │ ├── ComponentRepeaterSlot.py │ │ │ │ │ │ ├── ComponentRotation.py │ │ │ │ │ │ ├── CompoundStructure.py │ │ │ │ │ │ ├── CompoundStructureError.py │ │ │ │ │ │ ├── CompoundStructureLayer.py │ │ │ │ │ │ ├── ConfigurationReloadInfo.py │ │ │ │ │ │ ├── ConicalFace.py │ │ │ │ │ │ ├── ConicalSurface.py │ │ │ │ │ │ ├── ConnectionResolution.py │ │ │ │ │ │ ├── ConnectionValidationInfo.py │ │ │ │ │ │ ├── ConnectionValidationWarning.py │ │ │ │ │ │ ├── ConnectionWarning.py │ │ │ │ │ │ ├── Connector.py │ │ │ │ │ │ ├── ConnectorDomainType.py │ │ │ │ │ │ ├── ConnectorElement.py │ │ │ │ │ │ ├── ConnectorGenderType.py │ │ │ │ │ │ ├── ConnectorJointType.py │ │ │ │ │ │ ├── ConnectorManager.py │ │ │ │ │ │ ├── ConnectorProfileType.py │ │ │ │ │ │ ├── ConnectorSet.py │ │ │ │ │ │ ├── ConnectorSetIterator.py │ │ │ │ │ │ ├── ConnectorType.py │ │ │ │ │ │ ├── Construction.py │ │ │ │ │ │ ├── ContentNode.py │ │ │ │ │ │ ├── Control.py │ │ │ │ │ │ ├── ControlShape.py │ │ │ │ │ │ ├── CoordinatePlaneVisibility.py │ │ │ │ │ │ ├── CopyPasteOptions.py │ │ │ │ │ │ ├── CurtainCell.py │ │ │ │ │ │ ├── CurtainGrid.py │ │ │ │ │ │ ├── CurtainGridAlignType.py │ │ │ │ │ │ ├── CurtainGridLine.py │ │ │ │ │ │ ├── CurtainGridSet.py │ │ │ │ │ │ ├── CurtainGridSetIterator.py │ │ │ │ │ │ ├── CurtainSystem.py │ │ │ │ │ │ ├── CurtainSystemBase.py │ │ │ │ │ │ ├── CurtainSystemType.py │ │ │ │ │ │ ├── Curve.py │ │ │ │ │ │ ├── CurveArrArray.py │ │ │ │ │ │ ├── CurveArrArrayIterator.py │ │ │ │ │ │ ├── CurveArray.py │ │ │ │ │ │ ├── CurveArrayIterator.py │ │ │ │ │ │ ├── CurveByPoints.py │ │ │ │ │ │ ├── CurveByPointsArray.py │ │ │ │ │ │ ├── CurveByPointsArrayIterator.py │ │ │ │ │ │ ├── CurveByPointsUtils.py │ │ │ │ │ │ ├── CurveElement.py │ │ │ │ │ │ ├── CurveElementFilter.py │ │ │ │ │ │ ├── CurveElementType.py │ │ │ │ │ │ ├── CurveExtents.py │ │ │ │ │ │ ├── CurveLoop.py │ │ │ │ │ │ ├── CurveLoopIterator.py │ │ │ │ │ │ ├── CurveLoopsProfile.py │ │ │ │ │ │ ├── CurveNode.py │ │ │ │ │ │ ├── CurveProjectionType.py │ │ │ │ │ │ ├── CustomExporter.py │ │ │ │ │ │ ├── CutFailureReason.py │ │ │ │ │ │ ├── CylindricalFace.py │ │ │ │ │ │ ├── CylindricalHelix.py │ │ │ │ │ │ ├── CylindricalSurface.py │ │ │ │ │ │ ├── DGNExportOptions.py │ │ │ │ │ │ ├── DGNFileFormat.py │ │ │ │ │ │ ├── DGNImportOptions.py │ │ │ │ │ │ ├── DWFExportOptions.py │ │ │ │ │ │ ├── DWFImageFormat.py │ │ │ │ │ │ ├── DWFImageQuality.py │ │ │ │ │ │ ├── DWFImportOptions.py │ │ │ │ │ │ ├── DWFXExportOptions.py │ │ │ │ │ │ ├── DWGExportOptions.py │ │ │ │ │ │ ├── DWGImportOptions.py │ │ │ │ │ │ ├── DXFExportOptions.py │ │ │ │ │ │ ├── DataConversionMonitorScope.py │ │ │ │ │ │ ├── DataExchangeMessageId.py │ │ │ │ │ │ ├── DataExchangeMessageSeverity.py │ │ │ │ │ │ ├── DataExchangeMessageVerbosity.py │ │ │ │ │ │ ├── DatumEnds.py │ │ │ │ │ │ ├── DatumExtentType.py │ │ │ │ │ │ ├── DatumPlane.py │ │ │ │ │ │ ├── DecimalSymbol.py │ │ │ │ │ │ ├── DefaultDivideSettings.py │ │ │ │ │ │ ├── Definition.py │ │ │ │ │ │ ├── DefinitionBindingMap.py │ │ │ │ │ │ ├── DefinitionBindingMapIterator.py │ │ │ │ │ │ ├── DefinitionFile.py │ │ │ │ │ │ ├── DefinitionGroup.py │ │ │ │ │ │ ├── DefinitionGroups.py │ │ │ │ │ │ ├── Definitions.py │ │ │ │ │ │ ├── DeleteElements.py │ │ │ │ │ │ ├── DesignOption.py │ │ │ │ │ │ ├── DetachFromCentralOption.py │ │ │ │ │ │ ├── DetailArc.py │ │ │ │ │ │ ├── DetailCurve.py │ │ │ │ │ │ ├── DetailCurveArray.py │ │ │ │ │ │ ├── DetailCurveArrayIterator.py │ │ │ │ │ │ ├── DetailElementOrderUtils.py │ │ │ │ │ │ ├── DetailEllipse.py │ │ │ │ │ │ ├── DetailLine.py │ │ │ │ │ │ ├── DetailNurbSpline.py │ │ │ │ │ │ ├── DigitGroupingAmount.py │ │ │ │ │ │ ├── DigitGroupingSymbol.py │ │ │ │ │ │ ├── Dimension.py │ │ │ │ │ │ ├── DimensionSegment.py │ │ │ │ │ │ ├── DimensionSegmentArray.py │ │ │ │ │ │ ├── DimensionSegmentArrayIterator.py │ │ │ │ │ │ ├── DimensionShape.py │ │ │ │ │ │ ├── DimensionStyleType.py │ │ │ │ │ │ ├── DimensionType.py │ │ │ │ │ │ ├── DirectShape.py │ │ │ │ │ │ ├── DirectShapeLibrary.py │ │ │ │ │ │ ├── DirectShapeOptions.py │ │ │ │ │ │ ├── DirectShapeReferencingOption.py │ │ │ │ │ │ ├── DirectShapeRoomBoundingOption.py │ │ │ │ │ │ ├── DirectShapeTargetViewType.py │ │ │ │ │ │ ├── DirectShapeType.py │ │ │ │ │ │ ├── DisplacementElement.py │ │ │ │ │ │ ├── DisplacementPath.py │ │ │ │ │ │ ├── DisplacementPathStyle.py │ │ │ │ │ │ ├── DisplayStyle.py │ │ │ │ │ │ ├── DisplayUnit.py │ │ │ │ │ │ ├── DisplayUnitType.py │ │ │ │ │ │ ├── DistanceMeasuredFrom.py │ │ │ │ │ │ ├── DistributionOfNormals.py │ │ │ │ │ │ ├── DividedPath.py │ │ │ │ │ │ ├── DividedPathMeasurementType.py │ │ │ │ │ │ ├── DividedSurface.py │ │ │ │ │ │ ├── Document.py │ │ │ │ │ │ ├── DocumentPreviewSettings.py │ │ │ │ │ │ ├── DocumentSet.py │ │ │ │ │ │ ├── DocumentSetIterator.py │ │ │ │ │ │ ├── DocumentType.py │ │ │ │ │ │ ├── DocumentValidation.py │ │ │ │ │ │ ├── DocumentVersion.py │ │ │ │ │ │ ├── Domain.py │ │ │ │ │ │ ├── DoubleArray.py │ │ │ │ │ │ ├── DoubleArrayIterator.py │ │ │ │ │ │ ├── DoubleParameterValue.py │ │ │ │ │ │ ├── DuplicateTypeAction.py │ │ │ │ │ │ ├── DuplicateTypeNamesHandlerArgs.py │ │ │ │ │ │ ├── EaveCutterType.py │ │ │ │ │ │ ├── Edge.py │ │ │ │ │ │ ├── EdgeArray.py │ │ │ │ │ │ ├── EdgeArrayArray.py │ │ │ │ │ │ ├── EdgeArrayArrayIterator.py │ │ │ │ │ │ ├── EdgeArrayIterator.py │ │ │ │ │ │ ├── EditScope.py │ │ │ │ │ │ ├── Element.py │ │ │ │ │ │ ├── ElementArray.py │ │ │ │ │ │ ├── ElementArrayIterator.py │ │ │ │ │ │ ├── ElementBinding.py │ │ │ │ │ │ ├── ElementCategoryFilter.py │ │ │ │ │ │ ├── ElementClassFilter.py │ │ │ │ │ │ ├── ElementDesignOptionFilter.py │ │ │ │ │ │ ├── ElementFilter.py │ │ │ │ │ │ ├── ElementId.py │ │ │ │ │ │ ├── ElementIdParameterValue.py │ │ │ │ │ │ ├── ElementIntersectsElementFilter.py │ │ │ │ │ │ ├── ElementIntersectsFilter.py │ │ │ │ │ │ ├── ElementIntersectsSolidFilter.py │ │ │ │ │ │ ├── ElementIsCurveDrivenFilter.py │ │ │ │ │ │ ├── ElementIsElementTypeFilter.py │ │ │ │ │ │ ├── ElementLevelFilter.py │ │ │ │ │ │ ├── ElementLogicalFilter.py │ │ │ │ │ │ ├── ElementMulticategoryFilter.py │ │ │ │ │ │ ├── ElementMulticlassFilter.py │ │ │ │ │ │ ├── ElementOnPhaseStatus.py │ │ │ │ │ │ ├── ElementOwnerViewFilter.py │ │ │ │ │ │ ├── ElementParameterFilter.py │ │ │ │ │ │ ├── ElementPhaseStatusFilter.py │ │ │ │ │ │ ├── ElementQuickFilter.py │ │ │ │ │ │ ├── ElementRecord.py │ │ │ │ │ │ ├── ElementReferenceType.py │ │ │ │ │ │ ├── ElementSet.py │ │ │ │ │ │ ├── ElementSetIterator.py │ │ │ │ │ │ ├── ElementSlowFilter.py │ │ │ │ │ │ ├── ElementStructuralTypeFilter.py │ │ │ │ │ │ ├── ElementTransformUtils.py │ │ │ │ │ │ ├── ElementType.py │ │ │ │ │ │ ├── ElementTypeGroup.py │ │ │ │ │ │ ├── ElementWorksetFilter.py │ │ │ │ │ │ ├── ElevationMarker.py │ │ │ │ │ │ ├── Ellipse.py │ │ │ │ │ │ ├── EndCapCondition.py │ │ │ │ │ │ ├── ExclusionFilter.py │ │ │ │ │ │ ├── ExportColorMode.py │ │ │ │ │ │ ├── ExportColumnHeaders.py │ │ │ │ │ │ ├── ExportDGNSettings.py │ │ │ │ │ │ ├── ExportDWGSettings.py │ │ │ │ │ │ ├── ExportEnergyModelType.py │ │ │ │ │ │ ├── ExportFontInfo.py │ │ │ │ │ │ ├── ExportFontKey.py │ │ │ │ │ │ ├── ExportFontTable.py │ │ │ │ │ │ ├── ExportFontTableIterator.py │ │ │ │ │ │ ├── ExportLayerInfo.py │ │ │ │ │ │ ├── ExportLayerKey.py │ │ │ │ │ │ ├── ExportLayerTable.py │ │ │ │ │ │ ├── ExportLayerTableIterator.py │ │ │ │ │ │ ├── ExportLinetypeInfo.py │ │ │ │ │ │ ├── ExportLinetypeKey.py │ │ │ │ │ │ ├── ExportLinetypeTable.py │ │ │ │ │ │ ├── ExportLinetypeTableIterator.py │ │ │ │ │ │ ├── ExportLineweightInfo.py │ │ │ │ │ │ ├── ExportLineweightKey.py │ │ │ │ │ │ ├── ExportLineweightTable.py │ │ │ │ │ │ ├── ExportLineweightTableIterator.py │ │ │ │ │ │ ├── ExportPaperFormat.py │ │ │ │ │ │ ├── ExportPatternInfo.py │ │ │ │ │ │ ├── ExportPatternKey.py │ │ │ │ │ │ ├── ExportPatternTable.py │ │ │ │ │ │ ├── ExportPatternTableIterator.py │ │ │ │ │ │ ├── ExportRange.py │ │ │ │ │ │ ├── ExportSheetType.py │ │ │ │ │ │ ├── ExportTextQualifier.py │ │ │ │ │ │ ├── ExportUnit.py │ │ │ │ │ │ ├── ExportUtils.py │ │ │ │ │ │ ├── ExternalDBApplicationResult.py │ │ │ │ │ │ ├── ExternalDefinition.py │ │ │ │ │ │ ├── ExternalDefinitionCreationOptions.py │ │ │ │ │ │ ├── ExternalDefinitions.py │ │ │ │ │ │ ├── ExternalFileReference.py │ │ │ │ │ │ ├── ExternalFileReferenceType.py │ │ │ │ │ │ ├── ExternalFileUtils.py │ │ │ │ │ │ ├── ExternalResourceBrowserData.py │ │ │ │ │ │ ├── ExternalResourceLoadContent.py │ │ │ │ │ │ ├── ExternalResourceLoadContext.py │ │ │ │ │ │ ├── ExternalResourceLoadData.py │ │ │ │ │ │ ├── ExternalResourceLoadStatus.py │ │ │ │ │ │ ├── ExternalResourceMatchOptions.py │ │ │ │ │ │ ├── ExternalResourceReference.py │ │ │ │ │ │ ├── ExternalResourceServerExtensions.py │ │ │ │ │ │ ├── ExternalResourceServerUtils.py │ │ │ │ │ │ ├── ExternalResourceServiceUtils.py │ │ │ │ │ │ ├── ExternalResourceType.py │ │ │ │ │ │ ├── ExternalResourceTypes.py │ │ │ │ │ │ ├── ExternalResourceUIBrowseResultType.py │ │ │ │ │ │ ├── ExternalResourceUtils.py │ │ │ │ │ │ ├── Extrusion.py │ │ │ │ │ │ ├── ExtrusionAnalyzer.py │ │ │ │ │ │ ├── ExtrusionAnalyzerFaceAlignment.py │ │ │ │ │ │ ├── ExtrusionRoof.py │ │ │ │ │ │ ├── FBXExportOptions.py │ │ │ │ │ │ ├── FabricationConfiguration.py │ │ │ │ │ │ ├── FabricationConfigurationInfo.py │ │ │ │ │ │ ├── FabricationConnectorInfo.py │ │ │ │ │ │ ├── FabricationDimensionDefinition.py │ │ │ │ │ │ ├── FabricationDimensionType.py │ │ │ │ │ │ ├── FabricationDimensionUnitType.py │ │ │ │ │ │ ├── FabricationHostedInfo.py │ │ │ │ │ │ ├── FabricationPart.py │ │ │ │ │ │ ├── FabricationPartType.py │ │ │ │ │ │ ├── FabricationRodInfo.py │ │ │ │ │ │ ├── FabricationService.py │ │ │ │ │ │ ├── FabricationServiceButton.py │ │ │ │ │ │ ├── Face.py │ │ │ │ │ │ ├── FaceArray.py │ │ │ │ │ │ ├── FaceArrayIterator.py │ │ │ │ │ │ ├── FaceIntersectionFaceResult.py │ │ │ │ │ │ ├── FaceNode.py │ │ │ │ │ │ ├── FaceSecondDerivatives.py │ │ │ │ │ │ ├── FaceSplitter.py │ │ │ │ │ │ ├── FaceWall.py │ │ │ │ │ │ ├── FacetingUtils.py │ │ │ │ │ │ ├── FailureDefinition.py │ │ │ │ │ │ ├── FailureDefinitionAccessor.py │ │ │ │ │ │ ├── FailureDefinitionId.py │ │ │ │ │ │ ├── FailureDefinitionRegistry.py │ │ │ │ │ │ ├── FailureHandlingOptions.py │ │ │ │ │ │ ├── FailureMessage.py │ │ │ │ │ │ ├── FailureMessageAccessor.py │ │ │ │ │ │ ├── FailureMessageKey.py │ │ │ │ │ │ ├── FailureProcessingResult.py │ │ │ │ │ │ ├── FailureResolution.py │ │ │ │ │ │ ├── FailureResolutionType.py │ │ │ │ │ │ ├── FailureSeverity.py │ │ │ │ │ │ ├── FailuresAccessor.py │ │ │ │ │ │ ├── Family.py │ │ │ │ │ │ ├── FamilyElementVisibility.py │ │ │ │ │ │ ├── FamilyElementVisibilityType.py │ │ │ │ │ │ ├── FamilyHostingBehavior.py │ │ │ │ │ │ ├── FamilyInstance.py │ │ │ │ │ │ ├── FamilyInstanceFilter.py │ │ │ │ │ │ ├── FamilyManager.py │ │ │ │ │ │ ├── FamilyParameter.py │ │ │ │ │ │ ├── FamilyParameterSet.py │ │ │ │ │ │ ├── FamilyParameterSetIterator.py │ │ │ │ │ │ ├── FamilyPlacementType.py │ │ │ │ │ │ ├── FamilyPointLocation.py │ │ │ │ │ │ ├── FamilyPointPlacementReference.py │ │ │ │ │ │ ├── FamilySizeTable.py │ │ │ │ │ │ ├── FamilySizeTableColumn.py │ │ │ │ │ │ ├── FamilySizeTableErrorInfo.py │ │ │ │ │ │ ├── FamilySizeTableErrorType.py │ │ │ │ │ │ ├── FamilySizeTableManager.py │ │ │ │ │ │ ├── FamilySource.py │ │ │ │ │ │ ├── FamilySymbol.py │ │ │ │ │ │ ├── FamilySymbolFilter.py │ │ │ │ │ │ ├── FamilySymbolProfile.py │ │ │ │ │ │ ├── FamilyThermalProperties.py │ │ │ │ │ │ ├── FamilyType.py │ │ │ │ │ │ ├── FamilyTypeSet.py │ │ │ │ │ │ ├── FamilyTypeSetIterator.py │ │ │ │ │ │ ├── FamilyUtils.py │ │ │ │ │ │ ├── FilePath.py │ │ │ │ │ │ ├── FillGrid.py │ │ │ │ │ │ ├── FillPattern.py │ │ │ │ │ │ ├── FillPatternElement.py │ │ │ │ │ │ ├── FillPatternHostOrientation.py │ │ │ │ │ │ ├── FillPatternTarget.py │ │ │ │ │ │ ├── FilledRegion.py │ │ │ │ │ │ ├── FilledRegionBackground.py │ │ │ │ │ │ ├── FilledRegionType.py │ │ │ │ │ │ ├── FilterCategoryRule.py │ │ │ │ │ │ ├── FilterDoubleRule.py │ │ │ │ │ │ ├── FilterElement.py │ │ │ │ │ │ ├── FilterElementIdRule.py │ │ │ │ │ │ ├── FilterGlobalParameterAssociationRule.py │ │ │ │ │ │ ├── FilterIntegerRule.py │ │ │ │ │ │ ├── FilterInverseRule.py │ │ │ │ │ │ ├── FilterNumericEquals.py │ │ │ │ │ │ ├── FilterNumericGreater.py │ │ │ │ │ │ ├── FilterNumericGreaterOrEqual.py │ │ │ │ │ │ ├── FilterNumericLess.py │ │ │ │ │ │ ├── FilterNumericLessOrEqual.py │ │ │ │ │ │ ├── FilterNumericRuleEvaluator.py │ │ │ │ │ │ ├── FilterNumericValueRule.py │ │ │ │ │ │ ├── FilterRule.py │ │ │ │ │ │ ├── FilterStringBeginsWith.py │ │ │ │ │ │ ├── FilterStringContains.py │ │ │ │ │ │ ├── FilterStringEndsWith.py │ │ │ │ │ │ ├── FilterStringEquals.py │ │ │ │ │ │ ├── FilterStringGreater.py │ │ │ │ │ │ ├── FilterStringGreaterOrEqual.py │ │ │ │ │ │ ├── FilterStringLess.py │ │ │ │ │ │ ├── FilterStringLessOrEqual.py │ │ │ │ │ │ ├── FilterStringRule.py │ │ │ │ │ │ ├── FilterStringRuleEvaluator.py │ │ │ │ │ │ ├── FilterValueRule.py │ │ │ │ │ │ ├── FilterableValueProvider.py │ │ │ │ │ │ ├── FilteredElementCollector.py │ │ │ │ │ │ ├── FilteredElementIdIterator.py │ │ │ │ │ │ ├── FilteredElementIterator.py │ │ │ │ │ │ ├── FilteredWorksetCollector.py │ │ │ │ │ │ ├── FilteredWorksetIdIterator.py │ │ │ │ │ │ ├── FilteredWorksetIterator.py │ │ │ │ │ │ ├── FindReferenceTarget.py │ │ │ │ │ │ ├── FitDirectionType.py │ │ │ │ │ │ ├── FittingAndAccessoryCalculationType.py │ │ │ │ │ │ ├── FittingAngleUsage.py │ │ │ │ │ │ ├── Floor.py │ │ │ │ │ │ ├── FloorFace.py │ │ │ │ │ │ ├── FloorType.py │ │ │ │ │ │ ├── FlowDirectionType.py │ │ │ │ │ │ ├── FolderItemInfo.py │ │ │ │ │ │ ├── FootPrintRoof.py │ │ │ │ │ │ ├── Form.py │ │ │ │ │ │ ├── FormArray.py │ │ │ │ │ │ ├── FormArrayIterator.py │ │ │ │ │ │ ├── FormUtils.py │ │ │ │ │ │ ├── FormatOptions.py │ │ │ │ │ │ ├── FormatStatus.py │ │ │ │ │ │ ├── FormatUtils.py │ │ │ │ │ │ ├── FormatValueOptions.py │ │ │ │ │ │ ├── FormattedText.py │ │ │ │ │ │ ├── FormattedTextRun.py │ │ │ │ │ │ ├── Frame.py │ │ │ │ │ │ ├── FreeFormElement.py │ │ │ │ │ │ ├── GBXMLExportOptions.py │ │ │ │ │ │ ├── GBXMLImportOptions.py │ │ │ │ │ │ ├── GenericForm.py │ │ │ │ │ │ ├── GenericImportOptions.py │ │ │ │ │ │ ├── GeomCombination.py │ │ │ │ │ │ ├── GeomCombinationSet.py │ │ │ │ │ │ ├── GeomCombinationSetIterator.py │ │ │ │ │ │ ├── GeometryCreationUtilities.py │ │ │ │ │ │ ├── GeometryElement.py │ │ │ │ │ │ ├── GeometryInstance.py │ │ │ │ │ │ ├── GeometryObject.py │ │ │ │ │ │ ├── GlobalParameter.py │ │ │ │ │ │ ├── GlobalParametersManager.py │ │ │ │ │ │ ├── GradientBackgroundSettings.py │ │ │ │ │ │ ├── GraphicsStyle.py │ │ │ │ │ │ ├── GraphicsStyleType.py │ │ │ │ │ │ ├── Grid.py │ │ │ │ │ │ ├── GridNode.py │ │ │ │ │ │ ├── GridNodeLocation.py │ │ │ │ │ │ ├── GridSegmentDirection.py │ │ │ │ │ │ ├── GridType.py │ │ │ │ │ │ ├── Group.py │ │ │ │ │ │ ├── GroupNode.py │ │ │ │ │ │ ├── GroupSet.py │ │ │ │ │ │ ├── GroupSetIterator.py │ │ │ │ │ │ ├── GroupType.py │ │ │ │ │ │ ├── GuidEnum.py │ │ │ │ │ │ ├── HermiteFace.py │ │ │ │ │ │ ├── HermiteSpline.py │ │ │ │ │ │ ├── HermiteSplineTangents.py │ │ │ │ │ │ ├── HermiteSurface.py │ │ │ │ │ │ ├── HiddenLineViewsType.py │ │ │ │ │ │ ├── HomeCamera.py │ │ │ │ │ │ ├── HorizontalAlign.py │ │ │ │ │ │ ├── HorizontalAlignmentStyle.py │ │ │ │ │ │ ├── HorizontalTextAlignment.py │ │ │ │ │ │ ├── HostObjAttributes.py │ │ │ │ │ │ ├── HostObject.py │ │ │ │ │ │ ├── HostObjectUtils.py │ │ │ │ │ │ ├── HostedSweep.py │ │ │ │ │ │ ├── HostedSweepType.py │ │ │ │ │ │ ├── ICentralLockedCallback.py │ │ │ │ │ │ ├── IConnector.py │ │ │ │ │ │ ├── IDataConversionMonitor.py │ │ │ │ │ │ ├── IDuplicateTypeNamesHandler.py │ │ │ │ │ │ ├── IExportContext.py │ │ │ │ │ │ ├── IExtension.py │ │ │ │ │ │ ├── IExternalDBApplication.py │ │ │ │ │ │ ├── IExternalResourceServer.py │ │ │ │ │ │ ├── IFCExportOptions.py │ │ │ │ │ │ ├── IFCVersion.py │ │ │ │ │ │ ├── IFailuresPreprocessor.py │ │ │ │ │ │ ├── IFailuresProcessor.py │ │ │ │ │ │ ├── IFamilyLoadOptions.py │ │ │ │ │ │ ├── IGetLocalPathForOpenCallback.py │ │ │ │ │ │ ├── IModelExportContext.py │ │ │ │ │ │ ├── INavisworksExporter.py │ │ │ │ │ │ ├── IOnLocalLinkSharedCoordinatesSavedCallback.py │ │ │ │ │ │ ├── IPerformanceAdviserRule.py │ │ │ │ │ │ ├── IPhotoRenderContext.py │ │ │ │ │ │ ├── IPrintSetting.py │ │ │ │ │ │ ├── ISaveSharedCoordinatesCallback.py │ │ │ │ │ │ ├── ISaveSharedCoordinatesCallbackForUnloadLocally.py │ │ │ │ │ │ ├── ITransactionFinalizer.py │ │ │ │ │ │ ├── ITransientElementMaker.py │ │ │ │ │ │ ├── IUpdater.py │ │ │ │ │ │ ├── IViewSheetSet.py │ │ │ │ │ │ ├── ImageBackgroundSettings.py │ │ │ │ │ │ ├── ImageExportOptions.py │ │ │ │ │ │ ├── ImageFileType.py │ │ │ │ │ │ ├── ImageImportOptions.py │ │ │ │ │ │ ├── ImageResolution.py │ │ │ │ │ │ ├── ImageType.py │ │ │ │ │ │ ├── ImageView.py │ │ │ │ │ │ ├── ImportColorMode.py │ │ │ │ │ │ ├── ImportExportFileFormat.py │ │ │ │ │ │ ├── ImportInstance.py │ │ │ │ │ │ ├── ImportPlacement.py │ │ │ │ │ │ ├── ImportUnit.py │ │ │ │ │ │ ├── InSessionPrintSetting.py │ │ │ │ │ │ ├── InSessionViewSheetSet.py │ │ │ │ │ │ ├── IndependentTag.py │ │ │ │ │ │ ├── InsertableObject.py │ │ │ │ │ │ ├── Instance.py │ │ │ │ │ │ ├── InstanceBinding.py │ │ │ │ │ │ ├── InstanceNode.py │ │ │ │ │ │ ├── InstanceVoidCutUtils.py │ │ │ │ │ │ ├── InsulationLiningBase.py │ │ │ │ │ │ ├── IntegerParameterValue.py │ │ │ │ │ │ ├── IntegerRange.py │ │ │ │ │ │ ├── InternalDefinition.py │ │ │ │ │ │ ├── InternalDefinitions.py │ │ │ │ │ │ ├── IntersectionResult.py │ │ │ │ │ │ ├── IntersectionResultArray.py │ │ │ │ │ │ ├── IntersectionResultArrayIterator.py │ │ │ │ │ │ ├── JoinGeometryUtils.py │ │ │ │ │ │ ├── JoinType.py │ │ │ │ │ │ ├── JunctionType.py │ │ │ │ │ │ ├── KeyBasedTreeEntries.py │ │ │ │ │ │ ├── KeyBasedTreeEntriesIterator.py │ │ │ │ │ │ ├── KeyBasedTreeEntriesLoadContent.py │ │ │ │ │ │ ├── KeyBasedTreeEntriesLoadResults.py │ │ │ │ │ │ ├── KeyBasedTreeEntry.py │ │ │ │ │ │ ├── KeyBasedTreeEntryError.py │ │ │ │ │ │ ├── KeyBasedTreeEntryErrorType.py │ │ │ │ │ │ ├── KeyBasedTreeEntryTable.py │ │ │ │ │ │ ├── KeynoteEntries.py │ │ │ │ │ │ ├── KeynoteEntry.py │ │ │ │ │ │ ├── KeynoteTable.py │ │ │ │ │ │ ├── LabelUtils.py │ │ │ │ │ │ ├── LayerCategoryType.py │ │ │ │ │ │ ├── LayerModifier.py │ │ │ │ │ │ ├── LayoutRule.py │ │ │ │ │ │ ├── LayoutRuleClearSpacing.py │ │ │ │ │ │ ├── LayoutRuleFixedDistance.py │ │ │ │ │ │ ├── LayoutRuleFixedNumber.py │ │ │ │ │ │ ├── LayoutRuleMaximumSpacing.py │ │ │ │ │ │ ├── Leader.py │ │ │ │ │ │ ├── LeaderArray.py │ │ │ │ │ │ ├── LeaderArrayIterator.py │ │ │ │ │ │ ├── LeaderAtachement.py │ │ │ │ │ │ ├── LeaderEndCondition.py │ │ │ │ │ │ ├── LeaderShape.py │ │ │ │ │ │ ├── Level.py │ │ │ │ │ │ ├── LevelType.py │ │ │ │ │ │ ├── LightAndMaterialAccuracyMode.py │ │ │ │ │ │ ├── LightNode.py │ │ │ │ │ │ ├── LightingSource.py │ │ │ │ │ │ ├── Line.py │ │ │ │ │ │ ├── LineAndTextAttrSymbol.py │ │ │ │ │ │ ├── LinePattern.py │ │ │ │ │ │ ├── LinePatternElement.py │ │ │ │ │ │ ├── LinePatternSegment.py │ │ │ │ │ │ ├── LinePatternSegmentType.py │ │ │ │ │ │ ├── LineProperties.py │ │ │ │ │ │ ├── LineScaling.py │ │ │ │ │ │ ├── LineSegment.py │ │ │ │ │ │ ├── LinearArray.py │ │ │ │ │ │ ├── LinkConversionData.py │ │ │ │ │ │ ├── LinkElementId.py │ │ │ │ │ │ ├── LinkLoadContent.py │ │ │ │ │ │ ├── LinkNode.py │ │ │ │ │ │ ├── LinkedFileStatus.py │ │ │ │ │ │ ├── ListType.py │ │ │ │ │ │ ├── LoadOperationType.py │ │ │ │ │ │ ├── Location.py │ │ │ │ │ │ ├── LocationCurve.py │ │ │ │ │ │ ├── LocationPoint.py │ │ │ │ │ │ ├── LogicalAndFilter.py │ │ │ │ │ │ ├── LogicalOrFilter.py │ │ │ │ │ │ ├── MEPCalculationServerInfo.py │ │ │ │ │ │ ├── MEPConnectorInfo.py │ │ │ │ │ │ ├── MEPCurve.py │ │ │ │ │ │ ├── MEPCurveType.py │ │ │ │ │ │ ├── MEPFamilyConnectorInfo.py │ │ │ │ │ │ ├── MEPModel.py │ │ │ │ │ │ ├── MEPSize.py │ │ │ │ │ │ ├── MEPSystem.py │ │ │ │ │ │ ├── MEPSystemClassification.py │ │ │ │ │ │ ├── MEPSystemType.py │ │ │ │ │ │ ├── MarginType.py │ │ │ │ │ │ ├── MassDisplayTemporaryOverrideType.py │ │ │ │ │ │ ├── MassInstanceUtils.py │ │ │ │ │ │ ├── Material.py │ │ │ │ │ │ ├── MaterialAspect.py │ │ │ │ │ │ ├── MaterialFunctionAssignment.py │ │ │ │ │ │ ├── MaterialNode.py │ │ │ │ │ │ ├── MaterialPropertyPathType.py │ │ │ │ │ │ ├── Mesh.py │ │ │ │ │ │ ├── MeshFromGeometryOperationIssue.py │ │ │ │ │ │ ├── MeshFromGeometryOperationResult.py │ │ │ │ │ │ ├── MeshTriangle.py │ │ │ │ │ │ ├── ModelArc.py │ │ │ │ │ │ ├── ModelCurve.py │ │ │ │ │ │ ├── ModelCurveArrArray.py │ │ │ │ │ │ ├── ModelCurveArrArrayIterator.py │ │ │ │ │ │ ├── ModelCurveArray.py │ │ │ │ │ │ ├── ModelCurveArrayIterator.py │ │ │ │ │ │ ├── ModelCurveNode.py │ │ │ │ │ │ ├── ModelEllipse.py │ │ │ │ │ │ ├── ModelHermiteSpline.py │ │ │ │ │ │ ├── ModelLine.py │ │ │ │ │ │ ├── ModelNurbSpline.py │ │ │ │ │ │ ├── ModelPath.py │ │ │ │ │ │ ├── ModelPathUtils.py │ │ │ │ │ │ ├── ModelText.py │ │ │ │ │ │ ├── ModelTextType.py │ │ │ │ │ │ ├── ModelUpdatesStatus.py │ │ │ │ │ │ ├── ModifierType.py │ │ │ │ │ │ ├── Mullion.py │ │ │ │ │ │ ├── MullionType.py │ │ │ │ │ │ ├── MullionTypeSet.py │ │ │ │ │ │ ├── MullionTypeSetIterator.py │ │ │ │ │ │ ├── MultiReferenceAnnotation.py │ │ │ │ │ │ ├── MultiReferenceAnnotationOptions.py │ │ │ │ │ │ ├── MultiReferenceAnnotationType.py │ │ │ │ │ │ ├── MultiSegmentGrid.py │ │ │ │ │ │ ├── NamingUtils.py │ │ │ │ │ │ ├── NavisworksCoordinates.py │ │ │ │ │ │ ├── NavisworksExportOptions.py │ │ │ │ │ │ ├── NavisworksExportScope.py │ │ │ │ │ │ ├── NavisworksParameters.py │ │ │ │ │ │ ├── NestedFamilyTypeReference.py │ │ │ │ │ │ ├── NullParameterValue.py │ │ │ │ │ │ ├── NumberSystem.py │ │ │ │ │ │ ├── NumberSystemDisplayRule.py │ │ │ │ │ │ ├── NumberSystemJustifyOption.py │ │ │ │ │ │ ├── NumberingSchema.py │ │ │ │ │ │ ├── NumberingSchemaType.py │ │ │ │ │ │ ├── NumberingSchemaTypes.py │ │ │ │ │ │ ├── NumericRevisionSettings.py │ │ │ │ │ │ ├── NurbSpline.py │ │ │ │ │ │ ├── NurbsSurfaceData.py │ │ │ │ │ │ ├── OpenOptions.py │ │ │ │ │ │ ├── Opening.py │ │ │ │ │ │ ├── OpeningWrappingCondition.py │ │ │ │ │ │ ├── OptionalFunctionalityUtils.py │ │ │ │ │ │ ├── Options.py │ │ │ │ │ │ ├── Outline.py │ │ │ │ │ │ ├── OverrideGraphicSettings.py │ │ │ │ │ │ ├── OverridePermissions.py │ │ │ │ │ │ ├── PageOrientationType.py │ │ │ │ │ │ ├── Panel.py │ │ │ │ │ │ ├── PanelType.py │ │ │ │ │ │ ├── PanelTypeSet.py │ │ │ │ │ │ ├── PanelTypeSetIterator.py │ │ │ │ │ │ ├── PaperPlacementType.py │ │ │ │ │ │ ├── PaperSize.py │ │ │ │ │ │ ├── PaperSizeSet.py │ │ │ │ │ │ ├── PaperSizeSetIterator.py │ │ │ │ │ │ ├── PaperSource.py │ │ │ │ │ │ ├── PaperSourceSet.py │ │ │ │ │ │ ├── PaperSourceSetIterator.py │ │ │ │ │ │ ├── Parameter.py │ │ │ │ │ │ ├── ParameterElement.py │ │ │ │ │ │ ├── ParameterFilterElement.py │ │ │ │ │ │ ├── ParameterFilterRuleFactory.py │ │ │ │ │ │ ├── ParameterFilterUtilities.py │ │ │ │ │ │ ├── ParameterMap.py │ │ │ │ │ │ ├── ParameterMapIterator.py │ │ │ │ │ │ ├── ParameterSet.py │ │ │ │ │ │ ├── ParameterSetIterator.py │ │ │ │ │ │ ├── ParameterType.py │ │ │ │ │ │ ├── ParameterValue.py │ │ │ │ │ │ ├── ParameterValueProvider.py │ │ │ │ │ │ ├── ParametersOrder.py │ │ │ │ │ │ ├── Part.py │ │ │ │ │ │ ├── PartEdgeConditionOrientation.py │ │ │ │ │ │ ├── PartMaker.py │ │ │ │ │ │ ├── PartMakerMethodToDivideVolumes.py │ │ │ │ │ │ ├── PartType.py │ │ │ │ │ │ ├── PartUtils.py │ │ │ │ │ │ ├── PartsVisibility.py │ │ │ │ │ │ ├── Path3d.py │ │ │ │ │ │ ├── PathType.py │ │ │ │ │ │ ├── PerformanceAdviser.py │ │ │ │ │ │ ├── PerformanceAdviserRuleId.py │ │ │ │ │ │ ├── PerformanceAdviserRules.py │ │ │ │ │ │ ├── Phase.py │ │ │ │ │ │ ├── PhaseArray.py │ │ │ │ │ │ ├── PhaseArrayIterator.py │ │ │ │ │ │ ├── PhaseFilter.py │ │ │ │ │ │ ├── PhaseStatusPresentation.py │ │ │ │ │ │ ├── PlanCircuit.py │ │ │ │ │ │ ├── PlanCircuitSet.py │ │ │ │ │ │ ├── PlanCircuitSetIterator.py │ │ │ │ │ │ ├── PlanTopology.py │ │ │ │ │ │ ├── PlanTopologySet.py │ │ │ │ │ │ ├── PlanTopologySetIterator.py │ │ │ │ │ │ ├── PlanViewDirection.py │ │ │ │ │ │ ├── PlanViewPlane.py │ │ │ │ │ │ ├── PlanViewRange.py │ │ │ │ │ │ ├── PlanViewRangeError.py │ │ │ │ │ │ ├── PlanViewRangeLevel.py │ │ │ │ │ │ ├── PlanarFace.py │ │ │ │ │ │ ├── Plane.py │ │ │ │ │ │ ├── Point.py │ │ │ │ │ │ ├── PointCloudColorMode.py │ │ │ │ │ │ ├── PointCloudFoundStatus.py │ │ │ │ │ │ ├── PointCloudInstance.py │ │ │ │ │ │ ├── PointCloudType.py │ │ │ │ │ │ ├── PointElementReference.py │ │ │ │ │ │ ├── PointLocationOnCurve.py │ │ │ │ │ │ ├── PointNode.py │ │ │ │ │ │ ├── PointOnCurveMeasureFrom.py │ │ │ │ │ │ ├── PointOnCurveMeasurementType.py │ │ │ │ │ │ ├── PointOnEdge.py │ │ │ │ │ │ ├── PointOnEdgeEdgeIntersection.py │ │ │ │ │ │ ├── PointOnEdgeFaceIntersection.py │ │ │ │ │ │ ├── PointOnFace.py │ │ │ │ │ │ ├── PointOnPlane.py │ │ │ │ │ │ ├── PointRelativeToPoint.py │ │ │ │ │ │ ├── PolyLine.py │ │ │ │ │ │ ├── PolylineNode.py │ │ │ │ │ │ ├── PolylineSegments.py │ │ │ │ │ │ ├── PolymeshFacet.py │ │ │ │ │ │ ├── PolymeshTopology.py │ │ │ │ │ │ ├── PreferredJunctionType.py │ │ │ │ │ │ ├── PreviewFamilyVisibilityMode.py │ │ │ │ │ │ ├── PrimaryDesignOptionMemberFilter.py │ │ │ │ │ │ ├── PrimarySizeCriterion.py │ │ │ │ │ │ ├── PrintManager.py │ │ │ │ │ │ ├── PrintParameters.py │ │ │ │ │ │ ├── PrintRange.py │ │ │ │ │ │ ├── PrintSetting.py │ │ │ │ │ │ ├── PrintSetup.py │ │ │ │ │ │ ├── PrinterResolution.py │ │ │ │ │ │ ├── Profile.py │ │ │ │ │ │ ├── ProfileFamilyUsage.py │ │ │ │ │ │ ├── ProfilePlaneLocation.py │ │ │ │ │ │ ├── ProjectInfo.py │ │ │ │ │ │ ├── ProjectLocation.py │ │ │ │ │ │ ├── ProjectLocationSet.py │ │ │ │ │ │ ├── ProjectLocationSetIterator.py │ │ │ │ │ │ ├── ProjectPosition.py │ │ │ │ │ │ ├── PropOverrideMode.py │ │ │ │ │ │ ├── PropertyLine.py │ │ │ │ │ │ ├── PropertySetElement.py │ │ │ │ │ │ ├── PropertySetLibrary.py │ │ │ │ │ │ ├── RPCNode.py │ │ │ │ │ │ ├── RadialArray.py │ │ │ │ │ │ ├── RasterQualityType.py │ │ │ │ │ │ ├── Rectangle.py │ │ │ │ │ │ ├── RectangularGridSegmentOrientation.py │ │ │ │ │ │ ├── Reference.py │ │ │ │ │ │ ├── ReferenceArray.py │ │ │ │ │ │ ├── ReferenceArrayArray.py │ │ │ │ │ │ ├── ReferenceArrayArrayIterator.py │ │ │ │ │ │ ├── ReferenceArrayIterator.py │ │ │ │ │ │ ├── ReferenceIntersector.py │ │ │ │ │ │ ├── ReferencePlane.py │ │ │ │ │ │ ├── ReferencePoint.py │ │ │ │ │ │ ├── ReferencePointArray.py │ │ │ │ │ │ ├── ReferencePointArrayIterator.py │ │ │ │ │ │ ├── ReferenceType.py │ │ │ │ │ │ ├── ReferenceWithContext.py │ │ │ │ │ │ ├── ReferenceableViewUtils.py │ │ │ │ │ │ ├── RelinquishOptions.py │ │ │ │ │ │ ├── RelinquishedItems.py │ │ │ │ │ │ ├── ReloadLatestOptions.py │ │ │ │ │ │ ├── RenderDuration.py │ │ │ │ │ │ ├── RenderNode.py │ │ │ │ │ │ ├── RenderNodeAction.py │ │ │ │ │ │ ├── RenderingImageExposureSettings.py │ │ │ │ │ │ ├── RenderingQuality.py │ │ │ │ │ │ ├── RenderingQualitySettings.py │ │ │ │ │ │ ├── RenderingSettings.py │ │ │ │ │ │ ├── RepeaterBounds.py │ │ │ │ │ │ ├── RepeaterCoordinates.py │ │ │ │ │ │ ├── RepeatingReferenceSource.py │ │ │ │ │ │ ├── ResolutionTarget.py │ │ │ │ │ │ ├── ResourceVersionStatus.py │ │ │ │ │ │ ├── Revision.py │ │ │ │ │ │ ├── RevisionCloud.py │ │ │ │ │ │ ├── RevisionNumberType.py │ │ │ │ │ │ ├── RevisionNumbering.py │ │ │ │ │ │ ├── RevisionSettings.py │ │ │ │ │ │ ├── RevisionVisibility.py │ │ │ │ │ │ ├── RevitLinkInstance.py │ │ │ │ │ │ ├── RevitLinkLoadResult.py │ │ │ │ │ │ ├── RevitLinkLoadResultType.py │ │ │ │ │ │ ├── RevitLinkOperations.py │ │ │ │ │ │ ├── RevitLinkOptions.py │ │ │ │ │ │ ├── RevitLinkType.py │ │ │ │ │ │ ├── Revolution.py │ │ │ │ │ │ ├── RevolvedFace.py │ │ │ │ │ │ ├── RevolvedSurface.py │ │ │ │ │ │ ├── RoofBase.py │ │ │ │ │ │ ├── RoofType.py │ │ │ │ │ │ ├── RoundingMethod.py │ │ │ │ │ │ ├── RoutingCondition.py │ │ │ │ │ │ ├── RoutingConditions.py │ │ │ │ │ │ ├── RoutingCriterionBase.py │ │ │ │ │ │ ├── RoutingPreferenceErrorLevel.py │ │ │ │ │ │ ├── RoutingPreferenceManager.py │ │ │ │ │ │ ├── RoutingPreferenceRule.py │ │ │ │ │ │ ├── RoutingPreferenceRuleGroupType.py │ │ │ │ │ │ ├── RuledFace.py │ │ │ │ │ │ ├── RuledSurface.py │ │ │ │ │ │ ├── SATExportOptions.py │ │ │ │ │ │ ├── SATImportOptions.py │ │ │ │ │ │ ├── SKPImportOptions.py │ │ │ │ │ │ ├── SaveAsOptions.py │ │ │ │ │ │ ├── SaveModifiedLinksOptions.py │ │ │ │ │ │ ├── SaveModifiedLinksOptionsForUnloadLocally.py │ │ │ │ │ │ ├── SaveOptions.py │ │ │ │ │ │ ├── SchedulableField.py │ │ │ │ │ │ ├── ScheduleDefinition.py │ │ │ │ │ │ ├── ScheduleField.py │ │ │ │ │ │ ├── ScheduleFieldDisplayType.py │ │ │ │ │ │ ├── ScheduleFieldId.py │ │ │ │ │ │ ├── ScheduleFieldType.py │ │ │ │ │ │ ├── ScheduleFilter.py │ │ │ │ │ │ ├── ScheduleFilterType.py │ │ │ │ │ │ ├── ScheduleHeadingOrientation.py │ │ │ │ │ │ ├── ScheduleHorizontalAlignment.py │ │ │ │ │ │ ├── ScheduleSheetInstance.py │ │ │ │ │ │ ├── ScheduleSortGroupField.py │ │ │ │ │ │ ├── ScheduleSortOrder.py │ │ │ │ │ │ ├── SectionType.py │ │ │ │ │ │ ├── Segment.py │ │ │ │ │ │ ├── SelectionFilterAction.py │ │ │ │ │ │ ├── SelectionFilterElement.py │ │ │ │ │ │ ├── ServerPath.py │ │ │ │ │ │ ├── ServiceType.py │ │ │ │ │ │ ├── SetComparisonResult.py │ │ │ │ │ │ ├── Settings.py │ │ │ │ │ │ ├── ShapeBuilder.py │ │ │ │ │ │ ├── ShapeImporter.py │ │ │ │ │ │ ├── ShapeImporterSourceFormat.py │ │ │ │ │ │ ├── SharedParameterApplicableRule.py │ │ │ │ │ │ ├── SharedParameterElement.py │ │ │ │ │ │ ├── ShellLayerType.py │ │ │ │ │ │ ├── ShowHiddenLinesValues.py │ │ │ │ │ │ ├── SimpleWorksetConfiguration.py │ │ │ │ │ │ ├── SiteLocation.py │ │ │ │ │ │ ├── Sketch.py │ │ │ │ │ │ ├── SketchBase.py │ │ │ │ │ │ ├── SketchPlane.py │ │ │ │ │ │ ├── SketchedStairsCurveData.py │ │ │ │ │ │ ├── SkyBackgroundSettings.py │ │ │ │ │ │ ├── SlabEdge.py │ │ │ │ │ │ ├── SlabEdgeType.py │ │ │ │ │ │ ├── SlabShapeCrease.py │ │ │ │ │ │ ├── SlabShapeCreaseArray.py │ │ │ │ │ │ ├── SlabShapeCreaseArrayIterator.py │ │ │ │ │ │ ├── SlabShapeCreaseType.py │ │ │ │ │ │ ├── SlabShapeEditor.py │ │ │ │ │ │ ├── SlabShapeVertex.py │ │ │ │ │ │ ├── SlabShapeVertexArray.py │ │ │ │ │ │ ├── SlabShapeVertexArrayIterator.py │ │ │ │ │ │ ├── SlabShapeVertexType.py │ │ │ │ │ │ ├── SlantedOrVerticalColumnType.py │ │ │ │ │ │ ├── Solid.py │ │ │ │ │ │ ├── SolidCurveIntersection.py │ │ │ │ │ │ ├── SolidCurveIntersectionMode.py │ │ │ │ │ │ ├── SolidCurveIntersectionOptions.py │ │ │ │ │ │ ├── SolidGeometry.py │ │ │ │ │ │ ├── SolidOptions.py │ │ │ │ │ │ ├── SolidOrShellTessellationControls.py │ │ │ │ │ │ ├── SolidSolidCutUtils.py │ │ │ │ │ │ ├── SolidUtils.py │ │ │ │ │ │ ├── SortingOrder.py │ │ │ │ │ │ ├── SpacingRule.py │ │ │ │ │ │ ├── SpacingRuleJustification.py │ │ │ │ │ │ ├── SpacingRuleLayout.py │ │ │ │ │ │ ├── SpatialElement.py │ │ │ │ │ │ ├── SpatialElementBoundaryLocation.py │ │ │ │ │ │ ├── SpatialElementBoundaryOptions.py │ │ │ │ │ │ ├── SpatialElementBoundarySubface.py │ │ │ │ │ │ ├── SpatialElementCalculationLocation.py │ │ │ │ │ │ ├── SpatialElementCalculationPoint.py │ │ │ │ │ │ ├── SpatialElementFromToCalculationPoints.py │ │ │ │ │ │ ├── SpatialElementGeometryCalculator.py │ │ │ │ │ │ ├── SpatialElementGeometryResults.py │ │ │ │ │ │ ├── SpatialElementTag.py │ │ │ │ │ │ ├── SpatialElementTagOrientation.py │ │ │ │ │ │ ├── SpatialElementType.py │ │ │ │ │ │ ├── SpecialType.py │ │ │ │ │ │ ├── SpotDimension.py │ │ │ │ │ │ ├── SpotDimensionType.py │ │ │ │ │ │ ├── StairsEditScope.py │ │ │ │ │ │ ├── StartingViewSettings.py │ │ │ │ │ │ ├── StickSymbolLocation.py │ │ │ │ │ │ ├── StorageType.py │ │ │ │ │ │ ├── StringParameterValue.py │ │ │ │ │ │ ├── StructDeckEmbeddingType.py │ │ │ │ │ │ ├── StructuralAsset.py │ │ │ │ │ │ ├── StructuralAssetClass.py │ │ │ │ │ │ ├── StructuralBehavior.py │ │ │ │ │ │ ├── StructuralReleaseType.py │ │ │ │ │ │ ├── SubTransaction.py │ │ │ │ │ │ ├── SubfaceType.py │ │ │ │ │ │ ├── SunAndShadowSettings.py │ │ │ │ │ │ ├── SunAndShadowType.py │ │ │ │ │ │ ├── SunStudyTimeInterval.py │ │ │ │ │ │ ├── Surface.py │ │ │ │ │ │ ├── Sweep.py │ │ │ │ │ │ ├── SweepProfile.py │ │ │ │ │ │ ├── SweptBlend.py │ │ │ │ │ │ ├── SweptProfile.py │ │ │ │ │ │ ├── SymbolicCurve.py │ │ │ │ │ │ ├── SymbolicCurveArray.py │ │ │ │ │ │ ├── SymbolicCurveArrayIterator.py │ │ │ │ │ │ ├── SynchronizeWithCentralOptions.py │ │ │ │ │ │ ├── TableCellCalculatedValueData.py │ │ │ │ │ │ ├── TableCellCombinedParameterData.py │ │ │ │ │ │ ├── TableCellStyle.py │ │ │ │ │ │ ├── TableCellStyleOverrideOptions.py │ │ │ │ │ │ ├── TableData.py │ │ │ │ │ │ ├── TableMergedCell.py │ │ │ │ │ │ ├── TableSectionData.py │ │ │ │ │ │ ├── TableView.py │ │ │ │ │ │ ├── TagMode.py │ │ │ │ │ │ ├── TagOrientation.py │ │ │ │ │ │ ├── TemporaryViewMode.py │ │ │ │ │ │ ├── TemporaryViewModes.py │ │ │ │ │ │ ├── TessellatedBuildIssue.py │ │ │ │ │ │ ├── TessellatedBuildIssueType.py │ │ │ │ │ │ ├── TessellatedFace.py │ │ │ │ │ │ ├── TessellatedShapeBuilder.py │ │ │ │ │ │ ├── TessellatedShapeBuilderFallback.py │ │ │ │ │ │ ├── TessellatedShapeBuilderOutcome.py │ │ │ │ │ │ ├── TessellatedShapeBuilderResult.py │ │ │ │ │ │ ├── TessellatedShapeBuilderTarget.py │ │ │ │ │ │ ├── TextAlignFlags.py │ │ │ │ │ │ ├── TextAlignMask.py │ │ │ │ │ │ ├── TextBaselineStyle.py │ │ │ │ │ │ ├── TextElement.py │ │ │ │ │ │ ├── TextElementBackground.py │ │ │ │ │ │ ├── TextElementType.py │ │ │ │ │ │ ├── TextListStyle.py │ │ │ │ │ │ ├── TextNode.py │ │ │ │ │ │ ├── TextNote.py │ │ │ │ │ │ ├── TextNoteLeaderStyles.py │ │ │ │ │ │ ├── TextNoteLeaderTypes.py │ │ │ │ │ │ ├── TextNoteOptions.py │ │ │ │ │ │ ├── TextNoteType.py │ │ │ │ │ │ ├── TextRange.py │ │ │ │ │ │ ├── TextTreatment.py │ │ │ │ │ │ ├── ThermalAsset.py │ │ │ │ │ │ ├── ThermalMaterialType.py │ │ │ │ │ │ ├── ThermalProperties.py │ │ │ │ │ │ ├── TilePattern.py │ │ │ │ │ │ ├── TilePatterns.py │ │ │ │ │ │ ├── TilePatternsBuiltIn.py │ │ │ │ │ │ ├── TransactWithCentralOptions.py │ │ │ │ │ │ ├── Transaction.py │ │ │ │ │ │ ├── TransactionGroup.py │ │ │ │ │ │ ├── TransactionStatus.py │ │ │ │ │ │ ├── Transform.py │ │ │ │ │ │ ├── TransmissionData.py │ │ │ │ │ │ ├── TransmittedModelOptions.py │ │ │ │ │ │ ├── TriOrQuadFacet.py │ │ │ │ │ │ ├── TriangleInShellComponent.py │ │ │ │ │ │ ├── TriangulatedShellComponent.py │ │ │ │ │ │ ├── TriangulatedSolidOrShell.py │ │ │ │ │ │ ├── TriangulationInterface.py │ │ │ │ │ │ ├── TriangulationInterfaceForTriangulatedShellComponent.py │ │ │ │ │ │ ├── TriangulationInterfaceForTriangulatedSolidOrShell.py │ │ │ │ │ │ ├── TypeBinding.py │ │ │ │ │ │ ├── UV.py │ │ │ │ │ │ ├── UVGridlineType.py │ │ │ │ │ │ ├── UnderlayOrientation.py │ │ │ │ │ │ ├── UnitFormatUtils.py │ │ │ │ │ │ ├── UnitGroup.py │ │ │ │ │ │ ├── UnitSymbolType.py │ │ │ │ │ │ ├── UnitSystem.py │ │ │ │ │ │ ├── UnitType.py │ │ │ │ │ │ ├── UnitUtils.py │ │ │ │ │ │ ├── Units.py │ │ │ │ │ │ ├── UpdaterData.py │ │ │ │ │ │ ├── UpdaterId.py │ │ │ │ │ │ ├── UpdaterInfo.py │ │ │ │ │ │ ├── UpdaterRegistry.py │ │ │ │ │ │ ├── ValueAtPointBase.py │ │ │ │ │ │ ├── ValueAtPointFlags.py │ │ │ │ │ │ ├── ValueParsingOptions.py │ │ │ │ │ │ ├── VertexIndexPair.py │ │ │ │ │ │ ├── VertexIndexPairArray.py │ │ │ │ │ │ ├── VertexIndexPairArrayIterator.py │ │ │ │ │ │ ├── VertexPair.py │ │ │ │ │ │ ├── VerticalAlignmentStyle.py │ │ │ │ │ │ ├── VerticalTextAlignment.py │ │ │ │ │ │ ├── View.py │ │ │ │ │ │ ├── View3D.py │ │ │ │ │ │ ├── ViewCropRegionShapeManager.py │ │ │ │ │ │ ├── ViewDetailLevel.py │ │ │ │ │ │ ├── ViewDiscipline.py │ │ │ │ │ │ ├── ViewDisplayBackground.py │ │ │ │ │ │ ├── ViewDisplayBackgroundImageFlags.py │ │ │ │ │ │ ├── ViewDisplayBackgroundType.py │ │ │ │ │ │ ├── ViewDisplayDepthCueing.py │ │ │ │ │ │ ├── ViewDisplayEdges.py │ │ │ │ │ │ ├── ViewDisplayModel.py │ │ │ │ │ │ ├── ViewDisplaySketchyLines.py │ │ │ │ │ │ ├── ViewDrafting.py │ │ │ │ │ │ ├── ViewDuplicateOption.py │ │ │ │ │ │ ├── ViewFamily.py │ │ │ │ │ │ ├── ViewFamilyType.py │ │ │ │ │ │ ├── ViewNavigationToolSettings.py │ │ │ │ │ │ ├── ViewNode.py │ │ │ │ │ │ ├── ViewOrientation3D.py │ │ │ │ │ │ ├── ViewPlan.py │ │ │ │ │ │ ├── ViewPlanType.py │ │ │ │ │ │ ├── ViewSchedule.py │ │ │ │ │ │ ├── ViewScheduleExportOptions.py │ │ │ │ │ │ ├── ViewSection.py │ │ │ │ │ │ ├── ViewSet.py │ │ │ │ │ │ ├── ViewSetIterator.py │ │ │ │ │ │ ├── ViewShapeBuilder.py │ │ │ │ │ │ ├── ViewSheet.py │ │ │ │ │ │ ├── ViewSheetSet.py │ │ │ │ │ │ ├── ViewSheetSetting.py │ │ │ │ │ │ ├── ViewTemplateApplicationOption.py │ │ │ │ │ │ ├── ViewType.py │ │ │ │ │ │ ├── Viewport.py │ │ │ │ │ │ ├── ViewportRotation.py │ │ │ │ │ │ ├── VirtualPrinterType.py │ │ │ │ │ │ ├── Visibility.py │ │ │ │ │ │ ├── Wall.py │ │ │ │ │ │ ├── WallFoundation.py │ │ │ │ │ │ ├── WallFoundationType.py │ │ │ │ │ │ ├── WallFunction.py │ │ │ │ │ │ ├── WallKind.py │ │ │ │ │ │ ├── WallLocationLine.py │ │ │ │ │ │ ├── WallSide.py │ │ │ │ │ │ ├── WallSweep.py │ │ │ │ │ │ ├── WallSweepInfo.py │ │ │ │ │ │ ├── WallSweepType.py │ │ │ │ │ │ ├── WallType.py │ │ │ │ │ │ ├── WallUtils.py │ │ │ │ │ │ ├── WireframeBuilder.py │ │ │ │ │ │ ├── Workset.py │ │ │ │ │ │ ├── WorksetConfiguration.py │ │ │ │ │ │ ├── WorksetConfigurationOption.py │ │ │ │ │ │ ├── WorksetDefaultVisibilitySettings.py │ │ │ │ │ │ ├── WorksetFilter.py │ │ │ │ │ │ ├── WorksetId.py │ │ │ │ │ │ ├── WorksetKind.py │ │ │ │ │ │ ├── WorksetKindFilter.py │ │ │ │ │ │ ├── WorksetPreview.py │ │ │ │ │ │ ├── WorksetTable.py │ │ │ │ │ │ ├── WorksetVisibility.py │ │ │ │ │ │ ├── WorksharingDisplayGraphicSettings.py │ │ │ │ │ │ ├── WorksharingDisplayMode.py │ │ │ │ │ │ ├── WorksharingDisplaySettings.py │ │ │ │ │ │ ├── WorksharingSaveAsOptions.py │ │ │ │ │ │ ├── WorksharingTooltipInfo.py │ │ │ │ │ │ ├── WorksharingUtils.py │ │ │ │ │ │ ├── XYZ.py │ │ │ │ │ │ ├── ZoomFitType.py │ │ │ │ │ │ ├── ZoomType.py │ │ │ │ │ │ └── __init__.py │ │ │ │ ├── Exceptions.py │ │ │ │ ├── UI │ │ │ │ │ ├── Events.py │ │ │ │ │ ├── Macros.py │ │ │ │ │ ├── Mechanical.py │ │ │ │ │ ├── Plumbing.py │ │ │ │ │ ├── Selection.py │ │ │ │ │ ├── __init__.py │ │ │ │ │ └── __init___parts │ │ │ │ │ │ ├── AddInCommandBinding.py │ │ │ │ │ │ ├── ButtonData.py │ │ │ │ │ │ ├── ColorSelectionDialog.py │ │ │ │ │ │ ├── ComboBox.py │ │ │ │ │ │ ├── ComboBoxData.py │ │ │ │ │ │ ├── ComboBoxMember.py │ │ │ │ │ │ ├── ComboBoxMemberData.py │ │ │ │ │ │ ├── ContextualHelp.py │ │ │ │ │ │ ├── ContextualHelpType.py │ │ │ │ │ │ ├── DockPosition.py │ │ │ │ │ │ ├── DockablePane.py │ │ │ │ │ │ ├── DockablePaneId.py │ │ │ │ │ │ ├── DockablePaneProviderData.py │ │ │ │ │ │ ├── DockablePaneState.py │ │ │ │ │ │ ├── DockablePanes.py │ │ │ │ │ │ ├── DoubleClickAction.py │ │ │ │ │ │ ├── DoubleClickOptions.py │ │ │ │ │ │ ├── DoubleClickTarget.py │ │ │ │ │ │ ├── EditorInteraction.py │ │ │ │ │ │ ├── EditorInteractionType.py │ │ │ │ │ │ ├── ExternalApplicationArray.py │ │ │ │ │ │ ├── ExternalApplicationArrayIterator.py │ │ │ │ │ │ ├── ExternalCommandData.py │ │ │ │ │ │ ├── ExternalEvent.py │ │ │ │ │ │ ├── ExternalEventRequest.py │ │ │ │ │ │ ├── FaceBasedPlacementType.py │ │ │ │ │ │ ├── FamilyInstancePlacingArgs.py │ │ │ │ │ │ ├── FileDialog.py │ │ │ │ │ │ ├── FileOpenDialog.py │ │ │ │ │ │ ├── FileSaveDialog.py │ │ │ │ │ │ ├── FilterDialog.py │ │ │ │ │ │ ├── IControllableDropHandler.py │ │ │ │ │ │ ├── IDockablePaneProvider.py │ │ │ │ │ │ ├── IDropHandler.py │ │ │ │ │ │ ├── IExternalApplication.py │ │ │ │ │ │ ├── IExternalCommand.py │ │ │ │ │ │ ├── IExternalCommandAvailability.py │ │ │ │ │ │ ├── IExternalEventHandler.py │ │ │ │ │ │ ├── IExternalResourceUIServer.py │ │ │ │ │ │ ├── ItemSelectionDialogResult.py │ │ │ │ │ │ ├── PostableCommand.py │ │ │ │ │ │ ├── PreviewControl.py │ │ │ │ │ │ ├── PromptForFamilyInstancePlacementOptions.py │ │ │ │ │ │ ├── PulldownButton.py │ │ │ │ │ │ ├── PulldownButtonData.py │ │ │ │ │ │ ├── PushButton.py │ │ │ │ │ │ ├── PushButtonData.py │ │ │ │ │ │ ├── RadioButtonGroup.py │ │ │ │ │ │ ├── RadioButtonGroupData.py │ │ │ │ │ │ ├── Result.py │ │ │ │ │ │ ├── RevitCommandId.py │ │ │ │ │ │ ├── RevitLinkUIUtils.py │ │ │ │ │ │ ├── RibbonButton.py │ │ │ │ │ │ ├── RibbonItem.py │ │ │ │ │ │ ├── RibbonItemData.py │ │ │ │ │ │ ├── RibbonItemType.py │ │ │ │ │ │ ├── RibbonPanel.py │ │ │ │ │ │ ├── ScrollbarVisibility.py │ │ │ │ │ │ ├── SelectionUIOptions.py │ │ │ │ │ │ ├── SetupEnergySimulationDialog.py │ │ │ │ │ │ ├── SetupEnergySimulationDialogResult.py │ │ │ │ │ │ ├── SketchGalleryOptions.py │ │ │ │ │ │ ├── SplitButton.py │ │ │ │ │ │ ├── SplitButtonData.py │ │ │ │ │ │ ├── Tab.py │ │ │ │ │ │ ├── TabbedDialogAction.py │ │ │ │ │ │ ├── TabbedDialogExtension.py │ │ │ │ │ │ ├── TableViewUIUtils.py │ │ │ │ │ │ ├── TaskDialog.py │ │ │ │ │ │ ├── TaskDialogCommandLinkId.py │ │ │ │ │ │ ├── TaskDialogCommonButtons.py │ │ │ │ │ │ ├── TaskDialogIcon.py │ │ │ │ │ │ ├── TaskDialogResult.py │ │ │ │ │ │ ├── TextBox.py │ │ │ │ │ │ ├── TextBoxData.py │ │ │ │ │ │ ├── TextEditorOptions.py │ │ │ │ │ │ ├── ThinLinesOptions.py │ │ │ │ │ │ ├── ToggleButton.py │ │ │ │ │ │ ├── ToggleButtonData.py │ │ │ │ │ │ ├── UIApplication.py │ │ │ │ │ │ ├── UIControlledApplication.py │ │ │ │ │ │ ├── UIDocument.py │ │ │ │ │ │ ├── UIFabricationUtils.py │ │ │ │ │ │ ├── UISaveAsOptions.py │ │ │ │ │ │ ├── UITheme.py │ │ │ │ │ │ ├── UIThemeManager.py │ │ │ │ │ │ ├── UIView.py │ │ │ │ │ │ └── __init__.py │ │ │ │ ├── Utility.py │ │ │ │ └── __init__.py │ │ │ └── __init__.py │ │ ├── DSCore │ │ │ ├── IO.py │ │ │ └── __init__.py │ │ ├── DSOffice.py │ │ ├── GH_IO │ │ │ ├── Serialization.py │ │ │ ├── Types.py │ │ │ ├── UserInterface.py │ │ │ └── __init__.py │ │ ├── GH_Util │ │ │ ├── MetaBall.py │ │ │ └── __init__.py │ │ ├── Grasshopper │ │ │ ├── Documentation.py │ │ │ ├── GUI │ │ │ │ ├── Alignment.py │ │ │ │ ├── Base.py │ │ │ │ ├── Canvas │ │ │ │ │ ├── Interaction.py │ │ │ │ │ ├── TagArtists.py │ │ │ │ │ └── __init__.py │ │ │ │ ├── Colours.py │ │ │ │ ├── Equations.py │ │ │ │ ├── Gradient.py │ │ │ │ ├── HTML.py │ │ │ │ ├── IconEditor.py │ │ │ │ ├── Layout.py │ │ │ │ ├── MRU.py │ │ │ │ ├── Ribbon.py │ │ │ │ ├── Script.py │ │ │ │ ├── SettingsControls.py │ │ │ │ ├── SettingsControls_parts │ │ │ │ │ ├── GH_AlignWidgetFrontEnd.py │ │ │ │ │ ├── GH_AuthorSettings_FrontEnd.py │ │ │ │ │ ├── GH_AutoSaveSettingsFrontEnd.py │ │ │ │ │ ├── GH_CanvasOverlaySettingsFrontEnd.py │ │ │ │ │ ├── GH_CanvasSettings_FrontEnd.py │ │ │ │ │ ├── GH_CompassWidgetFrontEnd.py │ │ │ │ │ ├── GH_DefaultPreviewColourSettingsFrontEnd.py │ │ │ │ │ ├── GH_DocumentPreviewColourSettingsFrontEnd.py │ │ │ │ │ ├── GH_FontFamilySettingsFrontEnd.py │ │ │ │ │ ├── GH_GHALoadingOptionsFrontEnd.py │ │ │ │ │ ├── GH_GenericCapsulePaletteSettings.py │ │ │ │ │ ├── GH_MarkovWidgetSettingFrontEnd.py │ │ │ │ │ ├── GH_MenuShortcutFrontEnd.py │ │ │ │ │ ├── GH_MessageWidgetFrontEnd.py │ │ │ │ │ ├── GH_NumberFormattingSettingsFrontEnd.py │ │ │ │ │ ├── GH_ObjectMenuSettingsFrontEnd.py │ │ │ │ │ ├── GH_PreviewSettingsFrontEnd.py │ │ │ │ │ ├── GH_ProfilerWidgetFrontEnd.py │ │ │ │ │ ├── GH_PruderySettingsFrontEnd.py │ │ │ │ │ ├── GH_RecentFilesSettingsFrontEnd.py │ │ │ │ │ ├── GH_RibbonSettingsFrontEnd.py │ │ │ │ │ ├── GH_SolverSettings_FrontEnd.py │ │ │ │ │ ├── GH_TemplateFileSettings.py │ │ │ │ │ ├── GH_TooltipSettings_FrontEnd.py │ │ │ │ │ ├── GH_ZuiZoomFrontEnd.py │ │ │ │ │ └── __init__.py │ │ │ │ ├── Stacks.py │ │ │ │ ├── StringDisplay.py │ │ │ │ ├── Theme.py │ │ │ │ ├── Widgets.py │ │ │ │ └── __init__.py │ │ │ ├── Getters.py │ │ │ ├── Kernel │ │ │ │ ├── Attributes.py │ │ │ │ ├── Components.py │ │ │ │ ├── Components_parts │ │ │ │ │ ├── GH_CleanComponentUpgrader.py │ │ │ │ │ ├── GH_CleanTreeComponent.py │ │ │ │ │ ├── GH_CleanTreeComponent_OBSOLETE.py │ │ │ │ │ ├── GH_CleanTreeComponent_OSBOLETE_AS_WELL.py │ │ │ │ │ ├── GH_CurvatureGraphComponent.py │ │ │ │ │ ├── GH_CustomPreviewComponent.py │ │ │ │ │ ├── GH_DataDamAttributes.py │ │ │ │ │ ├── GH_DataDamComponent.py │ │ │ │ │ ├── GH_DocExampleComponent.py │ │ │ │ │ ├── GH_ExplodeTreeComponent.py │ │ │ │ │ ├── GH_ExplodeTreeComponent_OBSOLETE.py │ │ │ │ │ ├── GH_FlattenComponentUpgrader.py │ │ │ │ │ ├── GH_FlattenTreeComponent.py │ │ │ │ │ ├── GH_FlattenTreeComponent_OBSOLETE.py │ │ │ │ │ ├── GH_FlipDataMatrixComponent.py │ │ │ │ │ ├── GH_GraftTreeComponent.py │ │ │ │ │ ├── GH_GraftTreeComponent_OBSOLETE.py │ │ │ │ │ ├── GH_GrasshopperLibraryInfo.py │ │ │ │ │ ├── GH_GroupGeometryComponent.py │ │ │ │ │ ├── GH_IsNullDataComponent_OBSOLETE.py │ │ │ │ │ ├── GH_MatchTreeComponent.py │ │ │ │ │ ├── GH_MergeGroupComponent.py │ │ │ │ │ ├── GH_MetaBallComponent.py │ │ │ │ │ ├── GH_MetaBallComponentThreshold.py │ │ │ │ │ ├── GH_MetaBallComponentThresholdEx.py │ │ │ │ │ ├── GH_PathCompareComponent.py │ │ │ │ │ ├── GH_PointListComponent.py │ │ │ │ │ ├── GH_PruneTreeComponent.py │ │ │ │ │ ├── GH_ReadFileComponent.py │ │ │ │ │ ├── GH_ReadFileComponentAttributes.py │ │ │ │ │ ├── GH_ReplacePathComponent.py │ │ │ │ │ ├── GH_ShiftDataPathComponent.py │ │ │ │ │ ├── GH_SimplifyComponentUpgrader.py │ │ │ │ │ ├── GH_SimplifyTreeComponent.py │ │ │ │ │ ├── GH_SimplifyTreeComponent_OBSOLETE.py │ │ │ │ │ ├── GH_SmoothNumbersComponent.py │ │ │ │ │ ├── GH_SplitGroupComponent.py │ │ │ │ │ ├── GH_StreamFilterComponent.py │ │ │ │ │ ├── GH_StreamFilterComponent_OBSOLETE.py │ │ │ │ │ ├── GH_StreamGateComponent.py │ │ │ │ │ ├── GH_StreamGateComponent_OBSOLETE.py │ │ │ │ │ ├── GH_TextTag3DComponent.py │ │ │ │ │ ├── GH_TextTag3DComponent_OBSOLETE.py │ │ │ │ │ ├── GH_TextTag3DComponent_OBSOLETE_AS_WELL.py │ │ │ │ │ ├── GH_TextTag3DUpgrader.py │ │ │ │ │ ├── GH_TextTagComponent.py │ │ │ │ │ ├── GH_TextTagComponent_OBSOLETE.py │ │ │ │ │ ├── GH_TreeSplitComponent.py │ │ │ │ │ ├── GH_TrimTreeComponent.py │ │ │ │ │ ├── GH_UnflattenTreeComponent.py │ │ │ │ │ ├── GH_UngroupGeometryComponent.py │ │ │ │ │ ├── GH_UpgradeExplodeComponent.py │ │ │ │ │ ├── Upgrade_StreamGateComponent.py │ │ │ │ │ └── __init__.py │ │ │ │ ├── Data.py │ │ │ │ ├── Expressions.py │ │ │ │ ├── GDL.py │ │ │ │ ├── Geometry │ │ │ │ │ ├── ConvexHull.py │ │ │ │ │ ├── Delaunay.py │ │ │ │ │ ├── SpatialTrees.py │ │ │ │ │ ├── Voronoi.py │ │ │ │ │ └── __init__.py │ │ │ │ ├── Graphs.py │ │ │ │ ├── Parameters │ │ │ │ │ ├── Hints.py │ │ │ │ │ └── __init__.py │ │ │ │ ├── Sorting.py │ │ │ │ ├── Special │ │ │ │ │ ├── SketchElements.py │ │ │ │ │ └── __init__.py │ │ │ │ ├── Types │ │ │ │ │ ├── Transforms.py │ │ │ │ │ └── __init__.py │ │ │ │ ├── Undo │ │ │ │ │ ├── Actions.py │ │ │ │ │ └── __init__.py │ │ │ │ ├── Utility.py │ │ │ │ └── __init__.py │ │ │ ├── Plugin.py │ │ │ └── __init__.py │ │ ├── IronPython │ │ │ ├── Modules.py │ │ │ └── __init__.py │ │ ├── Microsoft │ │ │ ├── CSharp.py │ │ │ ├── VisualBasic.py │ │ │ ├── Win32 │ │ │ │ ├── SafeHandles.py │ │ │ │ └── __init__.py │ │ │ └── __init__.py │ │ ├── Revit │ │ │ ├── AnalysisDisplay.py │ │ │ ├── Application.py │ │ │ ├── Elements │ │ │ │ ├── InternalUtilities.py │ │ │ │ ├── Views.py │ │ │ │ └── __init__.py │ │ │ ├── Filter.py │ │ │ ├── GeometryConversion.py │ │ │ ├── GeometryObjects.py │ │ │ ├── GeometryReferences.py │ │ │ ├── Graphics.py │ │ │ ├── References.py │ │ │ ├── Transaction.py │ │ │ └── __init__.py │ │ ├── RevitServices │ │ │ ├── Elements.py │ │ │ ├── EventHandler.py │ │ │ ├── Materials.py │ │ │ ├── Persistence.py │ │ │ ├── Threading.py │ │ │ ├── Transactions.py │ │ │ └── __init__.py │ │ ├── Rhino │ │ │ ├── ApplicationSettings.py │ │ │ ├── Collections.py │ │ │ ├── Commands.py │ │ │ ├── Display.py │ │ │ ├── DocObjects │ │ │ │ ├── Custom.py │ │ │ │ ├── Tables.py │ │ │ │ ├── __init__.py │ │ │ │ └── __init___parts │ │ │ │ │ ├── ActiveSpace.py │ │ │ │ │ ├── AngularDimensionObject.py │ │ │ │ │ ├── AnnotationObjectBase.py │ │ │ │ │ ├── BasepointZero.py │ │ │ │ │ ├── BitmapEntry.py │ │ │ │ │ ├── BrepObject.py │ │ │ │ │ ├── ClippingPlaneObject.py │ │ │ │ │ ├── ConstructionPlane.py │ │ │ │ │ ├── CoordinateSystem.py │ │ │ │ │ ├── CurveObject.py │ │ │ │ │ ├── DetailViewObject.py │ │ │ │ │ ├── DimensionStyle.py │ │ │ │ │ ├── DimensionStyleArrowType.py │ │ │ │ │ ├── DisplayMode.py │ │ │ │ │ ├── DistanceDisplayMode.py │ │ │ │ │ ├── EarthAnchorPoint.py │ │ │ │ │ ├── ExtrusionObject.py │ │ │ │ │ ├── Font.py │ │ │ │ │ ├── GripObject.py │ │ │ │ │ ├── HatchObject.py │ │ │ │ │ ├── HatchPattern.py │ │ │ │ │ ├── HatchPatternFillType.py │ │ │ │ │ ├── HistoryRecord.py │ │ │ │ │ ├── InstanceDefinition.py │ │ │ │ │ ├── InstanceDefinitionArchiveFileStatus.py │ │ │ │ │ ├── InstanceDefinitionLayerStyle.py │ │ │ │ │ ├── InstanceDefinitionUpdateType.py │ │ │ │ │ ├── InstanceObject.py │ │ │ │ │ ├── Layer.py │ │ │ │ │ ├── LeaderObject.py │ │ │ │ │ ├── LightObject.py │ │ │ │ │ ├── LinearDimensionObject.py │ │ │ │ │ ├── Linetype.py │ │ │ │ │ ├── Material.py │ │ │ │ │ ├── MaterialRef.py │ │ │ │ │ ├── MaterialRefCreateParams.py │ │ │ │ │ ├── MaterialRefs.py │ │ │ │ │ ├── MeshObject.py │ │ │ │ │ ├── MorphControlObject.py │ │ │ │ │ ├── ObjRef.py │ │ │ │ │ ├── ObjectAttributes.py │ │ │ │ │ ├── ObjectColorSource.py │ │ │ │ │ ├── ObjectDecoration.py │ │ │ │ │ ├── ObjectEnumeratorSettings.py │ │ │ │ │ ├── ObjectLinetypeSource.py │ │ │ │ │ ├── ObjectMaterialSource.py │ │ │ │ │ ├── ObjectMode.py │ │ │ │ │ ├── ObjectPlotColorSource.py │ │ │ │ │ ├── ObjectPlotWeightSource.py │ │ │ │ │ ├── ObjectType.py │ │ │ │ │ ├── PointCloudObject.py │ │ │ │ │ ├── PointObject.py │ │ │ │ │ ├── RadialDimensionObject.py │ │ │ │ │ ├── ReplayHistoryData.py │ │ │ │ │ ├── ReplayHistoryResult.py │ │ │ │ │ ├── RhinoDeselectAllObjectsEventArgs.py │ │ │ │ │ ├── RhinoModifyObjectAttributesEventArgs.py │ │ │ │ │ ├── RhinoObject.py │ │ │ │ │ ├── RhinoObjectEventArgs.py │ │ │ │ │ ├── RhinoObjectSelectionEventArgs.py │ │ │ │ │ ├── RhinoReplaceObjectEventArgs.py │ │ │ │ │ ├── RhinoTransformObjectsEventArgs.py │ │ │ │ │ ├── SelectionMethod.py │ │ │ │ │ ├── SurfaceObject.py │ │ │ │ │ ├── TextDisplayAlignment.py │ │ │ │ │ ├── TextDotObject.py │ │ │ │ │ ├── TextObject.py │ │ │ │ │ ├── Texture.py │ │ │ │ │ ├── TextureCombineMode.py │ │ │ │ │ ├── TextureType.py │ │ │ │ │ ├── TextureUvwWrapping.py │ │ │ │ │ ├── ViewInfo.py │ │ │ │ │ ├── ViewportInfo.py │ │ │ │ │ └── __init__.py │ │ │ ├── FileIO.py │ │ │ ├── Geometry │ │ │ │ ├── Collections.py │ │ │ │ ├── Intersect.py │ │ │ │ ├── Morphs.py │ │ │ │ ├── __init__.py │ │ │ │ └── __init___parts │ │ │ │ │ ├── AngularDimension.py │ │ │ │ │ ├── AnnotationBase.py │ │ │ │ │ ├── Arc.py │ │ │ │ │ ├── ArcCurve.py │ │ │ │ │ ├── AreaMassProperties.py │ │ │ │ │ ├── BezierCurve.py │ │ │ │ │ ├── BlendContinuity.py │ │ │ │ │ ├── BoundingBox.py │ │ │ │ │ ├── Box.py │ │ │ │ │ ├── Brep.py │ │ │ │ │ ├── BrepEdge.py │ │ │ │ │ ├── BrepFace.py │ │ │ │ │ ├── BrepLoop.py │ │ │ │ │ ├── BrepLoopType.py │ │ │ │ │ ├── BrepRegion.py │ │ │ │ │ ├── BrepRegionFaceSide.py │ │ │ │ │ ├── BrepSolidOrientation.py │ │ │ │ │ ├── BrepTrim.py │ │ │ │ │ ├── BrepTrimType.py │ │ │ │ │ ├── BrepVertex.py │ │ │ │ │ ├── Circle.py │ │ │ │ │ ├── ClippingPlaneSurface.py │ │ │ │ │ ├── ComponentIndex.py │ │ │ │ │ ├── ComponentIndexType.py │ │ │ │ │ ├── Cone.py │ │ │ │ │ ├── Continuity.py │ │ │ │ │ ├── ControlPoint.py │ │ │ │ │ ├── Curve.py │ │ │ │ │ ├── CurveEnd.py │ │ │ │ │ ├── CurveEvaluationSide.py │ │ │ │ │ ├── CurveExtensionStyle.py │ │ │ │ │ ├── CurveKnotStyle.py │ │ │ │ │ ├── CurveOffsetCornerStyle.py │ │ │ │ │ ├── CurveOrientation.py │ │ │ │ │ ├── CurveProxy.py │ │ │ │ │ ├── CurveSimplifyOptions.py │ │ │ │ │ ├── Cylinder.py │ │ │ │ │ ├── DetailView.py │ │ │ │ │ ├── EdgeAdjacency.py │ │ │ │ │ ├── Ellipse.py │ │ │ │ │ ├── ExtrudeCornerType.py │ │ │ │ │ ├── Extrusion.py │ │ │ │ │ ├── GeometryBase.py │ │ │ │ │ ├── Hatch.py │ │ │ │ │ ├── InstanceDefinitionGeometry.py │ │ │ │ │ ├── InstanceReferenceGeometry.py │ │ │ │ │ ├── Interpolator.py │ │ │ │ │ ├── Interval.py │ │ │ │ │ ├── IsoStatus.py │ │ │ │ │ ├── Leader.py │ │ │ │ │ ├── Light.py │ │ │ │ │ ├── LightStyle.py │ │ │ │ │ ├── Line.py │ │ │ │ │ ├── LineCurve.py │ │ │ │ │ ├── LinearDimension.py │ │ │ │ │ ├── LoftType.py │ │ │ │ │ ├── Matrix.py │ │ │ │ │ ├── Mesh.py │ │ │ │ │ ├── MeshFace.py │ │ │ │ │ ├── MeshPart.py │ │ │ │ │ ├── MeshPoint.py │ │ │ │ │ ├── MeshType.py │ │ │ │ │ ├── MeshingParameterStyle.py │ │ │ │ │ ├── MeshingParameters.py │ │ │ │ │ ├── MorphControl.py │ │ │ │ │ ├── NurbsCurve.py │ │ │ │ │ ├── NurbsSurface.py │ │ │ │ │ ├── OrdinateDimension.py │ │ │ │ │ ├── Particle.py │ │ │ │ │ ├── ParticleSystem.py │ │ │ │ │ ├── PipeCapMode.py │ │ │ │ │ ├── Plane.py │ │ │ │ │ ├── PlaneFitResult.py │ │ │ │ │ ├── PlaneSurface.py │ │ │ │ │ ├── Point.py │ │ │ │ │ ├── Point2d.py │ │ │ │ │ ├── Point2f.py │ │ │ │ │ ├── Point3d.py │ │ │ │ │ ├── Point3dGrid.py │ │ │ │ │ ├── Point3f.py │ │ │ │ │ ├── Point4d.py │ │ │ │ │ ├── PointCloud.py │ │ │ │ │ ├── PointCloudItem.py │ │ │ │ │ ├── PointContainment.py │ │ │ │ │ ├── PointFaceRelation.py │ │ │ │ │ ├── PolyCurve.py │ │ │ │ │ ├── Polyline.py │ │ │ │ │ ├── PolylineCurve.py │ │ │ │ │ ├── Quaternion.py │ │ │ │ │ ├── RTree.py │ │ │ │ │ ├── RTreeEventArgs.py │ │ │ │ │ ├── RadialDimension.py │ │ │ │ │ ├── Ray3d.py │ │ │ │ │ ├── Rectangle3d.py │ │ │ │ │ ├── RegionContainment.py │ │ │ │ │ ├── RevSurface.py │ │ │ │ │ ├── SpaceMorph.py │ │ │ │ │ ├── Sphere.py │ │ │ │ │ ├── SumSurface.py │ │ │ │ │ ├── Surface.py │ │ │ │ │ ├── SurfaceCurvature.py │ │ │ │ │ ├── SurfaceProxy.py │ │ │ │ │ ├── SweepOneRail.py │ │ │ │ │ ├── SweepTwoRail.py │ │ │ │ │ ├── TextDot.py │ │ │ │ │ ├── TextEntity.py │ │ │ │ │ ├── TextJustification.py │ │ │ │ │ ├── Torus.py │ │ │ │ │ ├── Transform.py │ │ │ │ │ ├── TransformSimilarityType.py │ │ │ │ │ ├── Unroller.py │ │ │ │ │ ├── Vector2d.py │ │ │ │ │ ├── Vector2f.py │ │ │ │ │ ├── Vector3d.py │ │ │ │ │ ├── Vector3f.py │ │ │ │ │ ├── VolumeMassProperties.py │ │ │ │ │ └── __init__.py │ │ │ ├── Input │ │ │ │ ├── Custom.py │ │ │ │ └── __init__.py │ │ │ ├── PlugIns.py │ │ │ ├── Render │ │ │ │ ├── Fields.py │ │ │ │ ├── UI.py │ │ │ │ └── __init__.py │ │ │ ├── Runtime │ │ │ │ ├── InteropWrappers.py │ │ │ │ └── __init__.py │ │ │ ├── UI │ │ │ │ ├── Gumball.py │ │ │ │ └── __init__.py │ │ │ └── __init__.py │ │ ├── System │ │ │ ├── CodeDom │ │ │ │ ├── Compiler.py │ │ │ │ └── __init__.py │ │ │ ├── Collections │ │ │ │ ├── Concurrent.py │ │ │ │ ├── Generic.py │ │ │ │ ├── ObjectModel.py │ │ │ │ ├── Specialized.py │ │ │ │ └── __init__.py │ │ │ ├── ComponentModel │ │ │ │ ├── Design │ │ │ │ │ ├── Serialization.py │ │ │ │ │ └── __init__.py │ │ │ │ ├── __init__.py │ │ │ │ └── __init___parts │ │ │ │ │ ├── AddingNewEventArgs.py │ │ │ │ │ ├── AddingNewEventHandler.py │ │ │ │ │ ├── AmbientValueAttribute.py │ │ │ │ │ ├── ArrayConverter.py │ │ │ │ │ ├── AsyncCompletedEventArgs.py │ │ │ │ │ ├── AsyncCompletedEventHandler.py │ │ │ │ │ ├── AsyncOperation.py │ │ │ │ │ ├── AsyncOperationManager.py │ │ │ │ │ ├── AttributeCollection.py │ │ │ │ │ ├── AttributeProviderAttribute.py │ │ │ │ │ ├── BackgroundWorker.py │ │ │ │ │ ├── BaseNumberConverter.py │ │ │ │ │ ├── BindableAttribute.py │ │ │ │ │ ├── BindableSupport.py │ │ │ │ │ ├── BindingDirection.py │ │ │ │ │ ├── BindingList.py │ │ │ │ │ ├── BooleanConverter.py │ │ │ │ │ ├── BrowsableAttribute.py │ │ │ │ │ ├── ByteConverter.py │ │ │ │ │ ├── CancelEventArgs.py │ │ │ │ │ ├── CancelEventHandler.py │ │ │ │ │ ├── CategoryAttribute.py │ │ │ │ │ ├── CharConverter.py │ │ │ │ │ ├── CollectionChangeAction.py │ │ │ │ │ ├── CollectionChangeEventArgs.py │ │ │ │ │ ├── CollectionChangeEventHandler.py │ │ │ │ │ ├── CollectionConverter.py │ │ │ │ │ ├── ComplexBindingPropertiesAttribute.py │ │ │ │ │ ├── Component.py │ │ │ │ │ ├── ComponentCollection.py │ │ │ │ │ ├── ComponentConverter.py │ │ │ │ │ ├── ComponentEditor.py │ │ │ │ │ ├── ComponentResourceManager.py │ │ │ │ │ ├── Container.py │ │ │ │ │ ├── ContainerFilterService.py │ │ │ │ │ ├── CultureInfoConverter.py │ │ │ │ │ ├── CustomTypeDescriptor.py │ │ │ │ │ ├── DataErrorsChangedEventArgs.py │ │ │ │ │ ├── DataObjectAttribute.py │ │ │ │ │ ├── DataObjectFieldAttribute.py │ │ │ │ │ ├── DataObjectMethodAttribute.py │ │ │ │ │ ├── DataObjectMethodType.py │ │ │ │ │ ├── DateTimeConverter.py │ │ │ │ │ ├── DateTimeOffsetConverter.py │ │ │ │ │ ├── DecimalConverter.py │ │ │ │ │ ├── DefaultBindingPropertyAttribute.py │ │ │ │ │ ├── DefaultEventAttribute.py │ │ │ │ │ ├── DefaultPropertyAttribute.py │ │ │ │ │ ├── DefaultValueAttribute.py │ │ │ │ │ ├── DescriptionAttribute.py │ │ │ │ │ ├── DesignOnlyAttribute.py │ │ │ │ │ ├── DesignTimeVisibleAttribute.py │ │ │ │ │ ├── DesignerAttribute.py │ │ │ │ │ ├── DesignerCategoryAttribute.py │ │ │ │ │ ├── DesignerSerializationVisibility.py │ │ │ │ │ ├── DesignerSerializationVisibilityAttribute.py │ │ │ │ │ ├── DisplayNameAttribute.py │ │ │ │ │ ├── DoWorkEventArgs.py │ │ │ │ │ ├── DoWorkEventHandler.py │ │ │ │ │ ├── DoubleConverter.py │ │ │ │ │ ├── EditorAttribute.py │ │ │ │ │ ├── EditorBrowsableAttribute.py │ │ │ │ │ ├── EditorBrowsableState.py │ │ │ │ │ ├── EnumConverter.py │ │ │ │ │ ├── EventDescriptor.py │ │ │ │ │ ├── EventDescriptorCollection.py │ │ │ │ │ ├── EventHandlerList.py │ │ │ │ │ ├── ExpandableObjectConverter.py │ │ │ │ │ ├── ExtenderProvidedPropertyAttribute.py │ │ │ │ │ ├── GuidConverter.py │ │ │ │ │ ├── HandledEventArgs.py │ │ │ │ │ ├── HandledEventHandler.py │ │ │ │ │ ├── IBindingList.py │ │ │ │ │ ├── IBindingListView.py │ │ │ │ │ ├── ICancelAddNew.py │ │ │ │ │ ├── IChangeTracking.py │ │ │ │ │ ├── IComNativeDescriptorHandler.py │ │ │ │ │ ├── IComponent.py │ │ │ │ │ ├── IContainer.py │ │ │ │ │ ├── ICustomTypeDescriptor.py │ │ │ │ │ ├── IDataErrorInfo.py │ │ │ │ │ ├── IEditableObject.py │ │ │ │ │ ├── IExtenderProvider.py │ │ │ │ │ ├── IIntellisenseBuilder.py │ │ │ │ │ ├── IListSource.py │ │ │ │ │ ├── INestedContainer.py │ │ │ │ │ ├── INestedSite.py │ │ │ │ │ ├── INotifyDataErrorInfo.py │ │ │ │ │ ├── INotifyPropertyChanged.py │ │ │ │ │ ├── INotifyPropertyChanging.py │ │ │ │ │ ├── IRaiseItemChangedEvents.py │ │ │ │ │ ├── IRevertibleChangeTracking.py │ │ │ │ │ ├── ISite.py │ │ │ │ │ ├── ISupportInitialize.py │ │ │ │ │ ├── ISupportInitializeNotification.py │ │ │ │ │ ├── ISynchronizeInvoke.py │ │ │ │ │ ├── ITypeDescriptorContext.py │ │ │ │ │ ├── ITypedList.py │ │ │ │ │ ├── ImmutableObjectAttribute.py │ │ │ │ │ ├── InheritanceAttribute.py │ │ │ │ │ ├── InheritanceLevel.py │ │ │ │ │ ├── InitializationEventAttribute.py │ │ │ │ │ ├── InstallerTypeAttribute.py │ │ │ │ │ ├── InstanceCreationEditor.py │ │ │ │ │ ├── Int16Converter.py │ │ │ │ │ ├── Int32Converter.py │ │ │ │ │ ├── Int64Converter.py │ │ │ │ │ ├── InvalidAsynchronousStateException.py │ │ │ │ │ ├── InvalidEnumArgumentException.py │ │ │ │ │ ├── LicFileLicenseProvider.py │ │ │ │ │ ├── License.py │ │ │ │ │ ├── LicenseContext.py │ │ │ │ │ ├── LicenseException.py │ │ │ │ │ ├── LicenseManager.py │ │ │ │ │ ├── LicenseProvider.py │ │ │ │ │ ├── LicenseProviderAttribute.py │ │ │ │ │ ├── LicenseUsageMode.py │ │ │ │ │ ├── ListBindableAttribute.py │ │ │ │ │ ├── ListChangedEventArgs.py │ │ │ │ │ ├── ListChangedEventHandler.py │ │ │ │ │ ├── ListChangedType.py │ │ │ │ │ ├── ListSortDescription.py │ │ │ │ │ ├── ListSortDescriptionCollection.py │ │ │ │ │ ├── ListSortDirection.py │ │ │ │ │ ├── LocalizableAttribute.py │ │ │ │ │ ├── LookupBindingPropertiesAttribute.py │ │ │ │ │ ├── MarshalByValueComponent.py │ │ │ │ │ ├── MaskedTextProvider.py │ │ │ │ │ ├── MaskedTextResultHint.py │ │ │ │ │ ├── MemberDescriptor.py │ │ │ │ │ ├── MergablePropertyAttribute.py │ │ │ │ │ ├── MultilineStringConverter.py │ │ │ │ │ ├── NestedContainer.py │ │ │ │ │ ├── NotifyParentPropertyAttribute.py │ │ │ │ │ ├── NullableConverter.py │ │ │ │ │ ├── ParenthesizePropertyNameAttribute.py │ │ │ │ │ ├── PasswordPropertyTextAttribute.py │ │ │ │ │ ├── ProgressChangedEventArgs.py │ │ │ │ │ ├── ProgressChangedEventHandler.py │ │ │ │ │ ├── PropertyChangedEventArgs.py │ │ │ │ │ ├── PropertyChangedEventHandler.py │ │ │ │ │ ├── PropertyChangingEventArgs.py │ │ │ │ │ ├── PropertyChangingEventHandler.py │ │ │ │ │ ├── PropertyDescriptor.py │ │ │ │ │ ├── PropertyDescriptorCollection.py │ │ │ │ │ ├── PropertyTabAttribute.py │ │ │ │ │ ├── PropertyTabScope.py │ │ │ │ │ ├── ProvidePropertyAttribute.py │ │ │ │ │ ├── ReadOnlyAttribute.py │ │ │ │ │ ├── RecommendedAsConfigurableAttribute.py │ │ │ │ │ ├── ReferenceConverter.py │ │ │ │ │ ├── RefreshEventArgs.py │ │ │ │ │ ├── RefreshEventHandler.py │ │ │ │ │ ├── RefreshProperties.py │ │ │ │ │ ├── RefreshPropertiesAttribute.py │ │ │ │ │ ├── RunInstallerAttribute.py │ │ │ │ │ ├── RunWorkerCompletedEventArgs.py │ │ │ │ │ ├── RunWorkerCompletedEventHandler.py │ │ │ │ │ ├── SByteConverter.py │ │ │ │ │ ├── SettingsBindableAttribute.py │ │ │ │ │ ├── SingleConverter.py │ │ │ │ │ ├── StringConverter.py │ │ │ │ │ ├── SyntaxCheck.py │ │ │ │ │ ├── TimeSpanConverter.py │ │ │ │ │ ├── ToolboxItemAttribute.py │ │ │ │ │ ├── ToolboxItemFilterAttribute.py │ │ │ │ │ ├── ToolboxItemFilterType.py │ │ │ │ │ ├── TypeConverter.py │ │ │ │ │ ├── TypeConverterAttribute.py │ │ │ │ │ ├── TypeDescriptionProvider.py │ │ │ │ │ ├── TypeDescriptionProviderAttribute.py │ │ │ │ │ ├── TypeDescriptor.py │ │ │ │ │ ├── TypeListConverter.py │ │ │ │ │ ├── UInt16Converter.py │ │ │ │ │ ├── UInt32Converter.py │ │ │ │ │ ├── UInt64Converter.py │ │ │ │ │ ├── WarningException.py │ │ │ │ │ ├── Win32Exception.py │ │ │ │ │ └── __init__.py │ │ │ ├── Configuration.py │ │ │ ├── Diagnostics │ │ │ │ ├── CodeAnalysis.py │ │ │ │ ├── __init__.py │ │ │ │ └── __init___parts │ │ │ │ │ ├── BooleanSwitch.py │ │ │ │ │ ├── ConditionalAttribute.py │ │ │ │ │ ├── ConsoleTraceListener.py │ │ │ │ │ ├── CorrelationManager.py │ │ │ │ │ ├── CounterCreationData.py │ │ │ │ │ ├── CounterCreationDataCollection.py │ │ │ │ │ ├── CounterSample.py │ │ │ │ │ ├── CounterSampleCalculator.py │ │ │ │ │ ├── DataReceivedEventArgs.py │ │ │ │ │ ├── DataReceivedEventHandler.py │ │ │ │ │ ├── Debug.py │ │ │ │ │ ├── DebuggableAttribute.py │ │ │ │ │ ├── Debugger.py │ │ │ │ │ ├── DebuggerBrowsableAttribute.py │ │ │ │ │ ├── DebuggerBrowsableState.py │ │ │ │ │ ├── DebuggerDisplayAttribute.py │ │ │ │ │ ├── DebuggerHiddenAttribute.py │ │ │ │ │ ├── DebuggerNonUserCodeAttribute.py │ │ │ │ │ ├── DebuggerStepThroughAttribute.py │ │ │ │ │ ├── DebuggerStepperBoundaryAttribute.py │ │ │ │ │ ├── DebuggerTypeProxyAttribute.py │ │ │ │ │ ├── DebuggerVisualizerAttribute.py │ │ │ │ │ ├── DefaultTraceListener.py │ │ │ │ │ ├── DelimitedListTraceListener.py │ │ │ │ │ ├── DiagnosticsConfigurationHandler.py │ │ │ │ │ ├── EntryWrittenEventArgs.py │ │ │ │ │ ├── EntryWrittenEventHandler.py │ │ │ │ │ ├── EventInstance.py │ │ │ │ │ ├── EventLog.py │ │ │ │ │ ├── EventLogEntry.py │ │ │ │ │ ├── EventLogEntryCollection.py │ │ │ │ │ ├── EventLogEntryType.py │ │ │ │ │ ├── EventLogPermission.py │ │ │ │ │ ├── EventLogPermissionAccess.py │ │ │ │ │ ├── EventLogPermissionAttribute.py │ │ │ │ │ ├── EventLogPermissionEntry.py │ │ │ │ │ ├── EventLogPermissionEntryCollection.py │ │ │ │ │ ├── EventLogTraceListener.py │ │ │ │ │ ├── EventSourceCreationData.py │ │ │ │ │ ├── EventTypeFilter.py │ │ │ │ │ ├── FileVersionInfo.py │ │ │ │ │ ├── ICollectData.py │ │ │ │ │ ├── InstanceData.py │ │ │ │ │ ├── InstanceDataCollection.py │ │ │ │ │ ├── InstanceDataCollectionCollection.py │ │ │ │ │ ├── MonitoringDescriptionAttribute.py │ │ │ │ │ ├── OverflowAction.py │ │ │ │ │ ├── PerformanceCounter.py │ │ │ │ │ ├── PerformanceCounterCategory.py │ │ │ │ │ ├── PerformanceCounterCategoryType.py │ │ │ │ │ ├── PerformanceCounterInstanceLifetime.py │ │ │ │ │ ├── PerformanceCounterManager.py │ │ │ │ │ ├── PerformanceCounterPermission.py │ │ │ │ │ ├── PerformanceCounterPermissionAccess.py │ │ │ │ │ ├── PerformanceCounterPermissionAttribute.py │ │ │ │ │ ├── PerformanceCounterPermissionEntry.py │ │ │ │ │ ├── PerformanceCounterPermissionEntryCollection.py │ │ │ │ │ ├── PerformanceCounterType.py │ │ │ │ │ ├── Process.py │ │ │ │ │ ├── ProcessModule.py │ │ │ │ │ ├── ProcessModuleCollection.py │ │ │ │ │ ├── ProcessPriorityClass.py │ │ │ │ │ ├── ProcessStartInfo.py │ │ │ │ │ ├── ProcessThread.py │ │ │ │ │ ├── ProcessThreadCollection.py │ │ │ │ │ ├── ProcessWindowStyle.py │ │ │ │ │ ├── SourceFilter.py │ │ │ │ │ ├── SourceLevels.py │ │ │ │ │ ├── SourceSwitch.py │ │ │ │ │ ├── StackFrame.py │ │ │ │ │ ├── StackTrace.py │ │ │ │ │ ├── Stopwatch.py │ │ │ │ │ ├── Switch.py │ │ │ │ │ ├── SwitchAttribute.py │ │ │ │ │ ├── SwitchLevelAttribute.py │ │ │ │ │ ├── TextWriterTraceListener.py │ │ │ │ │ ├── ThreadPriorityLevel.py │ │ │ │ │ ├── ThreadState.py │ │ │ │ │ ├── ThreadWaitReason.py │ │ │ │ │ ├── Trace.py │ │ │ │ │ ├── TraceEventCache.py │ │ │ │ │ ├── TraceEventType.py │ │ │ │ │ ├── TraceFilter.py │ │ │ │ │ ├── TraceLevel.py │ │ │ │ │ ├── TraceListener.py │ │ │ │ │ ├── TraceListenerCollection.py │ │ │ │ │ ├── TraceOptions.py │ │ │ │ │ ├── TraceSource.py │ │ │ │ │ ├── TraceSwitch.py │ │ │ │ │ ├── XmlWriterTraceListener.py │ │ │ │ │ └── __init__.py │ │ │ ├── Drawing │ │ │ │ ├── Configuration.py │ │ │ │ ├── Design.py │ │ │ │ ├── Drawing2D.py │ │ │ │ ├── Imaging.py │ │ │ │ ├── Printing.py │ │ │ │ ├── Text.py │ │ │ │ ├── __init__.py │ │ │ │ └── __init___parts │ │ │ │ │ ├── Bitmap.py │ │ │ │ │ ├── BitmapSuffixInSameAssemblyAttribute.py │ │ │ │ │ ├── BitmapSuffixInSatelliteAssemblyAttribute.py │ │ │ │ │ ├── Brush.py │ │ │ │ │ ├── Brushes.py │ │ │ │ │ ├── BufferedGraphics.py │ │ │ │ │ ├── BufferedGraphicsContext.py │ │ │ │ │ ├── BufferedGraphicsManager.py │ │ │ │ │ ├── CharacterRange.py │ │ │ │ │ ├── Color.py │ │ │ │ │ ├── ColorConverter.py │ │ │ │ │ ├── ColorTranslator.py │ │ │ │ │ ├── ContentAlignment.py │ │ │ │ │ ├── CopyPixelOperation.py │ │ │ │ │ ├── Font.py │ │ │ │ │ ├── FontConverter.py │ │ │ │ │ ├── FontFamily.py │ │ │ │ │ ├── FontStyle.py │ │ │ │ │ ├── Graphics.py │ │ │ │ │ ├── GraphicsUnit.py │ │ │ │ │ ├── IDeviceContext.py │ │ │ │ │ ├── Icon.py │ │ │ │ │ ├── IconConverter.py │ │ │ │ │ ├── Image.py │ │ │ │ │ ├── ImageAnimator.py │ │ │ │ │ ├── ImageConverter.py │ │ │ │ │ ├── ImageFormatConverter.py │ │ │ │ │ ├── KnownColor.py │ │ │ │ │ ├── Pen.py │ │ │ │ │ ├── Pens.py │ │ │ │ │ ├── Point.py │ │ │ │ │ ├── PointConverter.py │ │ │ │ │ ├── PointF.py │ │ │ │ │ ├── Rectangle.py │ │ │ │ │ ├── RectangleConverter.py │ │ │ │ │ ├── RectangleF.py │ │ │ │ │ ├── Region.py │ │ │ │ │ ├── RotateFlipType.py │ │ │ │ │ ├── Size.py │ │ │ │ │ ├── SizeConverter.py │ │ │ │ │ ├── SizeF.py │ │ │ │ │ ├── SizeFConverter.py │ │ │ │ │ ├── SolidBrush.py │ │ │ │ │ ├── StringAlignment.py │ │ │ │ │ ├── StringDigitSubstitute.py │ │ │ │ │ ├── StringFormat.py │ │ │ │ │ ├── StringFormatFlags.py │ │ │ │ │ ├── StringTrimming.py │ │ │ │ │ ├── StringUnit.py │ │ │ │ │ ├── SystemBrushes.py │ │ │ │ │ ├── SystemColors.py │ │ │ │ │ ├── SystemFonts.py │ │ │ │ │ ├── SystemIcons.py │ │ │ │ │ ├── SystemPens.py │ │ │ │ │ ├── TextureBrush.py │ │ │ │ │ ├── ToolboxBitmapAttribute.py │ │ │ │ │ └── __init__.py │ │ │ ├── IO │ │ │ │ ├── Compression.py │ │ │ │ ├── Packaging.py │ │ │ │ ├── Ports.py │ │ │ │ ├── __init__.py │ │ │ │ └── __init___parts │ │ │ │ │ ├── BinaryReader.py │ │ │ │ │ ├── BinaryWriter.py │ │ │ │ │ ├── BufferedStream.py │ │ │ │ │ ├── Directory.py │ │ │ │ │ ├── DirectoryInfo.py │ │ │ │ │ ├── DirectoryNotFoundException.py │ │ │ │ │ ├── DriveInfo.py │ │ │ │ │ ├── DriveNotFoundException.py │ │ │ │ │ ├── DriveType.py │ │ │ │ │ ├── EndOfStreamException.py │ │ │ │ │ ├── ErrorEventArgs.py │ │ │ │ │ ├── ErrorEventHandler.py │ │ │ │ │ ├── File.py │ │ │ │ │ ├── FileAccess.py │ │ │ │ │ ├── FileAttributes.py │ │ │ │ │ ├── FileInfo.py │ │ │ │ │ ├── FileLoadException.py │ │ │ │ │ ├── FileMode.py │ │ │ │ │ ├── FileNotFoundException.py │ │ │ │ │ ├── FileOptions.py │ │ │ │ │ ├── FileShare.py │ │ │ │ │ ├── FileStream.py │ │ │ │ │ ├── FileSystemEventArgs.py │ │ │ │ │ ├── FileSystemEventHandler.py │ │ │ │ │ ├── FileSystemInfo.py │ │ │ │ │ ├── FileSystemWatcher.py │ │ │ │ │ ├── IODescriptionAttribute.py │ │ │ │ │ ├── IOException.py │ │ │ │ │ ├── InternalBufferOverflowException.py │ │ │ │ │ ├── InvalidDataException.py │ │ │ │ │ ├── MemoryStream.py │ │ │ │ │ ├── NotifyFilters.py │ │ │ │ │ ├── Path.py │ │ │ │ │ ├── PathTooLongException.py │ │ │ │ │ ├── RenamedEventArgs.py │ │ │ │ │ ├── RenamedEventHandler.py │ │ │ │ │ ├── SearchOption.py │ │ │ │ │ ├── SeekOrigin.py │ │ │ │ │ ├── Stream.py │ │ │ │ │ ├── StreamReader.py │ │ │ │ │ ├── StreamWriter.py │ │ │ │ │ ├── StringReader.py │ │ │ │ │ ├── StringWriter.py │ │ │ │ │ ├── TextReader.py │ │ │ │ │ ├── TextWriter.py │ │ │ │ │ ├── UnmanagedMemoryAccessor.py │ │ │ │ │ ├── UnmanagedMemoryStream.py │ │ │ │ │ ├── WaitForChangedResult.py │ │ │ │ │ ├── WatcherChangeTypes.py │ │ │ │ │ └── __init__.py │ │ │ ├── Media.py │ │ │ ├── Net │ │ │ │ ├── Cache.py │ │ │ │ ├── Configuration.py │ │ │ │ ├── Mail.py │ │ │ │ ├── Mime.py │ │ │ │ ├── NetworkInformation.py │ │ │ │ ├── Security.py │ │ │ │ ├── Sockets.py │ │ │ │ ├── WebSockets.py │ │ │ │ ├── __init__.py │ │ │ │ └── __init___parts │ │ │ │ │ ├── AuthenticationManager.py │ │ │ │ │ ├── AuthenticationSchemeSelector.py │ │ │ │ │ ├── AuthenticationSchemes.py │ │ │ │ │ ├── Authorization.py │ │ │ │ │ ├── BindIPEndPoint.py │ │ │ │ │ ├── Cookie.py │ │ │ │ │ ├── CookieCollection.py │ │ │ │ │ ├── CookieContainer.py │ │ │ │ │ ├── CookieException.py │ │ │ │ │ ├── CredentialCache.py │ │ │ │ │ ├── DecompressionMethods.py │ │ │ │ │ ├── Dns.py │ │ │ │ │ ├── DnsEndPoint.py │ │ │ │ │ ├── DnsPermission.py │ │ │ │ │ ├── DnsPermissionAttribute.py │ │ │ │ │ ├── DownloadDataCompletedEventArgs.py │ │ │ │ │ ├── DownloadDataCompletedEventHandler.py │ │ │ │ │ ├── DownloadProgressChangedEventArgs.py │ │ │ │ │ ├── DownloadProgressChangedEventHandler.py │ │ │ │ │ ├── DownloadStringCompletedEventArgs.py │ │ │ │ │ ├── DownloadStringCompletedEventHandler.py │ │ │ │ │ ├── EndPoint.py │ │ │ │ │ ├── EndpointPermission.py │ │ │ │ │ ├── FileWebRequest.py │ │ │ │ │ ├── FileWebResponse.py │ │ │ │ │ ├── FtpStatusCode.py │ │ │ │ │ ├── FtpWebRequest.py │ │ │ │ │ ├── FtpWebResponse.py │ │ │ │ │ ├── GlobalProxySelection.py │ │ │ │ │ ├── HttpContinueDelegate.py │ │ │ │ │ ├── HttpListener.py │ │ │ │ │ ├── HttpListenerBasicIdentity.py │ │ │ │ │ ├── HttpListenerContext.py │ │ │ │ │ ├── HttpListenerException.py │ │ │ │ │ ├── HttpListenerPrefixCollection.py │ │ │ │ │ ├── HttpListenerRequest.py │ │ │ │ │ ├── HttpListenerResponse.py │ │ │ │ │ ├── HttpListenerTimeoutManager.py │ │ │ │ │ ├── HttpRequestHeader.py │ │ │ │ │ ├── HttpResponseHeader.py │ │ │ │ │ ├── HttpStatusCode.py │ │ │ │ │ ├── HttpVersion.py │ │ │ │ │ ├── HttpWebRequest.py │ │ │ │ │ ├── HttpWebResponse.py │ │ │ │ │ ├── IAuthenticationModule.py │ │ │ │ │ ├── ICertificatePolicy.py │ │ │ │ │ ├── ICredentialPolicy.py │ │ │ │ │ ├── ICredentials.py │ │ │ │ │ ├── ICredentialsByHost.py │ │ │ │ │ ├── IPAddress.py │ │ │ │ │ ├── IPEndPoint.py │ │ │ │ │ ├── IPHostEntry.py │ │ │ │ │ ├── IWebProxy.py │ │ │ │ │ ├── IWebProxyScript.py │ │ │ │ │ ├── IWebRequestCreate.py │ │ │ │ │ ├── NetworkAccess.py │ │ │ │ │ ├── NetworkCredential.py │ │ │ │ │ ├── OpenReadCompletedEventArgs.py │ │ │ │ │ ├── OpenReadCompletedEventHandler.py │ │ │ │ │ ├── OpenWriteCompletedEventArgs.py │ │ │ │ │ ├── OpenWriteCompletedEventHandler.py │ │ │ │ │ ├── ProtocolViolationException.py │ │ │ │ │ ├── SecurityProtocolType.py │ │ │ │ │ ├── ServicePoint.py │ │ │ │ │ ├── ServicePointManager.py │ │ │ │ │ ├── SocketAddress.py │ │ │ │ │ ├── SocketPermission.py │ │ │ │ │ ├── SocketPermissionAttribute.py │ │ │ │ │ ├── TransportContext.py │ │ │ │ │ ├── TransportType.py │ │ │ │ │ ├── UploadDataCompletedEventArgs.py │ │ │ │ │ ├── UploadDataCompletedEventHandler.py │ │ │ │ │ ├── UploadFileCompletedEventArgs.py │ │ │ │ │ ├── UploadFileCompletedEventHandler.py │ │ │ │ │ ├── UploadProgressChangedEventArgs.py │ │ │ │ │ ├── UploadProgressChangedEventHandler.py │ │ │ │ │ ├── UploadStringCompletedEventArgs.py │ │ │ │ │ ├── UploadStringCompletedEventHandler.py │ │ │ │ │ ├── UploadValuesCompletedEventArgs.py │ │ │ │ │ ├── UploadValuesCompletedEventHandler.py │ │ │ │ │ ├── WebClient.py │ │ │ │ │ ├── WebException.py │ │ │ │ │ ├── WebExceptionStatus.py │ │ │ │ │ ├── WebHeaderCollection.py │ │ │ │ │ ├── WebPermission.py │ │ │ │ │ ├── WebPermissionAttribute.py │ │ │ │ │ ├── WebProxy.py │ │ │ │ │ ├── WebRequest.py │ │ │ │ │ ├── WebRequestMethods.py │ │ │ │ │ ├── WebResponse.py │ │ │ │ │ ├── WebUtility.py │ │ │ │ │ ├── WriteStreamClosedEventArgs.py │ │ │ │ │ ├── WriteStreamClosedEventHandler.py │ │ │ │ │ └── __init__.py │ │ │ ├── Resources.py │ │ │ ├── Runtime │ │ │ │ ├── InteropServices │ │ │ │ │ ├── ComTypes.py │ │ │ │ │ ├── __init__.py │ │ │ │ │ └── __init___parts │ │ │ │ │ │ ├── AllowReversePInvokeCallsAttribute.py │ │ │ │ │ │ ├── ArrayWithOffset.py │ │ │ │ │ │ ├── AssemblyRegistrationFlags.py │ │ │ │ │ │ ├── AutomationProxyAttribute.py │ │ │ │ │ │ ├── BINDPTR.py │ │ │ │ │ │ ├── BIND_OPTS.py │ │ │ │ │ │ ├── BStrWrapper.py │ │ │ │ │ │ ├── BestFitMappingAttribute.py │ │ │ │ │ │ ├── CALLCONV.py │ │ │ │ │ │ ├── COMException.py │ │ │ │ │ │ ├── CONNECTDATA.py │ │ │ │ │ │ ├── CallingConvention.py │ │ │ │ │ │ ├── CharSet.py │ │ │ │ │ │ ├── ClassInterfaceAttribute.py │ │ │ │ │ │ ├── ClassInterfaceType.py │ │ │ │ │ │ ├── CoClassAttribute.py │ │ │ │ │ │ ├── ComAliasNameAttribute.py │ │ │ │ │ │ ├── ComCompatibleVersionAttribute.py │ │ │ │ │ │ ├── ComConversionLossAttribute.py │ │ │ │ │ │ ├── ComDefaultInterfaceAttribute.py │ │ │ │ │ │ ├── ComEventInterfaceAttribute.py │ │ │ │ │ │ ├── ComEventsHelper.py │ │ │ │ │ │ ├── ComImportAttribute.py │ │ │ │ │ │ ├── ComInterfaceType.py │ │ │ │ │ │ ├── ComMemberType.py │ │ │ │ │ │ ├── ComRegisterFunctionAttribute.py │ │ │ │ │ │ ├── ComSourceInterfacesAttribute.py │ │ │ │ │ │ ├── ComUnregisterFunctionAttribute.py │ │ │ │ │ │ ├── ComVisibleAttribute.py │ │ │ │ │ │ ├── CriticalHandle.py │ │ │ │ │ │ ├── CurrencyWrapper.py │ │ │ │ │ │ ├── CustomQueryInterfaceMode.py │ │ │ │ │ │ ├── CustomQueryInterfaceResult.py │ │ │ │ │ │ ├── DESCKIND.py │ │ │ │ │ │ ├── DISPPARAMS.py │ │ │ │ │ │ ├── DefaultCharSetAttribute.py │ │ │ │ │ │ ├── DefaultDllImportSearchPathsAttribute.py │ │ │ │ │ │ ├── DefaultParameterValueAttribute.py │ │ │ │ │ │ ├── DispIdAttribute.py │ │ │ │ │ │ ├── DispatchWrapper.py │ │ │ │ │ │ ├── DllImportAttribute.py │ │ │ │ │ │ ├── DllImportSearchPath.py │ │ │ │ │ │ ├── ELEMDESC.py │ │ │ │ │ │ ├── EXCEPINFO.py │ │ │ │ │ │ ├── ErrorWrapper.py │ │ │ │ │ │ ├── ExporterEventKind.py │ │ │ │ │ │ ├── ExtensibleClassFactory.py │ │ │ │ │ │ ├── ExternalException.py │ │ │ │ │ │ ├── FILETIME.py │ │ │ │ │ │ ├── FUNCDESC.py │ │ │ │ │ │ ├── FUNCFLAGS.py │ │ │ │ │ │ ├── FUNCKIND.py │ │ │ │ │ │ ├── FieldOffsetAttribute.py │ │ │ │ │ │ ├── GCHandle.py │ │ │ │ │ │ ├── GCHandleType.py │ │ │ │ │ │ ├── GuidAttribute.py │ │ │ │ │ │ ├── HandleCollector.py │ │ │ │ │ │ ├── HandleRef.py │ │ │ │ │ │ ├── ICustomAdapter.py │ │ │ │ │ │ ├── ICustomFactory.py │ │ │ │ │ │ ├── ICustomMarshaler.py │ │ │ │ │ │ ├── ICustomQueryInterface.py │ │ │ │ │ │ ├── IDLDESC.py │ │ │ │ │ │ ├── IDLFLAG.py │ │ │ │ │ │ ├── IDispatchImplAttribute.py │ │ │ │ │ │ ├── IDispatchImplType.py │ │ │ │ │ │ ├── IMPLTYPEFLAGS.py │ │ │ │ │ │ ├── INVOKEKIND.py │ │ │ │ │ │ ├── IRegistrationServices.py │ │ │ │ │ │ ├── ITypeLibConverter.py │ │ │ │ │ │ ├── ITypeLibExporterNameProvider.py │ │ │ │ │ │ ├── ITypeLibExporterNotifySink.py │ │ │ │ │ │ ├── ITypeLibImporterNotifySink.py │ │ │ │ │ │ ├── ImportedFromTypeLibAttribute.py │ │ │ │ │ │ ├── ImporterEventKind.py │ │ │ │ │ │ ├── InAttribute.py │ │ │ │ │ │ ├── InterfaceTypeAttribute.py │ │ │ │ │ │ ├── InvalidComObjectException.py │ │ │ │ │ │ ├── InvalidOleVariantTypeException.py │ │ │ │ │ │ ├── LCIDConversionAttribute.py │ │ │ │ │ │ ├── LIBFLAGS.py │ │ │ │ │ │ ├── LayoutKind.py │ │ │ │ │ │ ├── ManagedToNativeComInteropStubAttribute.py │ │ │ │ │ │ ├── Marshal.py │ │ │ │ │ │ ├── MarshalAsAttribute.py │ │ │ │ │ │ ├── MarshalDirectiveException.py │ │ │ │ │ │ ├── ObjectCreationDelegate.py │ │ │ │ │ │ ├── OptionalAttribute.py │ │ │ │ │ │ ├── OutAttribute.py │ │ │ │ │ │ ├── PARAMDESC.py │ │ │ │ │ │ ├── PARAMFLAG.py │ │ │ │ │ │ ├── PreserveSigAttribute.py │ │ │ │ │ │ ├── PrimaryInteropAssemblyAttribute.py │ │ │ │ │ │ ├── ProgIdAttribute.py │ │ │ │ │ │ ├── RegistrationClassContext.py │ │ │ │ │ │ ├── RegistrationConnectionType.py │ │ │ │ │ │ ├── RegistrationServices.py │ │ │ │ │ │ ├── RuntimeEnvironment.py │ │ │ │ │ │ ├── SEHException.py │ │ │ │ │ │ ├── STATSTG.py │ │ │ │ │ │ ├── SYSKIND.py │ │ │ │ │ │ ├── SafeArrayRankMismatchException.py │ │ │ │ │ │ ├── SafeArrayTypeMismatchException.py │ │ │ │ │ │ ├── SafeBuffer.py │ │ │ │ │ │ ├── SafeHandle.py │ │ │ │ │ │ ├── SetWin32ContextInIDispatchAttribute.py │ │ │ │ │ │ ├── StandardOleMarshalObject.py │ │ │ │ │ │ ├── StructLayoutAttribute.py │ │ │ │ │ │ ├── TYPEATTR.py │ │ │ │ │ │ ├── TYPEDESC.py │ │ │ │ │ │ ├── TYPEFLAGS.py │ │ │ │ │ │ ├── TYPEKIND.py │ │ │ │ │ │ ├── TYPELIBATTR.py │ │ │ │ │ │ ├── TypeIdentifierAttribute.py │ │ │ │ │ │ ├── TypeLibConverter.py │ │ │ │ │ │ ├── TypeLibExporterFlags.py │ │ │ │ │ │ ├── TypeLibFuncAttribute.py │ │ │ │ │ │ ├── TypeLibFuncFlags.py │ │ │ │ │ │ ├── TypeLibImportClassAttribute.py │ │ │ │ │ │ ├── TypeLibImporterFlags.py │ │ │ │ │ │ ├── TypeLibTypeAttribute.py │ │ │ │ │ │ ├── TypeLibTypeFlags.py │ │ │ │ │ │ ├── TypeLibVarAttribute.py │ │ │ │ │ │ ├── TypeLibVarFlags.py │ │ │ │ │ │ ├── TypeLibVersionAttribute.py │ │ │ │ │ │ ├── UCOMIBindCtx.py │ │ │ │ │ │ ├── UCOMIConnectionPoint.py │ │ │ │ │ │ ├── UCOMIConnectionPointContainer.py │ │ │ │ │ │ ├── UCOMIEnumConnectionPoints.py │ │ │ │ │ │ ├── UCOMIEnumConnections.py │ │ │ │ │ │ ├── UCOMIEnumMoniker.py │ │ │ │ │ │ ├── UCOMIEnumString.py │ │ │ │ │ │ ├── UCOMIEnumVARIANT.py │ │ │ │ │ │ ├── UCOMIMoniker.py │ │ │ │ │ │ ├── UCOMIPersistFile.py │ │ │ │ │ │ ├── UCOMIRunningObjectTable.py │ │ │ │ │ │ ├── UCOMIStream.py │ │ │ │ │ │ ├── UCOMITypeComp.py │ │ │ │ │ │ ├── UCOMITypeInfo.py │ │ │ │ │ │ ├── UCOMITypeLib.py │ │ │ │ │ │ ├── UnknownWrapper.py │ │ │ │ │ │ ├── UnmanagedFunctionPointerAttribute.py │ │ │ │ │ │ ├── UnmanagedType.py │ │ │ │ │ │ ├── VARDESC.py │ │ │ │ │ │ ├── VARFLAGS.py │ │ │ │ │ │ ├── VarEnum.py │ │ │ │ │ │ ├── VariantWrapper.py │ │ │ │ │ │ ├── _Activator.py │ │ │ │ │ │ ├── _Assembly.py │ │ │ │ │ │ ├── _AssemblyBuilder.py │ │ │ │ │ │ ├── _AssemblyName.py │ │ │ │ │ │ ├── _Attribute.py │ │ │ │ │ │ ├── _ConstructorBuilder.py │ │ │ │ │ │ ├── _ConstructorInfo.py │ │ │ │ │ │ ├── _CustomAttributeBuilder.py │ │ │ │ │ │ ├── _EnumBuilder.py │ │ │ │ │ │ ├── _EventBuilder.py │ │ │ │ │ │ ├── _EventInfo.py │ │ │ │ │ │ ├── _Exception.py │ │ │ │ │ │ ├── _FieldBuilder.py │ │ │ │ │ │ ├── _FieldInfo.py │ │ │ │ │ │ ├── _ILGenerator.py │ │ │ │ │ │ ├── _LocalBuilder.py │ │ │ │ │ │ ├── _MemberInfo.py │ │ │ │ │ │ ├── _MethodBase.py │ │ │ │ │ │ ├── _MethodBuilder.py │ │ │ │ │ │ ├── _MethodInfo.py │ │ │ │ │ │ ├── _MethodRental.py │ │ │ │ │ │ ├── _Module.py │ │ │ │ │ │ ├── _ModuleBuilder.py │ │ │ │ │ │ ├── _ParameterBuilder.py │ │ │ │ │ │ ├── _ParameterInfo.py │ │ │ │ │ │ ├── _PropertyBuilder.py │ │ │ │ │ │ ├── _PropertyInfo.py │ │ │ │ │ │ ├── _SignatureHelper.py │ │ │ │ │ │ ├── _Thread.py │ │ │ │ │ │ ├── _Type.py │ │ │ │ │ │ ├── _TypeBuilder.py │ │ │ │ │ │ └── __init__.py │ │ │ │ ├── Versioning.py │ │ │ │ └── __init__.py │ │ │ ├── Security │ │ │ │ ├── AccessControl.py │ │ │ │ ├── AccessControl_parts │ │ │ │ │ ├── AccessControlActions.py │ │ │ │ │ ├── AccessControlModification.py │ │ │ │ │ ├── AccessControlSections.py │ │ │ │ │ ├── AccessControlType.py │ │ │ │ │ ├── AceEnumerator.py │ │ │ │ │ ├── AceFlags.py │ │ │ │ │ ├── AceQualifier.py │ │ │ │ │ ├── AceType.py │ │ │ │ │ ├── AuditFlags.py │ │ │ │ │ ├── AuthorizationRule.py │ │ │ │ │ ├── AuthorizationRuleCollection.py │ │ │ │ │ ├── CommonAce.py │ │ │ │ │ ├── CommonAcl.py │ │ │ │ │ ├── CommonObjectSecurity.py │ │ │ │ │ ├── CommonSecurityDescriptor.py │ │ │ │ │ ├── CompoundAce.py │ │ │ │ │ ├── CompoundAceType.py │ │ │ │ │ ├── ControlFlags.py │ │ │ │ │ ├── CryptoKeyAccessRule.py │ │ │ │ │ ├── CryptoKeyAuditRule.py │ │ │ │ │ ├── CryptoKeyRights.py │ │ │ │ │ ├── CryptoKeySecurity.py │ │ │ │ │ ├── CustomAce.py │ │ │ │ │ ├── DirectoryObjectSecurity.py │ │ │ │ │ ├── DirectorySecurity.py │ │ │ │ │ ├── DiscretionaryAcl.py │ │ │ │ │ ├── EventWaitHandleAccessRule.py │ │ │ │ │ ├── EventWaitHandleAuditRule.py │ │ │ │ │ ├── EventWaitHandleRights.py │ │ │ │ │ ├── EventWaitHandleSecurity.py │ │ │ │ │ ├── FileSecurity.py │ │ │ │ │ ├── FileSystemAccessRule.py │ │ │ │ │ ├── FileSystemAuditRule.py │ │ │ │ │ ├── FileSystemRights.py │ │ │ │ │ ├── FileSystemSecurity.py │ │ │ │ │ ├── GenericAce.py │ │ │ │ │ ├── GenericAcl.py │ │ │ │ │ ├── GenericSecurityDescriptor.py │ │ │ │ │ ├── InheritanceFlags.py │ │ │ │ │ ├── KnownAce.py │ │ │ │ │ ├── MutexAccessRule.py │ │ │ │ │ ├── MutexAuditRule.py │ │ │ │ │ ├── MutexRights.py │ │ │ │ │ ├── MutexSecurity.py │ │ │ │ │ ├── NativeObjectSecurity.py │ │ │ │ │ ├── ObjectAccessRule.py │ │ │ │ │ ├── ObjectAce.py │ │ │ │ │ ├── ObjectAceFlags.py │ │ │ │ │ ├── ObjectAuditRule.py │ │ │ │ │ ├── PrivilegeNotHeldException.py │ │ │ │ │ ├── PropagationFlags.py │ │ │ │ │ ├── QualifiedAce.py │ │ │ │ │ ├── RawAcl.py │ │ │ │ │ ├── RawSecurityDescriptor.py │ │ │ │ │ ├── RegistryAccessRule.py │ │ │ │ │ ├── RegistryAuditRule.py │ │ │ │ │ ├── RegistryRights.py │ │ │ │ │ ├── RegistrySecurity.py │ │ │ │ │ ├── ResourceType.py │ │ │ │ │ ├── SecurityInfos.py │ │ │ │ │ ├── SemaphoreAccessRule.py │ │ │ │ │ ├── SemaphoreAuditRule.py │ │ │ │ │ ├── SemaphoreRights.py │ │ │ │ │ ├── SemaphoreSecurity.py │ │ │ │ │ ├── SystemAcl.py │ │ │ │ │ └── __init__.py │ │ │ │ ├── Authentication │ │ │ │ │ ├── ExtendedProtection │ │ │ │ │ │ ├── Configuration.py │ │ │ │ │ │ └── __init__.py │ │ │ │ │ └── __init__.py │ │ │ │ ├── Claims.py │ │ │ │ ├── Cryptography │ │ │ │ │ ├── X509Certificates.py │ │ │ │ │ └── __init__.py │ │ │ │ ├── Permissions.py │ │ │ │ ├── RightsManagement.py │ │ │ │ └── __init__.py │ │ │ ├── Text │ │ │ │ ├── RegularExpressions.py │ │ │ │ └── __init__.py │ │ │ ├── Timers.py │ │ │ ├── Web.py │ │ │ ├── Windows │ │ │ │ ├── Annotations │ │ │ │ │ ├── Storage.py │ │ │ │ │ └── __init__.py │ │ │ │ ├── Automation │ │ │ │ │ ├── Peers.py │ │ │ │ │ └── __init__.py │ │ │ │ ├── Baml2006.py │ │ │ │ ├── Controls │ │ │ │ │ ├── Primitives.py │ │ │ │ │ ├── Primitives_parts │ │ │ │ │ │ ├── AutoToolTipPlacement.py │ │ │ │ │ │ ├── BulletDecorator.py │ │ │ │ │ │ ├── ButtonBase.py │ │ │ │ │ │ ├── CalendarButton.py │ │ │ │ │ │ ├── CalendarDayButton.py │ │ │ │ │ │ ├── CalendarItem.py │ │ │ │ │ │ ├── CustomPopupPlacement.py │ │ │ │ │ │ ├── CustomPopupPlacementCallback.py │ │ │ │ │ │ ├── DataGridCellsPresenter.py │ │ │ │ │ │ ├── DataGridColumnHeader.py │ │ │ │ │ │ ├── DataGridColumnHeadersPresenter.py │ │ │ │ │ │ ├── DataGridDetailsPresenter.py │ │ │ │ │ │ ├── DataGridRowHeader.py │ │ │ │ │ │ ├── DataGridRowsPresenter.py │ │ │ │ │ │ ├── DatePickerTextBox.py │ │ │ │ │ │ ├── DocumentPageView.py │ │ │ │ │ │ ├── DocumentViewerBase.py │ │ │ │ │ │ ├── DragCompletedEventArgs.py │ │ │ │ │ │ ├── DragCompletedEventHandler.py │ │ │ │ │ │ ├── DragDeltaEventArgs.py │ │ │ │ │ │ ├── DragDeltaEventHandler.py │ │ │ │ │ │ ├── DragStartedEventArgs.py │ │ │ │ │ │ ├── DragStartedEventHandler.py │ │ │ │ │ │ ├── GeneratorDirection.py │ │ │ │ │ │ ├── GeneratorPosition.py │ │ │ │ │ │ ├── GeneratorStatus.py │ │ │ │ │ │ ├── GridViewRowPresenterBase.py │ │ │ │ │ │ ├── IContainItemStorage.py │ │ │ │ │ │ ├── IHierarchicalVirtualizationAndScrollInfo.py │ │ │ │ │ │ ├── IItemContainerGenerator.py │ │ │ │ │ │ ├── IRecyclingItemContainerGenerator.py │ │ │ │ │ │ ├── IScrollInfo.py │ │ │ │ │ │ ├── ItemsChangedEventArgs.py │ │ │ │ │ │ ├── ItemsChangedEventHandler.py │ │ │ │ │ │ ├── LayoutInformation.py │ │ │ │ │ │ ├── MenuBase.py │ │ │ │ │ │ ├── MultiSelector.py │ │ │ │ │ │ ├── PlacementMode.py │ │ │ │ │ │ ├── Popup.py │ │ │ │ │ │ ├── PopupAnimation.py │ │ │ │ │ │ ├── PopupPrimaryAxis.py │ │ │ │ │ │ ├── RangeBase.py │ │ │ │ │ │ ├── RepeatButton.py │ │ │ │ │ │ ├── ResizeGrip.py │ │ │ │ │ │ ├── ScrollBar.py │ │ │ │ │ │ ├── ScrollEventArgs.py │ │ │ │ │ │ ├── ScrollEventHandler.py │ │ │ │ │ │ ├── ScrollEventType.py │ │ │ │ │ │ ├── SelectiveScrollingGrid.py │ │ │ │ │ │ ├── Selector.py │ │ │ │ │ │ ├── StatusBar.py │ │ │ │ │ │ ├── StatusBarItem.py │ │ │ │ │ │ ├── TabPanel.py │ │ │ │ │ │ ├── TextBoxBase.py │ │ │ │ │ │ ├── Thumb.py │ │ │ │ │ │ ├── TickBar.py │ │ │ │ │ │ ├── TickBarPlacement.py │ │ │ │ │ │ ├── TickPlacement.py │ │ │ │ │ │ ├── ToggleButton.py │ │ │ │ │ │ ├── ToolBarOverflowPanel.py │ │ │ │ │ │ ├── ToolBarPanel.py │ │ │ │ │ │ ├── Track.py │ │ │ │ │ │ ├── UniformGrid.py │ │ │ │ │ │ └── __init__.py │ │ │ │ │ ├── __init__.py │ │ │ │ │ └── __init___parts │ │ │ │ │ │ ├── AccessText.py │ │ │ │ │ │ ├── AddingNewItemEventArgs.py │ │ │ │ │ │ ├── AdornedElementPlaceholder.py │ │ │ │ │ │ ├── AlternationConverter.py │ │ │ │ │ │ ├── BooleanToVisibilityConverter.py │ │ │ │ │ │ ├── Border.py │ │ │ │ │ │ ├── BorderGapMaskConverter.py │ │ │ │ │ │ ├── Button.py │ │ │ │ │ │ ├── Calendar.py │ │ │ │ │ │ ├── CalendarBlackoutDatesCollection.py │ │ │ │ │ │ ├── CalendarDateChangedEventArgs.py │ │ │ │ │ │ ├── CalendarDateRange.py │ │ │ │ │ │ ├── CalendarMode.py │ │ │ │ │ │ ├── CalendarModeChangedEventArgs.py │ │ │ │ │ │ ├── CalendarSelectionMode.py │ │ │ │ │ │ ├── Canvas.py │ │ │ │ │ │ ├── CharacterCasing.py │ │ │ │ │ │ ├── CheckBox.py │ │ │ │ │ │ ├── CleanUpVirtualizedItemEventArgs.py │ │ │ │ │ │ ├── CleanUpVirtualizedItemEventHandler.py │ │ │ │ │ │ ├── ClickMode.py │ │ │ │ │ │ ├── ColumnDefinition.py │ │ │ │ │ │ ├── ColumnDefinitionCollection.py │ │ │ │ │ │ ├── ComboBox.py │ │ │ │ │ │ ├── ComboBoxItem.py │ │ │ │ │ │ ├── ContentControl.py │ │ │ │ │ │ ├── ContentPresenter.py │ │ │ │ │ │ ├── ContextMenu.py │ │ │ │ │ │ ├── ContextMenuEventArgs.py │ │ │ │ │ │ ├── ContextMenuEventHandler.py │ │ │ │ │ │ ├── ContextMenuService.py │ │ │ │ │ │ ├── Control.py │ │ │ │ │ │ ├── ControlTemplate.py │ │ │ │ │ │ ├── DataErrorValidationRule.py │ │ │ │ │ │ ├── DataGrid.py │ │ │ │ │ │ ├── DataGridAutoGeneratingColumnEventArgs.py │ │ │ │ │ │ ├── DataGridBeginningEditEventArgs.py │ │ │ │ │ │ ├── DataGridBoundColumn.py │ │ │ │ │ │ ├── DataGridCell.py │ │ │ │ │ │ ├── DataGridCellClipboardEventArgs.py │ │ │ │ │ │ ├── DataGridCellEditEndingEventArgs.py │ │ │ │ │ │ ├── DataGridCellInfo.py │ │ │ │ │ │ ├── DataGridCellsPanel.py │ │ │ │ │ │ ├── DataGridCheckBoxColumn.py │ │ │ │ │ │ ├── DataGridClipboardCellContent.py │ │ │ │ │ │ ├── DataGridClipboardCopyMode.py │ │ │ │ │ │ ├── DataGridColumn.py │ │ │ │ │ │ ├── DataGridColumnEventArgs.py │ │ │ │ │ │ ├── DataGridColumnReorderingEventArgs.py │ │ │ │ │ │ ├── DataGridComboBoxColumn.py │ │ │ │ │ │ ├── DataGridEditAction.py │ │ │ │ │ │ ├── DataGridEditingUnit.py │ │ │ │ │ │ ├── DataGridGridLinesVisibility.py │ │ │ │ │ │ ├── DataGridHeadersVisibility.py │ │ │ │ │ │ ├── DataGridHyperlinkColumn.py │ │ │ │ │ │ ├── DataGridLength.py │ │ │ │ │ │ ├── DataGridLengthConverter.py │ │ │ │ │ │ ├── DataGridLengthUnitType.py │ │ │ │ │ │ ├── DataGridPreparingCellForEditEventArgs.py │ │ │ │ │ │ ├── DataGridRow.py │ │ │ │ │ │ ├── DataGridRowClipboardEventArgs.py │ │ │ │ │ │ ├── DataGridRowDetailsEventArgs.py │ │ │ │ │ │ ├── DataGridRowDetailsVisibilityMode.py │ │ │ │ │ │ ├── DataGridRowEditEndingEventArgs.py │ │ │ │ │ │ ├── DataGridRowEventArgs.py │ │ │ │ │ │ ├── DataGridSelectionMode.py │ │ │ │ │ │ ├── DataGridSelectionUnit.py │ │ │ │ │ │ ├── DataGridSortingEventArgs.py │ │ │ │ │ │ ├── DataGridSortingEventHandler.py │ │ │ │ │ │ ├── DataGridTemplateColumn.py │ │ │ │ │ │ ├── DataGridTextColumn.py │ │ │ │ │ │ ├── DataTemplateSelector.py │ │ │ │ │ │ ├── DatePicker.py │ │ │ │ │ │ ├── DatePickerDateValidationErrorEventArgs.py │ │ │ │ │ │ ├── DatePickerFormat.py │ │ │ │ │ │ ├── Decorator.py │ │ │ │ │ │ ├── DefinitionBase.py │ │ │ │ │ │ ├── Dock.py │ │ │ │ │ │ ├── DockPanel.py │ │ │ │ │ │ ├── DocumentViewer.py │ │ │ │ │ │ ├── ExceptionValidationRule.py │ │ │ │ │ │ ├── ExpandDirection.py │ │ │ │ │ │ ├── Expander.py │ │ │ │ │ │ ├── FlowDocumentPageViewer.py │ │ │ │ │ │ ├── FlowDocumentReader.py │ │ │ │ │ │ ├── FlowDocumentReaderViewingMode.py │ │ │ │ │ │ ├── FlowDocumentScrollViewer.py │ │ │ │ │ │ ├── Frame.py │ │ │ │ │ │ ├── Grid.py │ │ │ │ │ │ ├── GridResizeBehavior.py │ │ │ │ │ │ ├── GridResizeDirection.py │ │ │ │ │ │ ├── GridSplitter.py │ │ │ │ │ │ ├── GridView.py │ │ │ │ │ │ ├── GridViewColumn.py │ │ │ │ │ │ ├── GridViewColumnCollection.py │ │ │ │ │ │ ├── GridViewColumnHeader.py │ │ │ │ │ │ ├── GridViewColumnHeaderRole.py │ │ │ │ │ │ ├── GridViewHeaderRowPresenter.py │ │ │ │ │ │ ├── GridViewRowPresenter.py │ │ │ │ │ │ ├── GroupBox.py │ │ │ │ │ │ ├── GroupItem.py │ │ │ │ │ │ ├── GroupStyle.py │ │ │ │ │ │ ├── GroupStyleSelector.py │ │ │ │ │ │ ├── HeaderedContentControl.py │ │ │ │ │ │ ├── HeaderedItemsControl.py │ │ │ │ │ │ ├── HierarchicalVirtualizationConstraints.py │ │ │ │ │ │ ├── HierarchicalVirtualizationHeaderDesiredSizes.py │ │ │ │ │ │ ├── HierarchicalVirtualizationItemDesiredSizes.py │ │ │ │ │ │ ├── Image.py │ │ │ │ │ │ ├── InitializingNewItemEventArgs.py │ │ │ │ │ │ ├── InitializingNewItemEventHandler.py │ │ │ │ │ │ ├── InkCanvas.py │ │ │ │ │ │ ├── InkCanvasClipboardFormat.py │ │ │ │ │ │ ├── InkCanvasEditingMode.py │ │ │ │ │ │ ├── InkCanvasGestureEventArgs.py │ │ │ │ │ │ ├── InkCanvasGestureEventHandler.py │ │ │ │ │ │ ├── InkCanvasSelectionChangingEventArgs.py │ │ │ │ │ │ ├── InkCanvasSelectionChangingEventHandler.py │ │ │ │ │ │ ├── InkCanvasSelectionEditingEventArgs.py │ │ │ │ │ │ ├── InkCanvasSelectionEditingEventHandler.py │ │ │ │ │ │ ├── InkCanvasSelectionHitResult.py │ │ │ │ │ │ ├── InkCanvasStrokeCollectedEventArgs.py │ │ │ │ │ │ ├── InkCanvasStrokeCollectedEventHandler.py │ │ │ │ │ │ ├── InkCanvasStrokeErasingEventArgs.py │ │ │ │ │ │ ├── InkCanvasStrokeErasingEventHandler.py │ │ │ │ │ │ ├── InkCanvasStrokesReplacedEventArgs.py │ │ │ │ │ │ ├── InkCanvasStrokesReplacedEventHandler.py │ │ │ │ │ │ ├── InkPresenter.py │ │ │ │ │ │ ├── ItemCollection.py │ │ │ │ │ │ ├── ItemContainerGenerator.py │ │ │ │ │ │ ├── ItemContainerTemplate.py │ │ │ │ │ │ ├── ItemContainerTemplateKey.py │ │ │ │ │ │ ├── ItemContainerTemplateSelector.py │ │ │ │ │ │ ├── ItemsControl.py │ │ │ │ │ │ ├── ItemsPanelTemplate.py │ │ │ │ │ │ ├── ItemsPresenter.py │ │ │ │ │ │ ├── Label.py │ │ │ │ │ │ ├── ListBox.py │ │ │ │ │ │ ├── ListBoxItem.py │ │ │ │ │ │ ├── ListView.py │ │ │ │ │ │ ├── ListViewItem.py │ │ │ │ │ │ ├── MediaElement.py │ │ │ │ │ │ ├── MediaState.py │ │ │ │ │ │ ├── Menu.py │ │ │ │ │ │ ├── MenuItem.py │ │ │ │ │ │ ├── MenuItemRole.py │ │ │ │ │ │ ├── MenuScrollingVisibilityConverter.py │ │ │ │ │ │ ├── NotifyDataErrorValidationRule.py │ │ │ │ │ │ ├── Orientation.py │ │ │ │ │ │ ├── OverflowMode.py │ │ │ │ │ │ ├── Page.py │ │ │ │ │ │ ├── PageRange.py │ │ │ │ │ │ ├── PageRangeSelection.py │ │ │ │ │ │ ├── Panel.py │ │ │ │ │ │ ├── PanningMode.py │ │ │ │ │ │ ├── PasswordBox.py │ │ │ │ │ │ ├── PrintDialog.py │ │ │ │ │ │ ├── PrintDialogException.py │ │ │ │ │ │ ├── ProgressBar.py │ │ │ │ │ │ ├── RadioButton.py │ │ │ │ │ │ ├── RichTextBox.py │ │ │ │ │ │ ├── RowDefinition.py │ │ │ │ │ │ ├── RowDefinitionCollection.py │ │ │ │ │ │ ├── ScrollBarVisibility.py │ │ │ │ │ │ ├── ScrollChangedEventArgs.py │ │ │ │ │ │ ├── ScrollChangedEventHandler.py │ │ │ │ │ │ ├── ScrollContentPresenter.py │ │ │ │ │ │ ├── ScrollUnit.py │ │ │ │ │ │ ├── ScrollViewer.py │ │ │ │ │ │ ├── SelectedCellsChangedEventArgs.py │ │ │ │ │ │ ├── SelectedCellsChangedEventHandler.py │ │ │ │ │ │ ├── SelectedDatesCollection.py │ │ │ │ │ │ ├── SelectionChangedEventArgs.py │ │ │ │ │ │ ├── SelectionChangedEventHandler.py │ │ │ │ │ │ ├── SelectionMode.py │ │ │ │ │ │ ├── SelectiveScrollingOrientation.py │ │ │ │ │ │ ├── Separator.py │ │ │ │ │ │ ├── Slider.py │ │ │ │ │ │ ├── SoundPlayerAction.py │ │ │ │ │ │ ├── SpellCheck.py │ │ │ │ │ │ ├── SpellingError.py │ │ │ │ │ │ ├── SpellingReform.py │ │ │ │ │ │ ├── StackPanel.py │ │ │ │ │ │ ├── StickyNoteControl.py │ │ │ │ │ │ ├── StickyNoteType.py │ │ │ │ │ │ ├── StretchDirection.py │ │ │ │ │ │ ├── StyleSelector.py │ │ │ │ │ │ ├── TabControl.py │ │ │ │ │ │ ├── TabItem.py │ │ │ │ │ │ ├── TextBlock.py │ │ │ │ │ │ ├── TextBox.py │ │ │ │ │ │ ├── TextChange.py │ │ │ │ │ │ ├── TextChangedEventArgs.py │ │ │ │ │ │ ├── TextChangedEventHandler.py │ │ │ │ │ │ ├── TextSearch.py │ │ │ │ │ │ ├── ToolBar.py │ │ │ │ │ │ ├── ToolBarTray.py │ │ │ │ │ │ ├── ToolTip.py │ │ │ │ │ │ ├── ToolTipEventArgs.py │ │ │ │ │ │ ├── ToolTipEventHandler.py │ │ │ │ │ │ ├── ToolTipService.py │ │ │ │ │ │ ├── TreeView.py │ │ │ │ │ │ ├── TreeViewItem.py │ │ │ │ │ │ ├── UIElementCollection.py │ │ │ │ │ │ ├── UndoAction.py │ │ │ │ │ │ ├── UserControl.py │ │ │ │ │ │ ├── Validation.py │ │ │ │ │ │ ├── ValidationError.py │ │ │ │ │ │ ├── ValidationErrorEventAction.py │ │ │ │ │ │ ├── ValidationErrorEventArgs.py │ │ │ │ │ │ ├── ValidationResult.py │ │ │ │ │ │ ├── ValidationRule.py │ │ │ │ │ │ ├── ValidationStep.py │ │ │ │ │ │ ├── ViewBase.py │ │ │ │ │ │ ├── Viewbox.py │ │ │ │ │ │ ├── Viewport3D.py │ │ │ │ │ │ ├── VirtualizationCacheLength.py │ │ │ │ │ │ ├── VirtualizationCacheLengthConverter.py │ │ │ │ │ │ ├── VirtualizationCacheLengthUnit.py │ │ │ │ │ │ ├── VirtualizationMode.py │ │ │ │ │ │ ├── VirtualizingPanel.py │ │ │ │ │ │ ├── VirtualizingStackPanel.py │ │ │ │ │ │ ├── WebBrowser.py │ │ │ │ │ │ ├── WrapPanel.py │ │ │ │ │ │ └── __init__.py │ │ │ │ ├── Converters.py │ │ │ │ ├── Data.py │ │ │ │ ├── Diagnostics.py │ │ │ │ ├── Documents │ │ │ │ │ ├── DocumentStructures.py │ │ │ │ │ ├── Serialization.py │ │ │ │ │ └── __init__.py │ │ │ │ ├── Forms │ │ │ │ │ ├── ComponentModel │ │ │ │ │ │ ├── Com2Interop.py │ │ │ │ │ │ └── __init__.py │ │ │ │ │ ├── Design.py │ │ │ │ │ ├── Layout.py │ │ │ │ │ ├── PropertyGridInternal.py │ │ │ │ │ ├── VisualStyles.py │ │ │ │ │ ├── __init__.py │ │ │ │ │ └── __init___parts │ │ │ │ │ │ ├── AccessibleEvents.py │ │ │ │ │ │ ├── AccessibleNavigation.py │ │ │ │ │ │ ├── AccessibleObject.py │ │ │ │ │ │ ├── AccessibleRole.py │ │ │ │ │ │ ├── AccessibleSelection.py │ │ │ │ │ │ ├── AccessibleStates.py │ │ │ │ │ │ ├── AmbientProperties.py │ │ │ │ │ │ ├── AnchorStyles.py │ │ │ │ │ │ ├── Appearance.py │ │ │ │ │ │ ├── Application.py │ │ │ │ │ │ ├── ApplicationContext.py │ │ │ │ │ │ ├── ArrangeDirection.py │ │ │ │ │ │ ├── ArrangeStartingPosition.py │ │ │ │ │ │ ├── ArrowDirection.py │ │ │ │ │ │ ├── AutoCompleteMode.py │ │ │ │ │ │ ├── AutoCompleteSource.py │ │ │ │ │ │ ├── AutoCompleteStringCollection.py │ │ │ │ │ │ ├── AutoScaleMode.py │ │ │ │ │ │ ├── AutoSizeMode.py │ │ │ │ │ │ ├── AutoValidate.py │ │ │ │ │ │ ├── AxHost.py │ │ │ │ │ │ ├── BaseCollection.py │ │ │ │ │ │ ├── BatteryChargeStatus.py │ │ │ │ │ │ ├── Binding.py │ │ │ │ │ │ ├── BindingCompleteContext.py │ │ │ │ │ │ ├── BindingCompleteEventArgs.py │ │ │ │ │ │ ├── BindingCompleteEventHandler.py │ │ │ │ │ │ ├── BindingCompleteState.py │ │ │ │ │ │ ├── BindingContext.py │ │ │ │ │ │ ├── BindingManagerBase.py │ │ │ │ │ │ ├── BindingManagerDataErrorEventArgs.py │ │ │ │ │ │ ├── BindingManagerDataErrorEventHandler.py │ │ │ │ │ │ ├── BindingMemberInfo.py │ │ │ │ │ │ ├── BindingNavigator.py │ │ │ │ │ │ ├── BindingSource.py │ │ │ │ │ │ ├── BindingsCollection.py │ │ │ │ │ │ ├── BootMode.py │ │ │ │ │ │ ├── Border3DSide.py │ │ │ │ │ │ ├── Border3DStyle.py │ │ │ │ │ │ ├── BorderStyle.py │ │ │ │ │ │ ├── BoundsSpecified.py │ │ │ │ │ │ ├── Button.py │ │ │ │ │ │ ├── ButtonBase.py │ │ │ │ │ │ ├── ButtonBorderStyle.py │ │ │ │ │ │ ├── ButtonRenderer.py │ │ │ │ │ │ ├── ButtonState.py │ │ │ │ │ │ ├── CacheVirtualItemsEventArgs.py │ │ │ │ │ │ ├── CacheVirtualItemsEventHandler.py │ │ │ │ │ │ ├── CaptionButton.py │ │ │ │ │ │ ├── CharacterCasing.py │ │ │ │ │ │ ├── CheckBox.py │ │ │ │ │ │ ├── CheckBoxRenderer.py │ │ │ │ │ │ ├── CheckState.py │ │ │ │ │ │ ├── CheckedListBox.py │ │ │ │ │ │ ├── Clipboard.py │ │ │ │ │ │ ├── CloseReason.py │ │ │ │ │ │ ├── ColorDepth.py │ │ │ │ │ │ ├── ColorDialog.py │ │ │ │ │ │ ├── ColumnClickEventArgs.py │ │ │ │ │ │ ├── ColumnClickEventHandler.py │ │ │ │ │ │ ├── ColumnHeader.py │ │ │ │ │ │ ├── ColumnHeaderAutoResizeStyle.py │ │ │ │ │ │ ├── ColumnHeaderConverter.py │ │ │ │ │ │ ├── ColumnHeaderStyle.py │ │ │ │ │ │ ├── ColumnReorderedEventArgs.py │ │ │ │ │ │ ├── ColumnReorderedEventHandler.py │ │ │ │ │ │ ├── ColumnStyle.py │ │ │ │ │ │ ├── ColumnWidthChangedEventArgs.py │ │ │ │ │ │ ├── ColumnWidthChangedEventHandler.py │ │ │ │ │ │ ├── ColumnWidthChangingEventArgs.py │ │ │ │ │ │ ├── ColumnWidthChangingEventHandler.py │ │ │ │ │ │ ├── ComboBox.py │ │ │ │ │ │ ├── ComboBoxRenderer.py │ │ │ │ │ │ ├── ComboBoxStyle.py │ │ │ │ │ │ ├── CommonDialog.py │ │ │ │ │ │ ├── ContainerControl.py │ │ │ │ │ │ ├── ContentsResizedEventArgs.py │ │ │ │ │ │ ├── ContentsResizedEventHandler.py │ │ │ │ │ │ ├── ContextMenu.py │ │ │ │ │ │ ├── ContextMenuStrip.py │ │ │ │ │ │ ├── Control.py │ │ │ │ │ │ ├── ControlBindingsCollection.py │ │ │ │ │ │ ├── ControlEventArgs.py │ │ │ │ │ │ ├── ControlEventHandler.py │ │ │ │ │ │ ├── ControlPaint.py │ │ │ │ │ │ ├── ControlStyles.py │ │ │ │ │ │ ├── ControlUpdateMode.py │ │ │ │ │ │ ├── ConvertEventArgs.py │ │ │ │ │ │ ├── ConvertEventHandler.py │ │ │ │ │ │ ├── CreateParams.py │ │ │ │ │ │ ├── CurrencyManager.py │ │ │ │ │ │ ├── Cursor.py │ │ │ │ │ │ ├── CursorConverter.py │ │ │ │ │ │ ├── Cursors.py │ │ │ │ │ │ ├── DataFormats.py │ │ │ │ │ │ ├── DataGrid.py │ │ │ │ │ │ ├── DataGridBoolColumn.py │ │ │ │ │ │ ├── DataGridCell.py │ │ │ │ │ │ ├── DataGridColumnStyle.py │ │ │ │ │ │ ├── DataGridLineStyle.py │ │ │ │ │ │ ├── DataGridParentRowsLabelStyle.py │ │ │ │ │ │ ├── DataGridPreferredColumnWidthTypeConverter.py │ │ │ │ │ │ ├── DataGridTableStyle.py │ │ │ │ │ │ ├── DataGridTextBox.py │ │ │ │ │ │ ├── DataGridTextBoxColumn.py │ │ │ │ │ │ ├── DataGridView.py │ │ │ │ │ │ ├── DataGridViewAdvancedBorderStyle.py │ │ │ │ │ │ ├── DataGridViewAdvancedCellBorderStyle.py │ │ │ │ │ │ ├── DataGridViewAutoSizeColumnMode.py │ │ │ │ │ │ ├── DataGridViewAutoSizeColumnModeEventArgs.py │ │ │ │ │ │ ├── DataGridViewAutoSizeColumnModeEventHandler.py │ │ │ │ │ │ ├── DataGridViewAutoSizeColumnsMode.py │ │ │ │ │ │ ├── DataGridViewAutoSizeColumnsModeEventArgs.py │ │ │ │ │ │ ├── DataGridViewAutoSizeColumnsModeEventHandler.py │ │ │ │ │ │ ├── DataGridViewAutoSizeModeEventArgs.py │ │ │ │ │ │ ├── DataGridViewAutoSizeModeEventHandler.py │ │ │ │ │ │ ├── DataGridViewAutoSizeRowMode.py │ │ │ │ │ │ ├── DataGridViewAutoSizeRowsMode.py │ │ │ │ │ │ ├── DataGridViewBand.py │ │ │ │ │ │ ├── DataGridViewBindingCompleteEventArgs.py │ │ │ │ │ │ ├── DataGridViewBindingCompleteEventHandler.py │ │ │ │ │ │ ├── DataGridViewButtonCell.py │ │ │ │ │ │ ├── DataGridViewButtonColumn.py │ │ │ │ │ │ ├── DataGridViewCell.py │ │ │ │ │ │ ├── DataGridViewCellBorderStyle.py │ │ │ │ │ │ ├── DataGridViewCellCancelEventArgs.py │ │ │ │ │ │ ├── DataGridViewCellCancelEventHandler.py │ │ │ │ │ │ ├── DataGridViewCellCollection.py │ │ │ │ │ │ ├── DataGridViewCellContextMenuStripNeededEventArgs.py │ │ │ │ │ │ ├── DataGridViewCellContextMenuStripNeededEventHandler.py │ │ │ │ │ │ ├── DataGridViewCellErrorTextNeededEventArgs.py │ │ │ │ │ │ ├── DataGridViewCellErrorTextNeededEventHandler.py │ │ │ │ │ │ ├── DataGridViewCellEventArgs.py │ │ │ │ │ │ ├── DataGridViewCellEventHandler.py │ │ │ │ │ │ ├── DataGridViewCellFormattingEventArgs.py │ │ │ │ │ │ ├── DataGridViewCellFormattingEventHandler.py │ │ │ │ │ │ ├── DataGridViewCellMouseEventArgs.py │ │ │ │ │ │ ├── DataGridViewCellMouseEventHandler.py │ │ │ │ │ │ ├── DataGridViewCellPaintingEventArgs.py │ │ │ │ │ │ ├── DataGridViewCellPaintingEventHandler.py │ │ │ │ │ │ ├── DataGridViewCellParsingEventArgs.py │ │ │ │ │ │ ├── DataGridViewCellParsingEventHandler.py │ │ │ │ │ │ ├── DataGridViewCellStateChangedEventArgs.py │ │ │ │ │ │ ├── DataGridViewCellStateChangedEventHandler.py │ │ │ │ │ │ ├── DataGridViewCellStyle.py │ │ │ │ │ │ ├── DataGridViewCellStyleContentChangedEventArgs.py │ │ │ │ │ │ ├── DataGridViewCellStyleContentChangedEventHandler.py │ │ │ │ │ │ ├── DataGridViewCellStyleConverter.py │ │ │ │ │ │ ├── DataGridViewCellStyleScopes.py │ │ │ │ │ │ ├── DataGridViewCellToolTipTextNeededEventArgs.py │ │ │ │ │ │ ├── DataGridViewCellToolTipTextNeededEventHandler.py │ │ │ │ │ │ ├── DataGridViewCellValidatingEventArgs.py │ │ │ │ │ │ ├── DataGridViewCellValidatingEventHandler.py │ │ │ │ │ │ ├── DataGridViewCellValueEventArgs.py │ │ │ │ │ │ ├── DataGridViewCellValueEventHandler.py │ │ │ │ │ │ ├── DataGridViewCheckBoxCell.py │ │ │ │ │ │ ├── DataGridViewCheckBoxColumn.py │ │ │ │ │ │ ├── DataGridViewClipboardCopyMode.py │ │ │ │ │ │ ├── DataGridViewColumn.py │ │ │ │ │ │ ├── DataGridViewColumnCollection.py │ │ │ │ │ │ ├── DataGridViewColumnDesignTimeVisibleAttribute.py │ │ │ │ │ │ ├── DataGridViewColumnDividerDoubleClickEventArgs.py │ │ │ │ │ │ ├── DataGridViewColumnDividerDoubleClickEventHandler.py │ │ │ │ │ │ ├── DataGridViewColumnEventArgs.py │ │ │ │ │ │ ├── DataGridViewColumnEventHandler.py │ │ │ │ │ │ ├── DataGridViewColumnHeaderCell.py │ │ │ │ │ │ ├── DataGridViewColumnHeadersHeightSizeMode.py │ │ │ │ │ │ ├── DataGridViewColumnSortMode.py │ │ │ │ │ │ ├── DataGridViewColumnStateChangedEventArgs.py │ │ │ │ │ │ ├── DataGridViewColumnStateChangedEventHandler.py │ │ │ │ │ │ ├── DataGridViewComboBoxCell.py │ │ │ │ │ │ ├── DataGridViewComboBoxColumn.py │ │ │ │ │ │ ├── DataGridViewComboBoxDisplayStyle.py │ │ │ │ │ │ ├── DataGridViewComboBoxEditingControl.py │ │ │ │ │ │ ├── DataGridViewContentAlignment.py │ │ │ │ │ │ ├── DataGridViewDataErrorContexts.py │ │ │ │ │ │ ├── DataGridViewDataErrorEventArgs.py │ │ │ │ │ │ ├── DataGridViewDataErrorEventHandler.py │ │ │ │ │ │ ├── DataGridViewEditMode.py │ │ │ │ │ │ ├── DataGridViewEditingControlShowingEventArgs.py │ │ │ │ │ │ ├── DataGridViewEditingControlShowingEventHandler.py │ │ │ │ │ │ ├── DataGridViewElement.py │ │ │ │ │ │ ├── DataGridViewElementStates.py │ │ │ │ │ │ ├── DataGridViewHeaderBorderStyle.py │ │ │ │ │ │ ├── DataGridViewHeaderCell.py │ │ │ │ │ │ ├── DataGridViewHitTestType.py │ │ │ │ │ │ ├── DataGridViewImageCell.py │ │ │ │ │ │ ├── DataGridViewImageCellLayout.py │ │ │ │ │ │ ├── DataGridViewImageColumn.py │ │ │ │ │ │ ├── DataGridViewLinkCell.py │ │ │ │ │ │ ├── DataGridViewLinkColumn.py │ │ │ │ │ │ ├── DataGridViewPaintParts.py │ │ │ │ │ │ ├── DataGridViewRow.py │ │ │ │ │ │ ├── DataGridViewRowCancelEventArgs.py │ │ │ │ │ │ ├── DataGridViewRowCancelEventHandler.py │ │ │ │ │ │ ├── DataGridViewRowCollection.py │ │ │ │ │ │ ├── DataGridViewRowContextMenuStripNeededEventArgs.py │ │ │ │ │ │ ├── DataGridViewRowContextMenuStripNeededEventHandler.py │ │ │ │ │ │ ├── DataGridViewRowDividerDoubleClickEventArgs.py │ │ │ │ │ │ ├── DataGridViewRowDividerDoubleClickEventHandler.py │ │ │ │ │ │ ├── DataGridViewRowErrorTextNeededEventArgs.py │ │ │ │ │ │ ├── DataGridViewRowErrorTextNeededEventHandler.py │ │ │ │ │ │ ├── DataGridViewRowEventArgs.py │ │ │ │ │ │ ├── DataGridViewRowEventHandler.py │ │ │ │ │ │ ├── DataGridViewRowHeaderCell.py │ │ │ │ │ │ ├── DataGridViewRowHeadersWidthSizeMode.py │ │ │ │ │ │ ├── DataGridViewRowHeightInfoNeededEventArgs.py │ │ │ │ │ │ ├── DataGridViewRowHeightInfoNeededEventHandler.py │ │ │ │ │ │ ├── DataGridViewRowHeightInfoPushedEventArgs.py │ │ │ │ │ │ ├── DataGridViewRowHeightInfoPushedEventHandler.py │ │ │ │ │ │ ├── DataGridViewRowPostPaintEventArgs.py │ │ │ │ │ │ ├── DataGridViewRowPostPaintEventHandler.py │ │ │ │ │ │ ├── DataGridViewRowPrePaintEventArgs.py │ │ │ │ │ │ ├── DataGridViewRowPrePaintEventHandler.py │ │ │ │ │ │ ├── DataGridViewRowStateChangedEventArgs.py │ │ │ │ │ │ ├── DataGridViewRowStateChangedEventHandler.py │ │ │ │ │ │ ├── DataGridViewRowsAddedEventArgs.py │ │ │ │ │ │ ├── DataGridViewRowsAddedEventHandler.py │ │ │ │ │ │ ├── DataGridViewRowsRemovedEventArgs.py │ │ │ │ │ │ ├── DataGridViewRowsRemovedEventHandler.py │ │ │ │ │ │ ├── DataGridViewSelectedCellCollection.py │ │ │ │ │ │ ├── DataGridViewSelectedColumnCollection.py │ │ │ │ │ │ ├── DataGridViewSelectedRowCollection.py │ │ │ │ │ │ ├── DataGridViewSelectionMode.py │ │ │ │ │ │ ├── DataGridViewSortCompareEventArgs.py │ │ │ │ │ │ ├── DataGridViewSortCompareEventHandler.py │ │ │ │ │ │ ├── DataGridViewTextBoxCell.py │ │ │ │ │ │ ├── DataGridViewTextBoxColumn.py │ │ │ │ │ │ ├── DataGridViewTextBoxEditingControl.py │ │ │ │ │ │ ├── DataGridViewTopLeftHeaderCell.py │ │ │ │ │ │ ├── DataGridViewTriState.py │ │ │ │ │ │ ├── DataObject.py │ │ │ │ │ │ ├── DataSourceUpdateMode.py │ │ │ │ │ │ ├── DateBoldEventArgs.py │ │ │ │ │ │ ├── DateBoldEventHandler.py │ │ │ │ │ │ ├── DateRangeEventArgs.py │ │ │ │ │ │ ├── DateRangeEventHandler.py │ │ │ │ │ │ ├── DateTimePicker.py │ │ │ │ │ │ ├── DateTimePickerFormat.py │ │ │ │ │ │ ├── Day.py │ │ │ │ │ │ ├── DialogResult.py │ │ │ │ │ │ ├── DockStyle.py │ │ │ │ │ │ ├── DockingAttribute.py │ │ │ │ │ │ ├── DockingBehavior.py │ │ │ │ │ │ ├── DomainUpDown.py │ │ │ │ │ │ ├── DpiChangedEventArgs.py │ │ │ │ │ │ ├── DpiChangedEventHandler.py │ │ │ │ │ │ ├── DragAction.py │ │ │ │ │ │ ├── DragDropEffects.py │ │ │ │ │ │ ├── DragEventArgs.py │ │ │ │ │ │ ├── DragEventHandler.py │ │ │ │ │ │ ├── DrawItemEventArgs.py │ │ │ │ │ │ ├── DrawItemEventHandler.py │ │ │ │ │ │ ├── DrawItemState.py │ │ │ │ │ │ ├── DrawListViewColumnHeaderEventArgs.py │ │ │ │ │ │ ├── DrawListViewColumnHeaderEventHandler.py │ │ │ │ │ │ ├── DrawListViewItemEventArgs.py │ │ │ │ │ │ ├── DrawListViewItemEventHandler.py │ │ │ │ │ │ ├── DrawListViewSubItemEventArgs.py │ │ │ │ │ │ ├── DrawListViewSubItemEventHandler.py │ │ │ │ │ │ ├── DrawMode.py │ │ │ │ │ │ ├── DrawToolTipEventArgs.py │ │ │ │ │ │ ├── DrawToolTipEventHandler.py │ │ │ │ │ │ ├── DrawTreeNodeEventArgs.py │ │ │ │ │ │ ├── DrawTreeNodeEventHandler.py │ │ │ │ │ │ ├── ErrorBlinkStyle.py │ │ │ │ │ │ ├── ErrorIconAlignment.py │ │ │ │ │ │ ├── ErrorProvider.py │ │ │ │ │ │ ├── FeatureSupport.py │ │ │ │ │ │ ├── FileDialog.py │ │ │ │ │ │ ├── FileDialogCustomPlace.py │ │ │ │ │ │ ├── FileDialogCustomPlacesCollection.py │ │ │ │ │ │ ├── FixedPanel.py │ │ │ │ │ │ ├── FlatButtonAppearance.py │ │ │ │ │ │ ├── FlatStyle.py │ │ │ │ │ │ ├── FlowDirection.py │ │ │ │ │ │ ├── FlowLayoutPanel.py │ │ │ │ │ │ ├── FlowLayoutSettings.py │ │ │ │ │ │ ├── FolderBrowserDialog.py │ │ │ │ │ │ ├── FontDialog.py │ │ │ │ │ │ ├── Form.py │ │ │ │ │ │ ├── FormBorderStyle.py │ │ │ │ │ │ ├── FormClosedEventArgs.py │ │ │ │ │ │ ├── FormClosedEventHandler.py │ │ │ │ │ │ ├── FormClosingEventArgs.py │ │ │ │ │ │ ├── FormClosingEventHandler.py │ │ │ │ │ │ ├── FormCollection.py │ │ │ │ │ │ ├── FormStartPosition.py │ │ │ │ │ │ ├── FormWindowState.py │ │ │ │ │ │ ├── FrameStyle.py │ │ │ │ │ │ ├── GetChildAtPointSkip.py │ │ │ │ │ │ ├── GiveFeedbackEventArgs.py │ │ │ │ │ │ ├── GiveFeedbackEventHandler.py │ │ │ │ │ │ ├── GridColumnStylesCollection.py │ │ │ │ │ │ ├── GridItem.py │ │ │ │ │ │ ├── GridItemCollection.py │ │ │ │ │ │ ├── GridItemType.py │ │ │ │ │ │ ├── GridTableStylesCollection.py │ │ │ │ │ │ ├── GridTablesFactory.py │ │ │ │ │ │ ├── GroupBox.py │ │ │ │ │ │ ├── GroupBoxRenderer.py │ │ │ │ │ │ ├── HScrollBar.py │ │ │ │ │ │ ├── HScrollProperties.py │ │ │ │ │ │ ├── HandledMouseEventArgs.py │ │ │ │ │ │ ├── Help.py │ │ │ │ │ │ ├── HelpEventArgs.py │ │ │ │ │ │ ├── HelpEventHandler.py │ │ │ │ │ │ ├── HelpNavigator.py │ │ │ │ │ │ ├── HelpProvider.py │ │ │ │ │ │ ├── HorizontalAlignment.py │ │ │ │ │ │ ├── HtmlDocument.py │ │ │ │ │ │ ├── HtmlElement.py │ │ │ │ │ │ ├── HtmlElementCollection.py │ │ │ │ │ │ ├── HtmlElementErrorEventArgs.py │ │ │ │ │ │ ├── HtmlElementErrorEventHandler.py │ │ │ │ │ │ ├── HtmlElementEventArgs.py │ │ │ │ │ │ ├── HtmlElementEventHandler.py │ │ │ │ │ │ ├── HtmlElementInsertionOrientation.py │ │ │ │ │ │ ├── HtmlHistory.py │ │ │ │ │ │ ├── HtmlWindow.py │ │ │ │ │ │ ├── HtmlWindowCollection.py │ │ │ │ │ │ ├── IBindableComponent.py │ │ │ │ │ │ ├── IButtonControl.py │ │ │ │ │ │ ├── ICommandExecutor.py │ │ │ │ │ │ ├── IComponentEditorPageSite.py │ │ │ │ │ │ ├── IContainerControl.py │ │ │ │ │ │ ├── ICurrencyManagerProvider.py │ │ │ │ │ │ ├── IDataGridColumnStyleEditingNotificationService.py │ │ │ │ │ │ ├── IDataGridEditingService.py │ │ │ │ │ │ ├── IDataGridViewEditingCell.py │ │ │ │ │ │ ├── IDataGridViewEditingControl.py │ │ │ │ │ │ ├── IDataObject.py │ │ │ │ │ │ ├── IDropTarget.py │ │ │ │ │ │ ├── IFeatureSupport.py │ │ │ │ │ │ ├── IFileReaderService.py │ │ │ │ │ │ ├── IMessageFilter.py │ │ │ │ │ │ ├── IWin32Window.py │ │ │ │ │ │ ├── IWindowTarget.py │ │ │ │ │ │ ├── ImageIndexConverter.py │ │ │ │ │ │ ├── ImageKeyConverter.py │ │ │ │ │ │ ├── ImageLayout.py │ │ │ │ │ │ ├── ImageList.py │ │ │ │ │ │ ├── ImageListStreamer.py │ │ │ │ │ │ ├── ImeContext.py │ │ │ │ │ │ ├── ImeMode.py │ │ │ │ │ │ ├── ImeModeConversion.py │ │ │ │ │ │ ├── InputLanguage.py │ │ │ │ │ │ ├── InputLanguageChangedEventArgs.py │ │ │ │ │ │ ├── InputLanguageChangedEventHandler.py │ │ │ │ │ │ ├── InputLanguageChangingEventArgs.py │ │ │ │ │ │ ├── InputLanguageChangingEventHandler.py │ │ │ │ │ │ ├── InputLanguageCollection.py │ │ │ │ │ │ ├── InsertKeyMode.py │ │ │ │ │ │ ├── InvalidateEventArgs.py │ │ │ │ │ │ ├── InvalidateEventHandler.py │ │ │ │ │ │ ├── ItemActivation.py │ │ │ │ │ │ ├── ItemBoundsPortion.py │ │ │ │ │ │ ├── ItemChangedEventArgs.py │ │ │ │ │ │ ├── ItemChangedEventHandler.py │ │ │ │ │ │ ├── ItemCheckEventArgs.py │ │ │ │ │ │ ├── ItemCheckEventHandler.py │ │ │ │ │ │ ├── ItemCheckedEventArgs.py │ │ │ │ │ │ ├── ItemCheckedEventHandler.py │ │ │ │ │ │ ├── ItemDragEventArgs.py │ │ │ │ │ │ ├── ItemDragEventHandler.py │ │ │ │ │ │ ├── KeyEventArgs.py │ │ │ │ │ │ ├── KeyEventHandler.py │ │ │ │ │ │ ├── KeyPressEventArgs.py │ │ │ │ │ │ ├── KeyPressEventHandler.py │ │ │ │ │ │ ├── Keys.py │ │ │ │ │ │ ├── KeysConverter.py │ │ │ │ │ │ ├── Label.py │ │ │ │ │ │ ├── LabelEditEventArgs.py │ │ │ │ │ │ ├── LabelEditEventHandler.py │ │ │ │ │ │ ├── LayoutEventArgs.py │ │ │ │ │ │ ├── LayoutEventHandler.py │ │ │ │ │ │ ├── LayoutSettings.py │ │ │ │ │ │ ├── LeftRightAlignment.py │ │ │ │ │ │ ├── LinkArea.py │ │ │ │ │ │ ├── LinkBehavior.py │ │ │ │ │ │ ├── LinkClickedEventArgs.py │ │ │ │ │ │ ├── LinkClickedEventHandler.py │ │ │ │ │ │ ├── LinkConverter.py │ │ │ │ │ │ ├── LinkLabel.py │ │ │ │ │ │ ├── LinkLabelLinkClickedEventArgs.py │ │ │ │ │ │ ├── LinkLabelLinkClickedEventHandler.py │ │ │ │ │ │ ├── LinkState.py │ │ │ │ │ │ ├── ListBindingConverter.py │ │ │ │ │ │ ├── ListBindingHelper.py │ │ │ │ │ │ ├── ListBox.py │ │ │ │ │ │ ├── ListControl.py │ │ │ │ │ │ ├── ListControlConvertEventArgs.py │ │ │ │ │ │ ├── ListControlConvertEventHandler.py │ │ │ │ │ │ ├── ListView.py │ │ │ │ │ │ ├── ListViewAlignment.py │ │ │ │ │ │ ├── ListViewGroup.py │ │ │ │ │ │ ├── ListViewGroupCollection.py │ │ │ │ │ │ ├── ListViewHitTestInfo.py │ │ │ │ │ │ ├── ListViewHitTestLocations.py │ │ │ │ │ │ ├── ListViewInsertionMark.py │ │ │ │ │ │ ├── ListViewItem.py │ │ │ │ │ │ ├── ListViewItemConverter.py │ │ │ │ │ │ ├── ListViewItemMouseHoverEventArgs.py │ │ │ │ │ │ ├── ListViewItemMouseHoverEventHandler.py │ │ │ │ │ │ ├── ListViewItemSelectionChangedEventArgs.py │ │ │ │ │ │ ├── ListViewItemSelectionChangedEventHandler.py │ │ │ │ │ │ ├── ListViewItemStates.py │ │ │ │ │ │ ├── ListViewVirtualItemsSelectionRangeChangedEventArgs.py │ │ │ │ │ │ ├── ListViewVirtualItemsSelectionRangeChangedEventHandler.py │ │ │ │ │ │ ├── MainMenu.py │ │ │ │ │ │ ├── MaskFormat.py │ │ │ │ │ │ ├── MaskInputRejectedEventArgs.py │ │ │ │ │ │ ├── MaskInputRejectedEventHandler.py │ │ │ │ │ │ ├── MaskedTextBox.py │ │ │ │ │ │ ├── MdiClient.py │ │ │ │ │ │ ├── MdiLayout.py │ │ │ │ │ │ ├── MeasureItemEventArgs.py │ │ │ │ │ │ ├── MeasureItemEventHandler.py │ │ │ │ │ │ ├── Menu.py │ │ │ │ │ │ ├── MenuGlyph.py │ │ │ │ │ │ ├── MenuItem.py │ │ │ │ │ │ ├── MenuMerge.py │ │ │ │ │ │ ├── MenuStrip.py │ │ │ │ │ │ ├── MergeAction.py │ │ │ │ │ │ ├── Message.py │ │ │ │ │ │ ├── MessageBox.py │ │ │ │ │ │ ├── MessageBoxButtons.py │ │ │ │ │ │ ├── MessageBoxDefaultButton.py │ │ │ │ │ │ ├── MessageBoxIcon.py │ │ │ │ │ │ ├── MessageBoxOptions.py │ │ │ │ │ │ ├── MethodInvoker.py │ │ │ │ │ │ ├── MonthCalendar.py │ │ │ │ │ │ ├── MouseButtons.py │ │ │ │ │ │ ├── MouseEventArgs.py │ │ │ │ │ │ ├── MouseEventHandler.py │ │ │ │ │ │ ├── NativeWindow.py │ │ │ │ │ │ ├── NavigateEventArgs.py │ │ │ │ │ │ ├── NavigateEventHandler.py │ │ │ │ │ │ ├── NodeLabelEditEventArgs.py │ │ │ │ │ │ ├── NodeLabelEditEventHandler.py │ │ │ │ │ │ ├── NotifyIcon.py │ │ │ │ │ │ ├── NumericUpDown.py │ │ │ │ │ │ ├── NumericUpDownAcceleration.py │ │ │ │ │ │ ├── NumericUpDownAccelerationCollection.py │ │ │ │ │ │ ├── OSFeature.py │ │ │ │ │ │ ├── OpacityConverter.py │ │ │ │ │ │ ├── OpenFileDialog.py │ │ │ │ │ │ ├── Orientation.py │ │ │ │ │ │ ├── OwnerDrawPropertyBag.py │ │ │ │ │ │ ├── Padding.py │ │ │ │ │ │ ├── PaddingConverter.py │ │ │ │ │ │ ├── PageSetupDialog.py │ │ │ │ │ │ ├── PaintEventArgs.py │ │ │ │ │ │ ├── PaintEventHandler.py │ │ │ │ │ │ ├── Panel.py │ │ │ │ │ │ ├── PictureBox.py │ │ │ │ │ │ ├── PictureBoxSizeMode.py │ │ │ │ │ │ ├── PopupEventArgs.py │ │ │ │ │ │ ├── PopupEventHandler.py │ │ │ │ │ │ ├── PowerLineStatus.py │ │ │ │ │ │ ├── PowerState.py │ │ │ │ │ │ ├── PowerStatus.py │ │ │ │ │ │ ├── PreProcessControlState.py │ │ │ │ │ │ ├── PreviewKeyDownEventArgs.py │ │ │ │ │ │ ├── PreviewKeyDownEventHandler.py │ │ │ │ │ │ ├── PrintControllerWithStatusDialog.py │ │ │ │ │ │ ├── PrintDialog.py │ │ │ │ │ │ ├── PrintPreviewControl.py │ │ │ │ │ │ ├── PrintPreviewDialog.py │ │ │ │ │ │ ├── ProfessionalColorTable.py │ │ │ │ │ │ ├── ProfessionalColors.py │ │ │ │ │ │ ├── ProgressBar.py │ │ │ │ │ │ ├── ProgressBarRenderer.py │ │ │ │ │ │ ├── ProgressBarStyle.py │ │ │ │ │ │ ├── PropertyGrid.py │ │ │ │ │ │ ├── PropertyManager.py │ │ │ │ │ │ ├── PropertySort.py │ │ │ │ │ │ ├── PropertyTabChangedEventArgs.py │ │ │ │ │ │ ├── PropertyTabChangedEventHandler.py │ │ │ │ │ │ ├── PropertyValueChangedEventArgs.py │ │ │ │ │ │ ├── PropertyValueChangedEventHandler.py │ │ │ │ │ │ ├── QueryAccessibilityHelpEventArgs.py │ │ │ │ │ │ ├── QueryAccessibilityHelpEventHandler.py │ │ │ │ │ │ ├── QueryContinueDragEventArgs.py │ │ │ │ │ │ ├── QueryContinueDragEventHandler.py │ │ │ │ │ │ ├── QuestionEventArgs.py │ │ │ │ │ │ ├── QuestionEventHandler.py │ │ │ │ │ │ ├── RadioButton.py │ │ │ │ │ │ ├── RadioButtonRenderer.py │ │ │ │ │ │ ├── RelatedImageListAttribute.py │ │ │ │ │ │ ├── RetrieveVirtualItemEventArgs.py │ │ │ │ │ │ ├── RetrieveVirtualItemEventHandler.py │ │ │ │ │ │ ├── RichTextBox.py │ │ │ │ │ │ ├── RichTextBoxFinds.py │ │ │ │ │ │ ├── RichTextBoxLanguageOptions.py │ │ │ │ │ │ ├── RichTextBoxScrollBars.py │ │ │ │ │ │ ├── RichTextBoxSelectionAttribute.py │ │ │ │ │ │ ├── RichTextBoxSelectionTypes.py │ │ │ │ │ │ ├── RichTextBoxStreamType.py │ │ │ │ │ │ ├── RichTextBoxWordPunctuations.py │ │ │ │ │ │ ├── RightToLeft.py │ │ │ │ │ │ ├── RowStyle.py │ │ │ │ │ │ ├── SaveFileDialog.py │ │ │ │ │ │ ├── Screen.py │ │ │ │ │ │ ├── ScreenOrientation.py │ │ │ │ │ │ ├── ScrollBar.py │ │ │ │ │ │ ├── ScrollBarRenderer.py │ │ │ │ │ │ ├── ScrollBars.py │ │ │ │ │ │ ├── ScrollButton.py │ │ │ │ │ │ ├── ScrollEventArgs.py │ │ │ │ │ │ ├── ScrollEventHandler.py │ │ │ │ │ │ ├── ScrollEventType.py │ │ │ │ │ │ ├── ScrollOrientation.py │ │ │ │ │ │ ├── ScrollProperties.py │ │ │ │ │ │ ├── ScrollableControl.py │ │ │ │ │ │ ├── SearchDirectionHint.py │ │ │ │ │ │ ├── SearchForVirtualItemEventArgs.py │ │ │ │ │ │ ├── SearchForVirtualItemEventHandler.py │ │ │ │ │ │ ├── SecurityIDType.py │ │ │ │ │ │ ├── SelectedGridItemChangedEventArgs.py │ │ │ │ │ │ ├── SelectedGridItemChangedEventHandler.py │ │ │ │ │ │ ├── SelectionMode.py │ │ │ │ │ │ ├── SelectionRange.py │ │ │ │ │ │ ├── SelectionRangeConverter.py │ │ │ │ │ │ ├── SendKeys.py │ │ │ │ │ │ ├── Shortcut.py │ │ │ │ │ │ ├── SizeGripStyle.py │ │ │ │ │ │ ├── SizeType.py │ │ │ │ │ │ ├── SortOrder.py │ │ │ │ │ │ ├── SplitContainer.py │ │ │ │ │ │ ├── Splitter.py │ │ │ │ │ │ ├── SplitterCancelEventArgs.py │ │ │ │ │ │ ├── SplitterCancelEventHandler.py │ │ │ │ │ │ ├── SplitterEventArgs.py │ │ │ │ │ │ ├── SplitterEventHandler.py │ │ │ │ │ │ ├── SplitterPanel.py │ │ │ │ │ │ ├── StatusBar.py │ │ │ │ │ │ ├── StatusBarDrawItemEventArgs.py │ │ │ │ │ │ ├── StatusBarDrawItemEventHandler.py │ │ │ │ │ │ ├── StatusBarPanel.py │ │ │ │ │ │ ├── StatusBarPanelAutoSize.py │ │ │ │ │ │ ├── StatusBarPanelBorderStyle.py │ │ │ │ │ │ ├── StatusBarPanelClickEventArgs.py │ │ │ │ │ │ ├── StatusBarPanelClickEventHandler.py │ │ │ │ │ │ ├── StatusBarPanelStyle.py │ │ │ │ │ │ ├── StatusStrip.py │ │ │ │ │ │ ├── StructFormat.py │ │ │ │ │ │ ├── SystemInformation.py │ │ │ │ │ │ ├── SystemParameter.py │ │ │ │ │ │ ├── TabAlignment.py │ │ │ │ │ │ ├── TabAppearance.py │ │ │ │ │ │ ├── TabControl.py │ │ │ │ │ │ ├── TabControlAction.py │ │ │ │ │ │ ├── TabControlCancelEventArgs.py │ │ │ │ │ │ ├── TabControlCancelEventHandler.py │ │ │ │ │ │ ├── TabControlEventArgs.py │ │ │ │ │ │ ├── TabControlEventHandler.py │ │ │ │ │ │ ├── TabDrawMode.py │ │ │ │ │ │ ├── TabPage.py │ │ │ │ │ │ ├── TabRenderer.py │ │ │ │ │ │ ├── TabSizeMode.py │ │ │ │ │ │ ├── TableLayoutCellPaintEventArgs.py │ │ │ │ │ │ ├── TableLayoutCellPaintEventHandler.py │ │ │ │ │ │ ├── TableLayoutColumnStyleCollection.py │ │ │ │ │ │ ├── TableLayoutControlCollection.py │ │ │ │ │ │ ├── TableLayoutPanel.py │ │ │ │ │ │ ├── TableLayoutPanelCellBorderStyle.py │ │ │ │ │ │ ├── TableLayoutPanelCellPosition.py │ │ │ │ │ │ ├── TableLayoutPanelGrowStyle.py │ │ │ │ │ │ ├── TableLayoutRowStyleCollection.py │ │ │ │ │ │ ├── TableLayoutSettings.py │ │ │ │ │ │ ├── TableLayoutStyle.py │ │ │ │ │ │ ├── TableLayoutStyleCollection.py │ │ │ │ │ │ ├── TextBox.py │ │ │ │ │ │ ├── TextBoxBase.py │ │ │ │ │ │ ├── TextBoxRenderer.py │ │ │ │ │ │ ├── TextDataFormat.py │ │ │ │ │ │ ├── TextFormatFlags.py │ │ │ │ │ │ ├── TextImageRelation.py │ │ │ │ │ │ ├── TextRenderer.py │ │ │ │ │ │ ├── ThreadExceptionDialog.py │ │ │ │ │ │ ├── TickStyle.py │ │ │ │ │ │ ├── Timer.py │ │ │ │ │ │ ├── ToolBar.py │ │ │ │ │ │ ├── ToolBarAppearance.py │ │ │ │ │ │ ├── ToolBarButton.py │ │ │ │ │ │ ├── ToolBarButtonClickEventArgs.py │ │ │ │ │ │ ├── ToolBarButtonClickEventHandler.py │ │ │ │ │ │ ├── ToolBarButtonStyle.py │ │ │ │ │ │ ├── ToolBarTextAlign.py │ │ │ │ │ │ ├── ToolStrip.py │ │ │ │ │ │ ├── ToolStripArrowRenderEventArgs.py │ │ │ │ │ │ ├── ToolStripArrowRenderEventHandler.py │ │ │ │ │ │ ├── ToolStripButton.py │ │ │ │ │ │ ├── ToolStripComboBox.py │ │ │ │ │ │ ├── ToolStripContainer.py │ │ │ │ │ │ ├── ToolStripContentPanel.py │ │ │ │ │ │ ├── ToolStripContentPanelRenderEventArgs.py │ │ │ │ │ │ ├── ToolStripContentPanelRenderEventHandler.py │ │ │ │ │ │ ├── ToolStripControlHost.py │ │ │ │ │ │ ├── ToolStripDropDown.py │ │ │ │ │ │ ├── ToolStripDropDownButton.py │ │ │ │ │ │ ├── ToolStripDropDownCloseReason.py │ │ │ │ │ │ ├── ToolStripDropDownClosedEventArgs.py │ │ │ │ │ │ ├── ToolStripDropDownClosedEventHandler.py │ │ │ │ │ │ ├── ToolStripDropDownClosingEventArgs.py │ │ │ │ │ │ ├── ToolStripDropDownClosingEventHandler.py │ │ │ │ │ │ ├── ToolStripDropDownDirection.py │ │ │ │ │ │ ├── ToolStripDropDownItem.py │ │ │ │ │ │ ├── ToolStripDropDownItemAccessibleObject.py │ │ │ │ │ │ ├── ToolStripDropDownMenu.py │ │ │ │ │ │ ├── ToolStripGripDisplayStyle.py │ │ │ │ │ │ ├── ToolStripGripRenderEventArgs.py │ │ │ │ │ │ ├── ToolStripGripRenderEventHandler.py │ │ │ │ │ │ ├── ToolStripGripStyle.py │ │ │ │ │ │ ├── ToolStripItem.py │ │ │ │ │ │ ├── ToolStripItemAlignment.py │ │ │ │ │ │ ├── ToolStripItemClickedEventArgs.py │ │ │ │ │ │ ├── ToolStripItemClickedEventHandler.py │ │ │ │ │ │ ├── ToolStripItemCollection.py │ │ │ │ │ │ ├── ToolStripItemDisplayStyle.py │ │ │ │ │ │ ├── ToolStripItemEventArgs.py │ │ │ │ │ │ ├── ToolStripItemEventHandler.py │ │ │ │ │ │ ├── ToolStripItemImageRenderEventArgs.py │ │ │ │ │ │ ├── ToolStripItemImageRenderEventHandler.py │ │ │ │ │ │ ├── ToolStripItemImageScaling.py │ │ │ │ │ │ ├── ToolStripItemOverflow.py │ │ │ │ │ │ ├── ToolStripItemPlacement.py │ │ │ │ │ │ ├── ToolStripItemRenderEventArgs.py │ │ │ │ │ │ ├── ToolStripItemRenderEventHandler.py │ │ │ │ │ │ ├── ToolStripItemTextRenderEventArgs.py │ │ │ │ │ │ ├── ToolStripItemTextRenderEventHandler.py │ │ │ │ │ │ ├── ToolStripLabel.py │ │ │ │ │ │ ├── ToolStripLayoutStyle.py │ │ │ │ │ │ ├── ToolStripManager.py │ │ │ │ │ │ ├── ToolStripManagerRenderMode.py │ │ │ │ │ │ ├── ToolStripMenuItem.py │ │ │ │ │ │ ├── ToolStripOverflow.py │ │ │ │ │ │ ├── ToolStripOverflowButton.py │ │ │ │ │ │ ├── ToolStripPanel.py │ │ │ │ │ │ ├── ToolStripPanelRenderEventArgs.py │ │ │ │ │ │ ├── ToolStripPanelRenderEventHandler.py │ │ │ │ │ │ ├── ToolStripPanelRow.py │ │ │ │ │ │ ├── ToolStripProfessionalRenderer.py │ │ │ │ │ │ ├── ToolStripProgressBar.py │ │ │ │ │ │ ├── ToolStripRenderEventArgs.py │ │ │ │ │ │ ├── ToolStripRenderEventHandler.py │ │ │ │ │ │ ├── ToolStripRenderMode.py │ │ │ │ │ │ ├── ToolStripRenderer.py │ │ │ │ │ │ ├── ToolStripSeparator.py │ │ │ │ │ │ ├── ToolStripSeparatorRenderEventArgs.py │ │ │ │ │ │ ├── ToolStripSeparatorRenderEventHandler.py │ │ │ │ │ │ ├── ToolStripSplitButton.py │ │ │ │ │ │ ├── ToolStripStatusLabel.py │ │ │ │ │ │ ├── ToolStripStatusLabelBorderSides.py │ │ │ │ │ │ ├── ToolStripSystemRenderer.py │ │ │ │ │ │ ├── ToolStripTextBox.py │ │ │ │ │ │ ├── ToolStripTextDirection.py │ │ │ │ │ │ ├── ToolTip.py │ │ │ │ │ │ ├── ToolTipIcon.py │ │ │ │ │ │ ├── TrackBar.py │ │ │ │ │ │ ├── TrackBarRenderer.py │ │ │ │ │ │ ├── TreeNode.py │ │ │ │ │ │ ├── TreeNodeCollection.py │ │ │ │ │ │ ├── TreeNodeConverter.py │ │ │ │ │ │ ├── TreeNodeMouseClickEventArgs.py │ │ │ │ │ │ ├── TreeNodeMouseClickEventHandler.py │ │ │ │ │ │ ├── TreeNodeMouseHoverEventArgs.py │ │ │ │ │ │ ├── TreeNodeMouseHoverEventHandler.py │ │ │ │ │ │ ├── TreeNodeStates.py │ │ │ │ │ │ ├── TreeView.py │ │ │ │ │ │ ├── TreeViewAction.py │ │ │ │ │ │ ├── TreeViewCancelEventArgs.py │ │ │ │ │ │ ├── TreeViewCancelEventHandler.py │ │ │ │ │ │ ├── TreeViewDrawMode.py │ │ │ │ │ │ ├── TreeViewEventArgs.py │ │ │ │ │ │ ├── TreeViewEventHandler.py │ │ │ │ │ │ ├── TreeViewHitTestInfo.py │ │ │ │ │ │ ├── TreeViewHitTestLocations.py │ │ │ │ │ │ ├── TreeViewImageIndexConverter.py │ │ │ │ │ │ ├── TreeViewImageKeyConverter.py │ │ │ │ │ │ ├── TypeValidationEventArgs.py │ │ │ │ │ │ ├── TypeValidationEventHandler.py │ │ │ │ │ │ ├── UICues.py │ │ │ │ │ │ ├── UICuesEventArgs.py │ │ │ │ │ │ ├── UICuesEventHandler.py │ │ │ │ │ │ ├── UnhandledExceptionMode.py │ │ │ │ │ │ ├── UpDownBase.py │ │ │ │ │ │ ├── UpDownEventArgs.py │ │ │ │ │ │ ├── UpDownEventHandler.py │ │ │ │ │ │ ├── UserControl.py │ │ │ │ │ │ ├── VScrollBar.py │ │ │ │ │ │ ├── VScrollProperties.py │ │ │ │ │ │ ├── ValidationConstraints.py │ │ │ │ │ │ ├── View.py │ │ │ │ │ │ ├── WebBrowser.py │ │ │ │ │ │ ├── WebBrowserBase.py │ │ │ │ │ │ ├── WebBrowserDocumentCompletedEventArgs.py │ │ │ │ │ │ ├── WebBrowserDocumentCompletedEventHandler.py │ │ │ │ │ │ ├── WebBrowserEncryptionLevel.py │ │ │ │ │ │ ├── WebBrowserNavigatedEventArgs.py │ │ │ │ │ │ ├── WebBrowserNavigatedEventHandler.py │ │ │ │ │ │ ├── WebBrowserNavigatingEventArgs.py │ │ │ │ │ │ ├── WebBrowserNavigatingEventHandler.py │ │ │ │ │ │ ├── WebBrowserProgressChangedEventArgs.py │ │ │ │ │ │ ├── WebBrowserProgressChangedEventHandler.py │ │ │ │ │ │ ├── WebBrowserReadyState.py │ │ │ │ │ │ ├── WebBrowserRefreshOption.py │ │ │ │ │ │ ├── WebBrowserSiteBase.py │ │ │ │ │ │ ├── WindowsFormsSection.py │ │ │ │ │ │ ├── WindowsFormsSynchronizationContext.py │ │ │ │ │ │ └── __init__.py │ │ │ │ ├── Ink.py │ │ │ │ ├── Input │ │ │ │ │ ├── StylusPlugIns.py │ │ │ │ │ ├── StylusWisp.py │ │ │ │ │ └── __init__.py │ │ │ │ ├── Interop.py │ │ │ │ ├── Markup │ │ │ │ │ ├── Localizer.py │ │ │ │ │ ├── Primitives.py │ │ │ │ │ └── __init__.py │ │ │ │ ├── Media │ │ │ │ │ ├── Animation.py │ │ │ │ │ ├── Animation_parts │ │ │ │ │ │ ├── Animatable.py │ │ │ │ │ │ ├── AnimationClock.py │ │ │ │ │ │ ├── AnimationException.py │ │ │ │ │ │ ├── AnimationTimeline.py │ │ │ │ │ │ ├── BackEase.py │ │ │ │ │ │ ├── BooleanAnimationBase.py │ │ │ │ │ │ ├── BooleanAnimationUsingKeyFrames.py │ │ │ │ │ │ ├── BooleanKeyFrame.py │ │ │ │ │ │ ├── BooleanKeyFrameCollection.py │ │ │ │ │ │ ├── BounceEase.py │ │ │ │ │ │ ├── ByteAnimation.py │ │ │ │ │ │ ├── ByteAnimationBase.py │ │ │ │ │ │ ├── ByteAnimationUsingKeyFrames.py │ │ │ │ │ │ ├── ByteKeyFrame.py │ │ │ │ │ │ ├── ByteKeyFrameCollection.py │ │ │ │ │ │ ├── CharAnimationBase.py │ │ │ │ │ │ ├── CharAnimationUsingKeyFrames.py │ │ │ │ │ │ ├── CharKeyFrame.py │ │ │ │ │ │ ├── CharKeyFrameCollection.py │ │ │ │ │ │ ├── CircleEase.py │ │ │ │ │ │ ├── Clock.py │ │ │ │ │ │ ├── ClockCollection.py │ │ │ │ │ │ ├── ClockController.py │ │ │ │ │ │ ├── ClockGroup.py │ │ │ │ │ │ ├── ClockState.py │ │ │ │ │ │ ├── ColorAnimation.py │ │ │ │ │ │ ├── ColorAnimationBase.py │ │ │ │ │ │ ├── ColorAnimationUsingKeyFrames.py │ │ │ │ │ │ ├── ColorKeyFrame.py │ │ │ │ │ │ ├── ColorKeyFrameCollection.py │ │ │ │ │ │ ├── CubicEase.py │ │ │ │ │ │ ├── DecimalAnimation.py │ │ │ │ │ │ ├── DecimalAnimationBase.py │ │ │ │ │ │ ├── DecimalAnimationUsingKeyFrames.py │ │ │ │ │ │ ├── DecimalKeyFrame.py │ │ │ │ │ │ ├── DecimalKeyFrameCollection.py │ │ │ │ │ │ ├── DiscreteBooleanKeyFrame.py │ │ │ │ │ │ ├── DiscreteByteKeyFrame.py │ │ │ │ │ │ ├── DiscreteCharKeyFrame.py │ │ │ │ │ │ ├── DiscreteColorKeyFrame.py │ │ │ │ │ │ ├── DiscreteDecimalKeyFrame.py │ │ │ │ │ │ ├── DiscreteDoubleKeyFrame.py │ │ │ │ │ │ ├── DiscreteInt16KeyFrame.py │ │ │ │ │ │ ├── DiscreteInt32KeyFrame.py │ │ │ │ │ │ ├── DiscreteInt64KeyFrame.py │ │ │ │ │ │ ├── DiscreteMatrixKeyFrame.py │ │ │ │ │ │ ├── DiscreteObjectKeyFrame.py │ │ │ │ │ │ ├── DiscretePoint3DKeyFrame.py │ │ │ │ │ │ ├── DiscretePointKeyFrame.py │ │ │ │ │ │ ├── DiscreteQuaternionKeyFrame.py │ │ │ │ │ │ ├── DiscreteRectKeyFrame.py │ │ │ │ │ │ ├── DiscreteRotation3DKeyFrame.py │ │ │ │ │ │ ├── DiscreteSingleKeyFrame.py │ │ │ │ │ │ ├── DiscreteSizeKeyFrame.py │ │ │ │ │ │ ├── DiscreteStringKeyFrame.py │ │ │ │ │ │ ├── DiscreteVector3DKeyFrame.py │ │ │ │ │ │ ├── DiscreteVectorKeyFrame.py │ │ │ │ │ │ ├── DoubleAnimation.py │ │ │ │ │ │ ├── DoubleAnimationBase.py │ │ │ │ │ │ ├── DoubleAnimationUsingKeyFrames.py │ │ │ │ │ │ ├── DoubleAnimationUsingPath.py │ │ │ │ │ │ ├── DoubleKeyFrame.py │ │ │ │ │ │ ├── DoubleKeyFrameCollection.py │ │ │ │ │ │ ├── EasingByteKeyFrame.py │ │ │ │ │ │ ├── EasingColorKeyFrame.py │ │ │ │ │ │ ├── EasingDecimalKeyFrame.py │ │ │ │ │ │ ├── EasingDoubleKeyFrame.py │ │ │ │ │ │ ├── EasingFunctionBase.py │ │ │ │ │ │ ├── EasingInt16KeyFrame.py │ │ │ │ │ │ ├── EasingInt32KeyFrame.py │ │ │ │ │ │ ├── EasingInt64KeyFrame.py │ │ │ │ │ │ ├── EasingMode.py │ │ │ │ │ │ ├── EasingPoint3DKeyFrame.py │ │ │ │ │ │ ├── EasingPointKeyFrame.py │ │ │ │ │ │ ├── EasingQuaternionKeyFrame.py │ │ │ │ │ │ ├── EasingRectKeyFrame.py │ │ │ │ │ │ ├── EasingRotation3DKeyFrame.py │ │ │ │ │ │ ├── EasingSingleKeyFrame.py │ │ │ │ │ │ ├── EasingSizeKeyFrame.py │ │ │ │ │ │ ├── EasingVector3DKeyFrame.py │ │ │ │ │ │ ├── EasingVectorKeyFrame.py │ │ │ │ │ │ ├── ElasticEase.py │ │ │ │ │ │ ├── ExponentialEase.py │ │ │ │ │ │ ├── FillBehavior.py │ │ │ │ │ │ ├── HandoffBehavior.py │ │ │ │ │ │ ├── IAnimatable.py │ │ │ │ │ │ ├── IEasingFunction.py │ │ │ │ │ │ ├── IKeyFrame.py │ │ │ │ │ │ ├── IKeyFrameAnimation.py │ │ │ │ │ │ ├── Int16Animation.py │ │ │ │ │ │ ├── Int16AnimationBase.py │ │ │ │ │ │ ├── Int16AnimationUsingKeyFrames.py │ │ │ │ │ │ ├── Int16KeyFrame.py │ │ │ │ │ │ ├── Int16KeyFrameCollection.py │ │ │ │ │ │ ├── Int32Animation.py │ │ │ │ │ │ ├── Int32AnimationBase.py │ │ │ │ │ │ ├── Int32AnimationUsingKeyFrames.py │ │ │ │ │ │ ├── Int32KeyFrame.py │ │ │ │ │ │ ├── Int32KeyFrameCollection.py │ │ │ │ │ │ ├── Int64Animation.py │ │ │ │ │ │ ├── Int64AnimationBase.py │ │ │ │ │ │ ├── Int64AnimationUsingKeyFrames.py │ │ │ │ │ │ ├── Int64KeyFrame.py │ │ │ │ │ │ ├── Int64KeyFrameCollection.py │ │ │ │ │ │ ├── KeySpline.py │ │ │ │ │ │ ├── KeyTime.py │ │ │ │ │ │ ├── KeyTimeType.py │ │ │ │ │ │ ├── LinearByteKeyFrame.py │ │ │ │ │ │ ├── LinearColorKeyFrame.py │ │ │ │ │ │ ├── LinearDecimalKeyFrame.py │ │ │ │ │ │ ├── LinearDoubleKeyFrame.py │ │ │ │ │ │ ├── LinearInt16KeyFrame.py │ │ │ │ │ │ ├── LinearInt32KeyFrame.py │ │ │ │ │ │ ├── LinearInt64KeyFrame.py │ │ │ │ │ │ ├── LinearPoint3DKeyFrame.py │ │ │ │ │ │ ├── LinearPointKeyFrame.py │ │ │ │ │ │ ├── LinearQuaternionKeyFrame.py │ │ │ │ │ │ ├── LinearRectKeyFrame.py │ │ │ │ │ │ ├── LinearRotation3DKeyFrame.py │ │ │ │ │ │ ├── LinearSingleKeyFrame.py │ │ │ │ │ │ ├── LinearSizeKeyFrame.py │ │ │ │ │ │ ├── LinearVector3DKeyFrame.py │ │ │ │ │ │ ├── LinearVectorKeyFrame.py │ │ │ │ │ │ ├── MatrixAnimationBase.py │ │ │ │ │ │ ├── MatrixAnimationUsingKeyFrames.py │ │ │ │ │ │ ├── MatrixAnimationUsingPath.py │ │ │ │ │ │ ├── MatrixKeyFrame.py │ │ │ │ │ │ ├── MatrixKeyFrameCollection.py │ │ │ │ │ │ ├── ObjectAnimationBase.py │ │ │ │ │ │ ├── ObjectAnimationUsingKeyFrames.py │ │ │ │ │ │ ├── ObjectKeyFrame.py │ │ │ │ │ │ ├── ObjectKeyFrameCollection.py │ │ │ │ │ │ ├── ParallelTimeline.py │ │ │ │ │ │ ├── PathAnimationSource.py │ │ │ │ │ │ ├── Point3DAnimation.py │ │ │ │ │ │ ├── Point3DAnimationBase.py │ │ │ │ │ │ ├── Point3DAnimationUsingKeyFrames.py │ │ │ │ │ │ ├── Point3DKeyFrame.py │ │ │ │ │ │ ├── Point3DKeyFrameCollection.py │ │ │ │ │ │ ├── PointAnimation.py │ │ │ │ │ │ ├── PointAnimationBase.py │ │ │ │ │ │ ├── PointAnimationUsingKeyFrames.py │ │ │ │ │ │ ├── PointAnimationUsingPath.py │ │ │ │ │ │ ├── PointKeyFrame.py │ │ │ │ │ │ ├── PointKeyFrameCollection.py │ │ │ │ │ │ ├── PowerEase.py │ │ │ │ │ │ ├── QuadraticEase.py │ │ │ │ │ │ ├── QuarticEase.py │ │ │ │ │ │ ├── QuaternionAnimation.py │ │ │ │ │ │ ├── QuaternionAnimationBase.py │ │ │ │ │ │ ├── QuaternionAnimationUsingKeyFrames.py │ │ │ │ │ │ ├── QuaternionKeyFrame.py │ │ │ │ │ │ ├── QuaternionKeyFrameCollection.py │ │ │ │ │ │ ├── QuinticEase.py │ │ │ │ │ │ ├── RectAnimation.py │ │ │ │ │ │ ├── RectAnimationBase.py │ │ │ │ │ │ ├── RectAnimationUsingKeyFrames.py │ │ │ │ │ │ ├── RectKeyFrame.py │ │ │ │ │ │ ├── RectKeyFrameCollection.py │ │ │ │ │ │ ├── RepeatBehavior.py │ │ │ │ │ │ ├── RepeatBehaviorConverter.py │ │ │ │ │ │ ├── Rotation3DAnimation.py │ │ │ │ │ │ ├── Rotation3DAnimationBase.py │ │ │ │ │ │ ├── Rotation3DAnimationUsingKeyFrames.py │ │ │ │ │ │ ├── Rotation3DKeyFrame.py │ │ │ │ │ │ ├── Rotation3DKeyFrameCollection.py │ │ │ │ │ │ ├── SineEase.py │ │ │ │ │ │ ├── SingleAnimation.py │ │ │ │ │ │ ├── SingleAnimationBase.py │ │ │ │ │ │ ├── SingleAnimationUsingKeyFrames.py │ │ │ │ │ │ ├── SingleKeyFrame.py │ │ │ │ │ │ ├── SingleKeyFrameCollection.py │ │ │ │ │ │ ├── SizeAnimation.py │ │ │ │ │ │ ├── SizeAnimationBase.py │ │ │ │ │ │ ├── SizeAnimationUsingKeyFrames.py │ │ │ │ │ │ ├── SizeKeyFrame.py │ │ │ │ │ │ ├── SizeKeyFrameCollection.py │ │ │ │ │ │ ├── SlipBehavior.py │ │ │ │ │ │ ├── SplineByteKeyFrame.py │ │ │ │ │ │ ├── SplineColorKeyFrame.py │ │ │ │ │ │ ├── SplineDecimalKeyFrame.py │ │ │ │ │ │ ├── SplineDoubleKeyFrame.py │ │ │ │ │ │ ├── SplineInt16KeyFrame.py │ │ │ │ │ │ ├── SplineInt32KeyFrame.py │ │ │ │ │ │ ├── SplineInt64KeyFrame.py │ │ │ │ │ │ ├── SplinePoint3DKeyFrame.py │ │ │ │ │ │ ├── SplinePointKeyFrame.py │ │ │ │ │ │ ├── SplineQuaternionKeyFrame.py │ │ │ │ │ │ ├── SplineRectKeyFrame.py │ │ │ │ │ │ ├── SplineRotation3DKeyFrame.py │ │ │ │ │ │ ├── SplineSingleKeyFrame.py │ │ │ │ │ │ ├── SplineSizeKeyFrame.py │ │ │ │ │ │ ├── SplineVector3DKeyFrame.py │ │ │ │ │ │ ├── SplineVectorKeyFrame.py │ │ │ │ │ │ ├── StringAnimationBase.py │ │ │ │ │ │ ├── StringAnimationUsingKeyFrames.py │ │ │ │ │ │ ├── StringKeyFrame.py │ │ │ │ │ │ ├── StringKeyFrameCollection.py │ │ │ │ │ │ ├── TimeSeekOrigin.py │ │ │ │ │ │ ├── Timeline.py │ │ │ │ │ │ ├── TimelineCollection.py │ │ │ │ │ │ ├── TimelineGroup.py │ │ │ │ │ │ ├── Vector3DAnimation.py │ │ │ │ │ │ ├── Vector3DAnimationBase.py │ │ │ │ │ │ ├── Vector3DAnimationUsingKeyFrames.py │ │ │ │ │ │ ├── Vector3DKeyFrame.py │ │ │ │ │ │ ├── Vector3DKeyFrameCollection.py │ │ │ │ │ │ ├── VectorAnimation.py │ │ │ │ │ │ ├── VectorAnimationBase.py │ │ │ │ │ │ ├── VectorAnimationUsingKeyFrames.py │ │ │ │ │ │ ├── VectorKeyFrame.py │ │ │ │ │ │ ├── VectorKeyFrameCollection.py │ │ │ │ │ │ └── __init__.py │ │ │ │ │ ├── Converters.py │ │ │ │ │ ├── Effects.py │ │ │ │ │ ├── Imaging.py │ │ │ │ │ ├── Media3D │ │ │ │ │ │ ├── Converters.py │ │ │ │ │ │ └── __init__.py │ │ │ │ │ ├── TextFormatting.py │ │ │ │ │ └── __init__.py │ │ │ │ ├── Navigation.py │ │ │ │ ├── Resources.py │ │ │ │ ├── Shapes.py │ │ │ │ ├── Shapes_parts │ │ │ │ │ ├── Ellipse.py │ │ │ │ │ ├── Line.py │ │ │ │ │ ├── Path.py │ │ │ │ │ ├── Polygon.py │ │ │ │ │ ├── Polyline.py │ │ │ │ │ ├── Rectangle.py │ │ │ │ │ ├── Shape.py │ │ │ │ │ └── __init__.py │ │ │ │ ├── Shell.py │ │ │ │ ├── Threading.py │ │ │ │ └── __init__.py │ │ │ ├── __init__.py │ │ │ └── __init___parts │ │ │ │ ├── AccessViolationException.py │ │ │ │ ├── ActivationContext.py │ │ │ │ ├── Activator.py │ │ │ │ ├── AggregateException.py │ │ │ │ ├── AppContext.py │ │ │ │ ├── AppDomain.py │ │ │ │ ├── AppDomainInitializer.py │ │ │ │ ├── AppDomainManager.py │ │ │ │ ├── AppDomainManagerInitializationOptions.py │ │ │ │ ├── AppDomainSetup.py │ │ │ │ ├── AppDomainUnloadedException.py │ │ │ │ ├── ApplicationException.py │ │ │ │ ├── ApplicationId.py │ │ │ │ ├── ApplicationIdentity.py │ │ │ │ ├── ArgIterator.py │ │ │ │ ├── ArgumentException.py │ │ │ │ ├── ArgumentNullException.py │ │ │ │ ├── ArgumentOutOfRangeException.py │ │ │ │ ├── ArithmeticException.py │ │ │ │ ├── Array.py │ │ │ │ ├── ArraySegment.py │ │ │ │ ├── ArrayTypeMismatchException.py │ │ │ │ ├── AssemblyLoadEventArgs.py │ │ │ │ ├── AssemblyLoadEventHandler.py │ │ │ │ ├── AsyncCallback.py │ │ │ │ ├── Attribute.py │ │ │ │ ├── AttributeTargets.py │ │ │ │ ├── AttributeUsageAttribute.py │ │ │ │ ├── BadImageFormatException.py │ │ │ │ ├── Base64FormattingOptions.py │ │ │ │ ├── BitConverter.py │ │ │ │ ├── Boolean.py │ │ │ │ ├── Buffer.py │ │ │ │ ├── Byte.py │ │ │ │ ├── CLSCompliantAttribute.py │ │ │ │ ├── CannotUnloadAppDomainException.py │ │ │ │ ├── Char.py │ │ │ │ ├── CharEnumerator.py │ │ │ │ ├── Comparison.py │ │ │ │ ├── Console.py │ │ │ │ ├── ConsoleCancelEventArgs.py │ │ │ │ ├── ConsoleCancelEventHandler.py │ │ │ │ ├── ConsoleColor.py │ │ │ │ ├── ConsoleKey.py │ │ │ │ ├── ConsoleKeyInfo.py │ │ │ │ ├── ConsoleModifiers.py │ │ │ │ ├── ConsoleSpecialKey.py │ │ │ │ ├── ContextBoundObject.py │ │ │ │ ├── ContextMarshalException.py │ │ │ │ ├── ContextStaticAttribute.py │ │ │ │ ├── Convert.py │ │ │ │ ├── Converter.py │ │ │ │ ├── CrossAppDomainDelegate.py │ │ │ │ ├── DBNull.py │ │ │ │ ├── DataMisalignedException.py │ │ │ │ ├── DateTime.py │ │ │ │ ├── DateTimeKind.py │ │ │ │ ├── DateTimeOffset.py │ │ │ │ ├── DayOfWeek.py │ │ │ │ ├── Decimal.py │ │ │ │ ├── Delegate.py │ │ │ │ ├── DivideByZeroException.py │ │ │ │ ├── DllNotFoundException.py │ │ │ │ ├── Double.py │ │ │ │ ├── DuplicateWaitObjectException.py │ │ │ │ ├── EntryPointNotFoundException.py │ │ │ │ ├── Enum.py │ │ │ │ ├── Environment.py │ │ │ │ ├── EnvironmentVariableTarget.py │ │ │ │ ├── EventArgs.py │ │ │ │ ├── Exception.py │ │ │ │ ├── ExecutionEngineException.py │ │ │ │ ├── FieldAccessException.py │ │ │ │ ├── FileStyleUriParser.py │ │ │ │ ├── FlagsAttribute.py │ │ │ │ ├── FormatException.py │ │ │ │ ├── FormattableString.py │ │ │ │ ├── FtpStyleUriParser.py │ │ │ │ ├── GC.py │ │ │ │ ├── GCCollectionMode.py │ │ │ │ ├── GCNotificationStatus.py │ │ │ │ ├── GenericUriParser.py │ │ │ │ ├── GenericUriParserOptions.py │ │ │ │ ├── GopherStyleUriParser.py │ │ │ │ ├── Guid.py │ │ │ │ ├── HttpStyleUriParser.py │ │ │ │ ├── IAppDomainSetup.py │ │ │ │ ├── IAsyncResult.py │ │ │ │ ├── ICloneable.py │ │ │ │ ├── IConvertible.py │ │ │ │ ├── ICustomFormatter.py │ │ │ │ ├── IDisposable.py │ │ │ │ ├── IEquatable.py │ │ │ │ ├── IFormatProvider.py │ │ │ │ ├── IFormattable.py │ │ │ │ ├── IObservable.py │ │ │ │ ├── IObserver.py │ │ │ │ ├── IProgress.py │ │ │ │ ├── IServiceProvider.py │ │ │ │ ├── IndexOutOfRangeException.py │ │ │ │ ├── InsufficientExecutionStackException.py │ │ │ │ ├── InsufficientMemoryException.py │ │ │ │ ├── Int16.py │ │ │ │ ├── Int32.py │ │ │ │ ├── Int64.py │ │ │ │ ├── IntPtr.py │ │ │ │ ├── InvalidCastException.py │ │ │ │ ├── InvalidOperationException.py │ │ │ │ ├── InvalidProgramException.py │ │ │ │ ├── InvalidTimeZoneException.py │ │ │ │ ├── Lazy.py │ │ │ │ ├── LdapStyleUriParser.py │ │ │ │ ├── LoaderOptimization.py │ │ │ │ ├── LoaderOptimizationAttribute.py │ │ │ │ ├── LocalDataStoreSlot.py │ │ │ │ ├── MTAThreadAttribute.py │ │ │ │ ├── MarshalByRefObject.py │ │ │ │ ├── Math.py │ │ │ │ ├── MemberAccessException.py │ │ │ │ ├── MethodAccessException.py │ │ │ │ ├── MidpointRounding.py │ │ │ │ ├── MissingFieldException.py │ │ │ │ ├── MissingMemberException.py │ │ │ │ ├── MissingMethodException.py │ │ │ │ ├── ModuleHandle.py │ │ │ │ ├── MulticastDelegate.py │ │ │ │ ├── MulticastNotSupportedException.py │ │ │ │ ├── NetPipeStyleUriParser.py │ │ │ │ ├── NetTcpStyleUriParser.py │ │ │ │ ├── NewsStyleUriParser.py │ │ │ │ ├── NonSerializedAttribute.py │ │ │ │ ├── NotFiniteNumberException.py │ │ │ │ ├── NotImplementedException.py │ │ │ │ ├── NotSupportedException.py │ │ │ │ ├── NullReferenceException.py │ │ │ │ ├── Object.py │ │ │ │ ├── ObjectDisposedException.py │ │ │ │ ├── ObsoleteAttribute.py │ │ │ │ ├── OperatingSystem.py │ │ │ │ ├── OperationCanceledException.py │ │ │ │ ├── OutOfMemoryException.py │ │ │ │ ├── OverflowException.py │ │ │ │ ├── ParamArrayAttribute.py │ │ │ │ ├── PlatformID.py │ │ │ │ ├── PlatformNotSupportedException.py │ │ │ │ ├── Predicate.py │ │ │ │ ├── Progress.py │ │ │ │ ├── Random.py │ │ │ │ ├── RankException.py │ │ │ │ ├── ResolveEventArgs.py │ │ │ │ ├── ResolveEventHandler.py │ │ │ │ ├── RuntimeArgumentHandle.py │ │ │ │ ├── RuntimeFieldHandle.py │ │ │ │ ├── RuntimeMethodHandle.py │ │ │ │ ├── RuntimeTypeHandle.py │ │ │ │ ├── SByte.py │ │ │ │ ├── STAThreadAttribute.py │ │ │ │ ├── SerializableAttribute.py │ │ │ │ ├── Single.py │ │ │ │ ├── StackOverflowException.py │ │ │ │ ├── String.py │ │ │ │ ├── StringComparer.py │ │ │ │ ├── StringComparison.py │ │ │ │ ├── StringSplitOptions.py │ │ │ │ ├── SystemException.py │ │ │ │ ├── ThreadStaticAttribute.py │ │ │ │ ├── TimeSpan.py │ │ │ │ ├── TimeZone.py │ │ │ │ ├── TimeZoneInfo.py │ │ │ │ ├── TimeZoneNotFoundException.py │ │ │ │ ├── TimeoutException.py │ │ │ │ ├── TupleExtensions.py │ │ │ │ ├── Type.py │ │ │ │ ├── TypeAccessException.py │ │ │ │ ├── TypeCode.py │ │ │ │ ├── TypeInitializationException.py │ │ │ │ ├── TypeLoadException.py │ │ │ │ ├── TypeUnloadedException.py │ │ │ │ ├── TypedReference.py │ │ │ │ ├── UInt16.py │ │ │ │ ├── UInt32.py │ │ │ │ ├── UInt64.py │ │ │ │ ├── UIntPtr.py │ │ │ │ ├── UnauthorizedAccessException.py │ │ │ │ ├── UnhandledExceptionEventArgs.py │ │ │ │ ├── UnhandledExceptionEventHandler.py │ │ │ │ ├── Uri.py │ │ │ │ ├── UriBuilder.py │ │ │ │ ├── UriComponents.py │ │ │ │ ├── UriFormat.py │ │ │ │ ├── UriFormatException.py │ │ │ │ ├── UriHostNameType.py │ │ │ │ ├── UriIdnScope.py │ │ │ │ ├── UriKind.py │ │ │ │ ├── UriParser.py │ │ │ │ ├── UriPartial.py │ │ │ │ ├── UriTypeConverter.py │ │ │ │ ├── ValueType.py │ │ │ │ ├── Version.py │ │ │ │ ├── Void.py │ │ │ │ ├── _AppDomain.py │ │ │ │ └── __init__.py │ │ ├── Tekla │ │ │ ├── Structures │ │ │ │ ├── Drawing │ │ │ │ │ ├── Automation.py │ │ │ │ │ ├── Tools.py │ │ │ │ │ ├── UI.py │ │ │ │ │ └── __init__.py │ │ │ │ ├── DrawingInternal.py │ │ │ │ ├── Filtering │ │ │ │ │ ├── Categories.py │ │ │ │ │ └── __init__.py │ │ │ │ ├── Forming.py │ │ │ │ ├── Geometry3d.py │ │ │ │ ├── Internal.py │ │ │ │ ├── Model │ │ │ │ │ ├── ClashChecker.py │ │ │ │ │ ├── Collaboration.py │ │ │ │ │ ├── History.py │ │ │ │ │ ├── Operations.py │ │ │ │ │ ├── UI.py │ │ │ │ │ ├── Welding.py │ │ │ │ │ └── __init__.py │ │ │ │ ├── ModelInternal.py │ │ │ │ ├── ModelInternal_parts │ │ │ │ │ ├── AreWeUnitTesting.py │ │ │ │ │ ├── BasePoint.py │ │ │ │ │ ├── BentPlateTestingTool.py │ │ │ │ │ ├── BentPlateTools.py │ │ │ │ │ ├── CDelegateSetter.py │ │ │ │ │ ├── CDelegateWrapper.py │ │ │ │ │ ├── ChangeManager.py │ │ │ │ │ ├── ConversionLink.py │ │ │ │ │ ├── DelegateFake.py │ │ │ │ │ ├── DotNetModelProxy.py │ │ │ │ │ ├── DoubleList.py │ │ │ │ │ ├── EventHandlerWrapper.py │ │ │ │ │ ├── GeometryImporter.py │ │ │ │ │ ├── GeometryTree.py │ │ │ │ │ ├── ICDelegate.py │ │ │ │ │ ├── IEventHandler.py │ │ │ │ │ ├── IntList.py │ │ │ │ │ ├── ModelExtensions.py │ │ │ │ │ ├── ModelObjectFactory.py │ │ │ │ │ ├── NumberingQueryModeEnum.py │ │ │ │ │ ├── Operation.py │ │ │ │ │ ├── PointList.py │ │ │ │ │ ├── PolygonExtensions.py │ │ │ │ │ ├── RebarSetAction.py │ │ │ │ │ ├── Remoter.py │ │ │ │ │ ├── ScopedCDelegateSetter.py │ │ │ │ │ ├── Serializer.py │ │ │ │ │ ├── StringList.py │ │ │ │ │ ├── SurfaceObjectCreator.py │ │ │ │ │ ├── SyncHandler.py │ │ │ │ │ ├── UDAChanges.py │ │ │ │ │ ├── __init__.py │ │ │ │ │ ├── dotAreaPolygons_t.py │ │ │ │ │ ├── dotAssembly_t.py │ │ │ │ │ ├── dotBaseComponent_t.py │ │ │ │ │ ├── dotBasePointData_t.py │ │ │ │ │ ├── dotBoltGroup_t.py │ │ │ │ │ ├── dotBoltPolygon_t.py │ │ │ │ │ ├── dotBoltShapeData_t.py │ │ │ │ │ ├── dotBooleanPart_t.py │ │ │ │ │ ├── dotBoolean_t.py │ │ │ │ │ ├── dotCamera_t.py │ │ │ │ │ ├── dotChamfer_t.py │ │ │ │ │ ├── dotClash_t.py │ │ │ │ │ ├── dotClientId_t.py │ │ │ │ │ ├── dotClipPlane_t.py │ │ │ │ │ ├── dotColor_t.py │ │ │ │ │ ├── dotComponentAttribute_t.py │ │ │ │ │ ├── dotComponentInputObject_t.py │ │ │ │ │ ├── dotContourPoint_t.py │ │ │ │ │ ├── dotContour_t.py │ │ │ │ │ ├── dotControlObject_t.py │ │ │ │ │ ├── dotConversionLink_t.py │ │ │ │ │ ├── dotCreateIFCFromModel_t.py │ │ │ │ │ ├── dotCreateNCFromModel_t.py │ │ │ │ │ ├── dotCreateReportFromModel_t.py │ │ │ │ │ ├── dotDeformingData_t.py │ │ │ │ │ ├── dotDrawPolyLine_t.py │ │ │ │ │ ├── dotDrawPolygonSurface_t.py │ │ │ │ │ ├── dotDrawText_t.py │ │ │ │ │ ├── dotEdgeChamfer_t.py │ │ │ │ │ ├── dotEdges_t.py │ │ │ │ │ ├── dotEnumerator_t.py │ │ │ │ │ ├── dotFittingOrCutPlane_t.py │ │ │ │ │ ├── dotFormingStates_t.py │ │ │ │ │ ├── dotGetClipPlanes_t.py │ │ │ │ │ ├── dotGetProperties_t.py │ │ │ │ │ ├── dotGraphicPolyLine_t.py │ │ │ │ │ ├── dotGridPlane_t.py │ │ │ │ │ ├── dotGrid_t.py │ │ │ │ │ ├── dotGuideline_t.py │ │ │ │ │ ├── dotHierarchicDefinition_t.py │ │ │ │ │ ├── dotHierarchicList_t.py │ │ │ │ │ ├── dotHierarchicObject_t.py │ │ │ │ │ ├── dotIFC2X3_Application_t.py │ │ │ │ │ ├── dotIFC2X3_Organization_t.py │ │ │ │ │ ├── dotIFC2X3_OwnerHistoryChangeAction_t.py │ │ │ │ │ ├── dotIFC2X3_OwnerHistoryState_t.py │ │ │ │ │ ├── dotIFC2X3_OwnerHistory_t.py │ │ │ │ │ ├── dotIFC2X3_ParametricObject_ShapeProfile_t.py │ │ │ │ │ ├── dotIFC2X3_PersonAndOrganization_t.py │ │ │ │ │ ├── dotIFC2X3_Person_t.py │ │ │ │ │ ├── dotIFC2X3_Product_t.py │ │ │ │ │ ├── dotIntersectionPoints_t.py │ │ │ │ │ ├── dotIntersectionSolid_t.py │ │ │ │ │ ├── dotLegFace_t.py │ │ │ │ │ ├── dotLoadClassAttributes_t.py │ │ │ │ │ ├── dotLoadCommonAttributes_t.py │ │ │ │ │ ├── dotLoadGroup_t.py │ │ │ │ │ ├── dotManipulateObject_t.py │ │ │ │ │ ├── dotMaterial_t.py │ │ │ │ │ ├── dotModStampCompare_t.py │ │ │ │ │ ├── dotModStamp_t.py │ │ │ │ │ ├── dotModelCommit_t.py │ │ │ │ │ ├── dotModelInfoModeEnum.py │ │ │ │ │ ├── dotModelInfo_t.py │ │ │ │ │ ├── dotModelObjectType_t.py │ │ │ │ │ ├── dotModelObject_t.py │ │ │ │ │ ├── dotModificationStamp_t.py │ │ │ │ │ ├── dotNumberingQuery_t.py │ │ │ │ │ ├── dotNumberingSeries_t.py │ │ │ │ │ ├── dotObjectOperationsEnum.py │ │ │ │ │ ├── dotObject_t.py │ │ │ │ │ ├── dotOffset_t.py │ │ │ │ │ ├── dotPartLine_t.py │ │ │ │ │ ├── dotPartMark_t.py │ │ │ │ │ ├── dotPart_t.py │ │ │ │ │ ├── dotPhaseNumbers_t.py │ │ │ │ │ ├── dotPhase_t.py │ │ │ │ │ ├── dotPlane_t.py │ │ │ │ │ ├── dotPolygon_t.py │ │ │ │ │ ├── dotPolymeshObject_t.py │ │ │ │ │ ├── dotPolymeshValidateInvalidInfo_t.py │ │ │ │ │ ├── dotPolymesh_t.py │ │ │ │ │ ├── dotPosition_t.py │ │ │ │ │ ├── dotPourObject_t.py │ │ │ │ │ ├── dotProfile_t.py │ │ │ │ │ ├── dotProgressBar_t.py │ │ │ │ │ ├── dotProjectInfo_t.py │ │ │ │ │ ├── dotRebarEndDetailStrip_t.py │ │ │ │ │ ├── dotRebarGroup_t.py │ │ │ │ │ ├── dotRebarHookData_t.py │ │ │ │ │ ├── dotRebarMesh_t.py │ │ │ │ │ ├── dotRebarProperties_t.py │ │ │ │ │ ├── dotRebarPropertyStrip_t.py │ │ │ │ │ ├── dotRebarSetAddition_t.py │ │ │ │ │ ├── dotRebarSet_t.py │ │ │ │ │ ├── dotRebarSpacing_t.py │ │ │ │ │ ├── dotRebarSplice_t.py │ │ │ │ │ ├── dotRebarSplitter_t.py │ │ │ │ │ ├── dotRebarStrand_t.py │ │ │ │ │ ├── dotRebarStrip_t.py │ │ │ │ │ ├── dotRebarThreading_t.py │ │ │ │ │ ├── dotReferenceModelObjectAttributeEnumerator_t.py │ │ │ │ │ ├── dotReferenceModelObjectAttribute_t.py │ │ │ │ │ ├── dotReferenceModelObject_t.py │ │ │ │ │ ├── dotReferenceModelRevision_t.py │ │ │ │ │ ├── dotReferenceModel_t.py │ │ │ │ │ ├── dotReinforcement_t.py │ │ │ │ │ ├── dotSaveAsWebModel_t.py │ │ │ │ │ ├── dotSaveOperation_t.py │ │ │ │ │ ├── dotSetGetProperty_t.py │ │ │ │ │ ├── dotSetProperty_t.py │ │ │ │ │ ├── dotSetTemporaryColors_t.py │ │ │ │ │ ├── dotSetTemporaryStates_t.py │ │ │ │ │ ├── dotSharingOperation_t.py │ │ │ │ │ ├── dotSingleRebar_t.py │ │ │ │ │ ├── dotSolid_t.py │ │ │ │ │ ├── dotSpacingZone_t.py │ │ │ │ │ ├── dotStringProperty_t.py │ │ │ │ │ ├── dotSurfaceObject_t.py │ │ │ │ │ ├── dotSurfaceTreatment_t.py │ │ │ │ │ ├── dotTaskDependency_t.py │ │ │ │ │ ├── dotTaskObjectAttacher_t.py │ │ │ │ │ ├── dotTaskWorktype_t.py │ │ │ │ │ ├── dotTask_t.py │ │ │ │ │ ├── dotTemporaryState.py │ │ │ │ │ ├── dotTemporaryStatesEnum.py │ │ │ │ │ ├── dotTemporaryTransparenciesEnum.py │ │ │ │ │ ├── dotTransformationPlane_t.py │ │ │ │ │ ├── dotUIModelObjectSelector_t.py │ │ │ │ │ ├── dotUIPicker_t.py │ │ │ │ │ ├── dotUndoOperation_t.py │ │ │ │ │ ├── dotViewSelector_t.py │ │ │ │ │ ├── dotViewVisibilitySettings_t.py │ │ │ │ │ ├── dotView_t.py │ │ │ │ │ ├── dotWeldGeometry_t.py │ │ │ │ │ ├── dotWeld_t.py │ │ │ │ │ ├── dotWire_t.py │ │ │ │ │ ├── dotnetDoubleList_t.py │ │ │ │ │ ├── dotnetEdgeList_t.py │ │ │ │ │ ├── dotnetIntList_t.py │ │ │ │ │ ├── dotnetPointList_t.py │ │ │ │ │ └── dotnetStringList_t.py │ │ │ │ ├── Plugins.py │ │ │ │ ├── PluginsInternal.py │ │ │ │ ├── Solid.py │ │ │ │ ├── TeklaStructuresInternal │ │ │ │ │ ├── Filtering.py │ │ │ │ │ └── __init__.py │ │ │ │ └── __init__.py │ │ │ └── __init__.py │ │ ├── Tessellation │ │ │ ├── Adapters.py │ │ │ └── __init__.py │ │ ├── clr.py │ │ └── wpf.py │ └── stubs │ │ ├── Autodesk │ │ ├── DesignScript │ │ │ ├── Geometry │ │ │ │ ├── Core.py │ │ │ │ ├── TSpline.py │ │ │ │ └── __init__.py │ │ │ └── __init__.py │ │ ├── Revit │ │ │ ├── ApplicationServices.py │ │ │ ├── Attributes.py │ │ │ ├── Creation.py │ │ │ ├── DB │ │ │ │ ├── Analysis.py │ │ │ │ ├── Architecture.py │ │ │ │ ├── Electrical.py │ │ │ │ ├── Events.py │ │ │ │ ├── ExtensibleStorage.py │ │ │ │ ├── ExternalService.py │ │ │ │ ├── Fabrication.py │ │ │ │ ├── IFC.py │ │ │ │ ├── Lighting.py │ │ │ │ ├── Macros.py │ │ │ │ ├── Mechanical.py │ │ │ │ ├── Plumbing.py │ │ │ │ ├── PointClouds.py │ │ │ │ ├── Structure │ │ │ │ │ ├── StructuralSections.py │ │ │ │ │ └── __init__.py │ │ │ │ └── __init__.py │ │ │ ├── Exceptions.py │ │ │ ├── UI │ │ │ │ ├── Events.py │ │ │ │ ├── Macros.py │ │ │ │ ├── Mechanical.py │ │ │ │ ├── Plumbing.py │ │ │ │ ├── Selection.py │ │ │ │ └── __init__.py │ │ │ ├── Utility.py │ │ │ └── __init__.py │ │ └── __init__.py │ │ ├── DSCore │ │ ├── IO.py │ │ └── __init__.py │ │ ├── DSOffice.py │ │ ├── GH_IO │ │ ├── Serialization.py │ │ ├── Types.py │ │ ├── UserInterface.py │ │ └── __init__.py │ │ ├── GH_Util │ │ ├── MetaBall.py │ │ └── __init__.py │ │ ├── Grasshopper │ │ ├── Documentation.py │ │ ├── GUI │ │ │ ├── Alignment.py │ │ │ ├── Base.py │ │ │ ├── Canvas │ │ │ │ ├── Interaction.py │ │ │ │ ├── TagArtists.py │ │ │ │ └── __init__.py │ │ │ ├── Colours.py │ │ │ ├── Equations.py │ │ │ ├── Gradient.py │ │ │ ├── HTML.py │ │ │ ├── IconEditor.py │ │ │ ├── Layout.py │ │ │ ├── MRU.py │ │ │ ├── Ribbon.py │ │ │ ├── Script.py │ │ │ ├── SettingsControls.py │ │ │ ├── Stacks.py │ │ │ ├── StringDisplay.py │ │ │ ├── Theme.py │ │ │ ├── Widgets.py │ │ │ └── __init__.py │ │ ├── Getters.py │ │ ├── Kernel │ │ │ ├── Attributes.py │ │ │ ├── Components.py │ │ │ ├── Data.py │ │ │ ├── Expressions.py │ │ │ ├── GDL.py │ │ │ ├── Geometry │ │ │ │ ├── ConvexHull.py │ │ │ │ ├── Delaunay.py │ │ │ │ ├── SpatialTrees.py │ │ │ │ ├── Voronoi.py │ │ │ │ └── __init__.py │ │ │ ├── Graphs.py │ │ │ ├── Parameters │ │ │ │ ├── Hints.py │ │ │ │ └── __init__.py │ │ │ ├── Sorting.py │ │ │ ├── Special │ │ │ │ ├── SketchElements.py │ │ │ │ └── __init__.py │ │ │ ├── Types │ │ │ │ ├── Transforms.py │ │ │ │ └── __init__.py │ │ │ ├── Undo │ │ │ │ ├── Actions.py │ │ │ │ └── __init__.py │ │ │ ├── Utility.py │ │ │ └── __init__.py │ │ ├── Plugin.py │ │ └── __init__.py │ │ ├── IronPython │ │ ├── Modules.py │ │ └── __init__.py │ │ ├── Microsoft │ │ ├── CSharp.py │ │ ├── VisualBasic.py │ │ ├── Win32 │ │ │ ├── SafeHandles.py │ │ │ └── __init__.py │ │ └── __init__.py │ │ ├── Revit │ │ ├── AnalysisDisplay.py │ │ ├── Application.py │ │ ├── Elements │ │ │ ├── InternalUtilities.py │ │ │ ├── Views.py │ │ │ └── __init__.py │ │ ├── Filter.py │ │ ├── GeometryConversion.py │ │ ├── GeometryObjects.py │ │ ├── GeometryReferences.py │ │ ├── Graphics.py │ │ ├── References.py │ │ ├── Transaction.py │ │ └── __init__.py │ │ ├── RevitServices │ │ ├── Elements.py │ │ ├── EventHandler.py │ │ ├── Materials.py │ │ ├── Persistence.py │ │ ├── Threading.py │ │ ├── Transactions.py │ │ └── __init__.py │ │ ├── Rhino │ │ ├── ApplicationSettings.py │ │ ├── Collections.py │ │ ├── Commands.py │ │ ├── Display.py │ │ ├── DocObjects │ │ │ ├── Custom.py │ │ │ ├── Tables.py │ │ │ └── __init__.py │ │ ├── FileIO.py │ │ ├── Geometry │ │ │ ├── Collections.py │ │ │ ├── Intersect.py │ │ │ ├── Morphs.py │ │ │ └── __init__.py │ │ ├── Input │ │ │ ├── Custom.py │ │ │ └── __init__.py │ │ ├── PlugIns.py │ │ ├── Render │ │ │ ├── Fields.py │ │ │ ├── UI.py │ │ │ └── __init__.py │ │ ├── Runtime │ │ │ ├── InteropWrappers.py │ │ │ └── __init__.py │ │ ├── UI │ │ │ ├── Gumball.py │ │ │ └── __init__.py │ │ └── __init__.py │ │ ├── System │ │ ├── CodeDom │ │ │ ├── Compiler.py │ │ │ └── __init__.py │ │ ├── Collections │ │ │ ├── Concurrent.py │ │ │ ├── Generic.py │ │ │ ├── ObjectModel.py │ │ │ ├── Specialized.py │ │ │ └── __init__.py │ │ ├── ComponentModel │ │ │ ├── Design │ │ │ │ ├── Serialization.py │ │ │ │ └── __init__.py │ │ │ └── __init__.py │ │ ├── Configuration.py │ │ ├── Diagnostics │ │ │ ├── CodeAnalysis.py │ │ │ └── __init__.py │ │ ├── Drawing │ │ │ ├── Configuration.py │ │ │ ├── Design.py │ │ │ ├── Drawing2D.py │ │ │ ├── Imaging.py │ │ │ ├── Printing.py │ │ │ ├── Text.py │ │ │ └── __init__.py │ │ ├── IO │ │ │ ├── Compression.py │ │ │ ├── Packaging.py │ │ │ ├── Ports.py │ │ │ └── __init__.py │ │ ├── Media.py │ │ ├── Net │ │ │ ├── Cache.py │ │ │ ├── Configuration.py │ │ │ ├── Mail.py │ │ │ ├── Mime.py │ │ │ ├── NetworkInformation.py │ │ │ ├── Security.py │ │ │ ├── Sockets.py │ │ │ ├── WebSockets.py │ │ │ └── __init__.py │ │ ├── Resources.py │ │ ├── Runtime │ │ │ ├── InteropServices │ │ │ │ ├── ComTypes.py │ │ │ │ └── __init__.py │ │ │ ├── Versioning.py │ │ │ └── __init__.py │ │ ├── Security │ │ │ ├── AccessControl.py │ │ │ ├── Authentication │ │ │ │ ├── ExtendedProtection │ │ │ │ │ ├── Configuration.py │ │ │ │ │ └── __init__.py │ │ │ │ └── __init__.py │ │ │ ├── Claims.py │ │ │ ├── Cryptography │ │ │ │ ├── X509Certificates.py │ │ │ │ └── __init__.py │ │ │ ├── Permissions.py │ │ │ ├── RightsManagement.py │ │ │ └── __init__.py │ │ ├── Text │ │ │ ├── RegularExpressions.py │ │ │ └── __init__.py │ │ ├── Timers.py │ │ ├── Web.py │ │ ├── Windows │ │ │ ├── Annotations │ │ │ │ ├── Storage.py │ │ │ │ └── __init__.py │ │ │ ├── Automation │ │ │ │ ├── Peers.py │ │ │ │ └── __init__.py │ │ │ ├── Baml2006.py │ │ │ ├── Controls │ │ │ │ ├── Primitives.py │ │ │ │ └── __init__.py │ │ │ ├── Converters.py │ │ │ ├── Data.py │ │ │ ├── Diagnostics.py │ │ │ ├── Documents │ │ │ │ ├── DocumentStructures.py │ │ │ │ ├── Serialization.py │ │ │ │ └── __init__.py │ │ │ ├── Forms │ │ │ │ ├── ComponentModel │ │ │ │ │ ├── Com2Interop.py │ │ │ │ │ └── __init__.py │ │ │ │ ├── Design.py │ │ │ │ ├── Layout.py │ │ │ │ ├── PropertyGridInternal.py │ │ │ │ ├── VisualStyles.py │ │ │ │ └── __init__.py │ │ │ ├── Ink.py │ │ │ ├── Input │ │ │ │ ├── StylusPlugIns.py │ │ │ │ ├── StylusWisp.py │ │ │ │ └── __init__.py │ │ │ ├── Interop.py │ │ │ ├── Markup │ │ │ │ ├── Localizer.py │ │ │ │ ├── Primitives.py │ │ │ │ └── __init__.py │ │ │ ├── Media │ │ │ │ ├── Animation.py │ │ │ │ ├── Converters.py │ │ │ │ ├── Effects.py │ │ │ │ ├── Imaging.py │ │ │ │ ├── Media3D │ │ │ │ │ ├── Converters.py │ │ │ │ │ └── __init__.py │ │ │ │ ├── TextFormatting.py │ │ │ │ └── __init__.py │ │ │ ├── Navigation.py │ │ │ ├── Resources.py │ │ │ ├── Shapes.py │ │ │ ├── Shell.py │ │ │ ├── Threading.py │ │ │ └── __init__.py │ │ └── __init__.py │ │ ├── Tekla │ │ ├── Structures │ │ │ ├── Drawing │ │ │ │ ├── Automation.py │ │ │ │ ├── Tools.py │ │ │ │ ├── UI.py │ │ │ │ └── __init__.py │ │ │ ├── DrawingInternal.py │ │ │ ├── Filtering │ │ │ │ ├── Categories.py │ │ │ │ └── __init__.py │ │ │ ├── Forming.py │ │ │ ├── Geometry3d.py │ │ │ ├── Internal.py │ │ │ ├── Model │ │ │ │ ├── ClashChecker.py │ │ │ │ ├── Collaboration.py │ │ │ │ ├── History.py │ │ │ │ ├── Operations.py │ │ │ │ ├── UI.py │ │ │ │ ├── Welding.py │ │ │ │ └── __init__.py │ │ │ ├── ModelInternal.py │ │ │ ├── Plugins.py │ │ │ ├── PluginsInternal.py │ │ │ ├── Solid.py │ │ │ ├── TeklaStructuresInternal │ │ │ │ ├── Filtering.py │ │ │ │ └── __init__.py │ │ │ └── __init__.py │ │ └── __init__.py │ │ ├── Tessellation │ │ ├── Adapters.py │ │ └── __init__.py │ │ ├── clr.py │ │ └── wpf.py ├── test.py ├── tests │ └── __init__.py └── todo.todo ├── Isolate - Copy.rvb ├── Isolate.rvb ├── LockAllDetails.py ├── LockHatches.py ├── LockLayerbyObject.py ├── MakeAllBlocks.py ├── MakeAllBlocks.rvb ├── MakeUnique.py ├── MakeUniqueRename.py ├── Material by object color.py ├── MergeMeshByLayer.py ├── MoveLayersToOtherParent.py ├── MoveLayersToOtherParentS.py ├── MoveObjecttoSelectedLayer.py ├── MoveTo2DLayer.py ├── OffsetBooDIff.py ├── OpenNestRhino.rhp ├── Place Named Point.rvb ├── PlanarizeCurve.rvb ├── ProjectPersp.rvb ├── README.md ├── RandomizeObjectLocation.py ├── RhinoScripts_Python ├── .vs │ └── RhinoScripts_Python │ │ └── v14 │ │ └── .suo ├── RhinoScripts_Python.sln └── RhinoScripts_Python │ ├── RhinoScripts_Python.pyproj │ ├── Script.py │ └── __init__.py ├── RotateAroundIndividualCenter.py ├── SELECT A-WALL.py ├── ScaleByObjectCenter.py ├── ScrapeLayerData.py ├── Screenshot-nameby layer view.py ├── SelectByColor.py ├── SetCameraPlan.py ├── Silhouette_VP.rvb ├── Unify Individual Layer Color.py ├── Unify Layer Color.py ├── UpdateHatchColors.py ├── UpdateLayerPrintWidth.py ├── UpdateLineweights.py ├── batchRenderVray.py ├── block.py ├── colorStandard.xlsm ├── colors.csv ├── createElevationBug.py ├── getLayerList.py ├── makeHatch.rhp ├── makelinetype_.py ├── moveObjectsandLayers.py ├── printLayers.py ├── que.py ├── rhinoscript-master ├── AnalysisMeshSlope.rvb ├── AnnotateCurveEndPoints.rvb ├── ArcPointDistribution.rvb ├── ArchimedeanSpiral.rvb ├── ArionExport.rvb ├── ArrayCrv.rvb ├── ArrayCrvRoadLikeTop.rvb ├── ArrayCrvTween.rvb ├── ArrayList.rvb ├── ArrayPointsOnSurface.rvb ├── ArrayPolar.rvb ├── ArraySpheres.rvb ├── ArrayUtilities.rvb ├── AutoAnnotateNamedCurves.rvb ├── AutoNameObjects.rvb ├── BaseballSeam.rvb ├── BatchAudit3dm.rvb ├── BatchConvertAutoCAD.rvb ├── BatchExtractThumbnails.rvb ├── BatchImport.rvb ├── BatchOpenIges.rvb ├── BatchProcessFiles.rvb ├── BatchRemovePlugInData.rvb ├── BatchRemovePlugInDataV5.rvb ├── BatchRender.rvb ├── BatchRender.vbs ├── BatchSaveSTL.rvb ├── BatchSaveSmall.rvb ├── BlockInspector.rvb ├── BlockLeader.rvb ├── BlockUtilities.rvb ├── BorderLengthToClipboard.rvb ├── BoundingBoxToClipboard.rvb ├── BoxFrame.rvb ├── BrazilCamera.rvb ├── CPlaneTangent.rvb ├── CameraAnimation.rvb ├── CatenaryCrv.rvb ├── CenterMark.rvb ├── CheckForWizards.rvb ├── ChordLengthGizmo.rvb ├── CircleFromLength.rvb ├── CirclePerimeter.rvb ├── CircleTrimmer.rvb ├── CleanPolyline.rvb ├── ColorHelpers.rvb ├── CompleteGraph.rvb ├── ConvertBlockToGroup.rvb ├── ConvertDotsToText.rvb ├── ConvertLayersToGrayscale.rvb ├── ConvertTextToGeometry.rvb ├── CopyObjectsToLayer.rvb ├── CopyRotate.rvb ├── CreateShortcut.rvb ├── CurrentModelInfo.rvb ├── CurveLength.rvb ├── DecomposeXform.rvb ├── DimScaleText.rvb ├── DisplayScriptEngineInfo.rvb ├── Dispose.rvb ├── DivideCurveDashed.rvb ├── DivideCurveEquiDistant.rvb ├── Dodecahedron.rvb ├── DrawCrossedLinesOnFaces.rvb ├── DrawParametricCurve.rvb ├── DumpArrayInfo.rvb ├── DumpDocumentData.rvb ├── DumpIgesHeader.rvb ├── DumpRhinoVersions.rvb ├── DynamicArray.rvb ├── Easter.rvb ├── Ellipsoid.rvb ├── EvaluateCurve.rvb ├── ExcelDumper.rvb ├── ExplodeMesh.rvb ├── ExplodePolyCurve.rvb ├── ExportBlockCount.rvb ├── ExportBlockLabels.rvb ├── ExportBlocks.rvb ├── ExportBlocksEx.rvb ├── ExportBlocksToExcel.rvb ├── ExportBoundingBox.rvb ├── ExportCSV.rvb ├── ExportControlPoints.rvb ├── ExportCurveDefinition.rvb ├── ExportCustomSTL.rvb ├── ExportLabelledPoints.rvb ├── ExportLabels.rvb ├── ExportLayerMaterials.rvb ├── ExportLayerNames.rvb ├── ExportLayerObjects.rvb ├── ExportLayerObjectsTo3ds.rvb ├── ExportLayerObjectsToSat.rvb ├── ExportLeicaPTS.rvb ├── ExportMeshToXML.rvb ├── ExportNamedPoints.rvb ├── ExportOff.rvb ├── ExportPoints.rvb ├── ExportPolylineVertices.rvb ├── ExportRhinoAnalysisMesh.rvb ├── ExportSurfaceNormals.rvb ├── ExportSurfacePoints.rvb ├── ExtractMeshWires.rvb ├── ExtractSrfEditPt.rvb ├── ExtractThumbnailImages.rvb ├── ExtractUVIntersectPts.rvb ├── ExtrudeCurveNormal.rvb ├── ExtrudePlanarCurves.rvb ├── Factorial.rvb ├── Fibonacci.rvb ├── FibonacciSpiral.rvb ├── FileComments.rvb ├── FileInfo.rvb ├── FilletCorners.rvb ├── FilletCurve.rvb ├── FindDuplicateStrings.rvb ├── FindRunningProcess.rvb ├── FlamingoStuff.rvb ├── FlipFace.rvb ├── FlowAlongSrf.rvb ├── FormatMessage.rvb ├── FormatNumberScientific.rvb ├── GardenPath.rvb ├── GetFontsFromWord.rvb ├── GetHotColdColor.rvb ├── GetInstallDriveSerialNumber.rvb ├── GetMinMaxCurvature.rvb ├── GetWindowsInstallerVersion.rvb ├── GetYCoordinate.rvb ├── GripSamples.rvb ├── GroupHelpers.rvb ├── Guilloche.rvb ├── HideGroup.rvb ├── Hydrostatics.rvb ├── Icosahedron.rvb ├── ImportAirfoil.rvb ├── ImportCurveFromExcel.rvb ├── ImportGeomview.rvb ├── ImportInterpCrv.rvb ├── ImportPointFile.rvb ├── ImportPoints.rvb ├── ImportPointsWithNames.rvb ├── ImportSurveyPoints.rvb ├── ImportText.rvb ├── Interpolate.rvb ├── IsBox.rvb ├── IsCurveSquare.rvb ├── IsExcelFileOpen.rvb ├── IsStackedControlPointCurve.rvb ├── IsolateLayers.rvb ├── LabelDistance.rvb ├── LayerNameSort.rvb ├── LayerRename.rvb ├── LayerStates.rvb ├── LegoBrickMaker.rvb ├── LicenseTools.rvb ├── LinearRegression.rvb ├── ListAcadSchemes.rvb ├── ListIgesSchemes.rvb ├── LoadDefaultHatchPatterns.rvb ├── LoftExample.rvb ├── MakeNurbsCircle.rvb ├── MakeNurbsCurve.rvb ├── MakePanelPoints.rvb ├── MakeTabs.rvb ├── MarkFullyMultipleKnots.rvb ├── MarkInternalCorners.rvb ├── MarkLine.rvb ├── MatchObjectAttributesEx.rvb ├── MatchText.rvb ├── MeanCrv.rvb ├── MeshSplit.rvb ├── MeshVertexColors.rvb ├── ModelessHtmlBox.htm ├── ModelessHtmlBox.rvb ├── ModifyTangentArcRadius.rvb ├── ModifyTangentRadius.rvb ├── MoveToNewHiddenLayer.rvb ├── MultiCrvSeam.rvb ├── MultiOrient3Pt.rvb ├── MyVolume.rvb ├── ObjectColor.rvb ├── ObjectNotes.rvb ├── OffsetCrvBoth.rvb ├── OffsetMeshSolidify.rvb ├── OffsetToClosedCurve.rvb ├── OpenStlFile.rvb ├── OperatingSystemProperties.rvb ├── ParametricEllipse.rvb ├── ParametricEllipsoid.rvb ├── PerfectSquare.rvb ├── Permute.rvb ├── PlacePointsOnCurve.rvb ├── PlaneAngle.rvb ├── PlugInEnabler.rvb ├── PointCloudPointColors.rvb ├── PolarZonohedron.rvb ├── PolyCurveSegmentDistances.rvb ├── PolygonArea.rvb ├── PopupDimensionStyle.rvb ├── PositionOnSrf.rvb ├── PrintInstanceDefinitionTree.rvb ├── PrintNotes.rvb ├── PrintSurfacePoints.rvb ├── ProjectMaintainLayer.rvb ├── QuadraticSolver.rvb ├── QuickBlockExport.rvb ├── QuickBlockLink.rvb ├── RandomDistribution.rvb ├── RandomOffsetCrv.rvb ├── RandomPointsOnSphere.rvb ├── RandomScale.rvb ├── RandomSurfacePoints.rvb ├── RandomUniformScale.rvb ├── RandomizeLayerColors.rvb ├── ReadSphereFile.rvb ├── ReadTextFile.rvb ├── RenameCurrentLayer.htm ├── RenameCurrentLayer.rvb ├── RenameLayers.rvb ├── RenderNamedViews.rvb ├── ReplacePoints.rvb ├── ReplacePointsWithBlocks.rvb ├── ReplaceText.rvb ├── ResetBlock.rvb ├── RhinoRender.vbs ├── RhinoScriptStartup.rvb ├── RhinoUnrollSurface.rvb ├── RingTorus.rvb ├── RotateViewAngle.rvb ├── RoundedPolyline.rvb ├── SafeArrayTest.htm ├── SafeArrayTest.rvb ├── SavePlugInInfo.rvb ├── SaveSpecial.rvb ├── SaveView.rvb ├── ScaleAtCentroid.rvb ├── ScriptUtilities.rvb ├── SectionArea.rvb ├── SelBlocks.rvb ├── SelClippingPlanes.rvb ├── SelCrvDegree.rvb ├── SelDots.rvb ├── SelDupLines.rvb ├── SelGripOwner.rvb ├── SelGroups.rvb ├── SelLayerObjects.rvb ├── SelLinetype.rvb ├── SelMirroredBlocks.rvb ├── SelNamedObjects.rvb ├── SelObjectDisplayMode.rvb ├── SelPlanar.rvb ├── SelSelfIntersect.rvb ├── SelSmallSrf.rvb ├── SelTextHeight.rvb ├── SelectBlockByDescription.rvb ├── SelectedGroupCount.rvb ├── SetAALevel.rvb ├── SetHierarchicalLayerNames.rvb ├── SetObjectDisplayModeAll.rvb ├── SetObjectMaterialColor.rvb ├── SetRenderColorFromObjectColor.rvb ├── SetViewDisplayModes.rvb ├── Silhouette.rvb ├── SineWaveSrf.rvb ├── SliceAndDice.rvb ├── SolidWeight.rvb ├── SpecialFolders.rvb ├── SquarePipe.rvb ├── SrfClosestPt.rvb ├── Steel.ini ├── Steel.rvb ├── StoreArray.rvb ├── StraightenCircles.rvb ├── StringBuilder.rvb ├── Studificator.rvb ├── SuperExplodeBlock.rvb ├── TabX.rvb ├── TestAnalysisTools.rvb ├── TestAutomateRhino.vbs ├── TestContinue.rvb ├── TestJScript.rvb ├── TestRhino5Automation.vbs ├── ToRoman.rvb ├── ToggleCurveDir.rvb ├── Torsion.rvb ├── TriangleArea.rvb ├── UnselectLayerObjects.rvb ├── UserText.rvb ├── VerifyFolder.rvb ├── ViewCapturePolyhedra.rvb ├── WavyCurve.rvb └── readme.md ├── selbylayer.py ├── selectiontrim.rvb ├── setbackfillet.zip ├── test.py ├── untitled11.py ├── untitled2.py └── updateselectedblocks.zip /.gitattributes: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/shnlmn/Rhino-Grasshopper-Scripts/HEAD/.gitattributes -------------------------------------------------------------------------------- /.gitignore: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/shnlmn/Rhino-Grasshopper-Scripts/HEAD/.gitignore -------------------------------------------------------------------------------- /.vs/Rhino Scripts/v15/.suo: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/shnlmn/Rhino-Grasshopper-Scripts/HEAD/.vs/Rhino Scripts/v15/.suo -------------------------------------------------------------------------------- /.vs/VSWorkspaceState.json: -------------------------------------------------------------------------------- 1 | { 2 | "PreviewInSolutionExplorer": false 3 | } -------------------------------------------------------------------------------- /.vs/slnx.sqlite: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/shnlmn/Rhino-Grasshopper-Scripts/HEAD/.vs/slnx.sqlite -------------------------------------------------------------------------------- /.vscode/launch.json: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/shnlmn/Rhino-Grasshopper-Scripts/HEAD/.vscode/launch.json -------------------------------------------------------------------------------- /.vscode/settings.json: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/shnlmn/Rhino-Grasshopper-Scripts/HEAD/.vscode/settings.json -------------------------------------------------------------------------------- /Add Open Sublayer.py: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/shnlmn/Rhino-Grasshopper-Scripts/HEAD/Add Open Sublayer.py -------------------------------------------------------------------------------- /AddAreaText_cmd.py: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/shnlmn/Rhino-Grasshopper-Scripts/HEAD/AddAreaText_cmd.py -------------------------------------------------------------------------------- /AddZoneLoadData_HB.py: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/shnlmn/Rhino-Grasshopper-Scripts/HEAD/AddZoneLoadData_HB.py -------------------------------------------------------------------------------- /Aliases.txt: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/shnlmn/Rhino-Grasshopper-Scripts/HEAD/Aliases.txt -------------------------------------------------------------------------------- /ApplyRandColorsToLayers.py: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/shnlmn/Rhino-Grasshopper-Scripts/HEAD/ApplyRandColorsToLayers.py -------------------------------------------------------------------------------- /AreaMultUnits_cmd.py: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/shnlmn/Rhino-Grasshopper-Scripts/HEAD/AreaMultUnits_cmd.py -------------------------------------------------------------------------------- /BatchRenderByNamedPosition.py: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/shnlmn/Rhino-Grasshopper-Scripts/HEAD/BatchRenderByNamedPosition.py -------------------------------------------------------------------------------- /BringWallsToFront.py: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/shnlmn/Rhino-Grasshopper-Scripts/HEAD/BringWallsToFront.py -------------------------------------------------------------------------------- /COLORHATCH.py: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/shnlmn/Rhino-Grasshopper-Scripts/HEAD/COLORHATCH.py -------------------------------------------------------------------------------- /ChangeLayer.py: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/shnlmn/Rhino-Grasshopper-Scripts/HEAD/ChangeLayer.py -------------------------------------------------------------------------------- /ChangeLayer_old.py: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/shnlmn/Rhino-Grasshopper-Scripts/HEAD/ChangeLayer_old.py -------------------------------------------------------------------------------- /Color Layer By Object Color.py: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/shnlmn/Rhino-Grasshopper-Scripts/HEAD/Color Layer By Object Color.py -------------------------------------------------------------------------------- /Color Print By Object Color.py: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/shnlmn/Rhino-Grasshopper-Scripts/HEAD/Color Print By Object Color.py -------------------------------------------------------------------------------- /Convert GGLO Dim Style.py: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/shnlmn/Rhino-Grasshopper-Scripts/HEAD/Convert GGLO Dim Style.py -------------------------------------------------------------------------------- /ConvertGroupToBlocks.py: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/shnlmn/Rhino-Grasshopper-Scripts/HEAD/ConvertGroupToBlocks.py -------------------------------------------------------------------------------- /CreateLayers-GENERIC.py: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/shnlmn/Rhino-Grasshopper-Scripts/HEAD/CreateLayers-GENERIC.py -------------------------------------------------------------------------------- /CreateLayers-TOWER.py: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/shnlmn/Rhino-Grasshopper-Scripts/HEAD/CreateLayers-TOWER.py -------------------------------------------------------------------------------- /CreateLayers.py: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/shnlmn/Rhino-Grasshopper-Scripts/HEAD/CreateLayers.py -------------------------------------------------------------------------------- /CreateMaterialByLayerColor.py: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/shnlmn/Rhino-Grasshopper-Scripts/HEAD/CreateMaterialByLayerColor.py -------------------------------------------------------------------------------- /CreateOutline.rvb: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/shnlmn/Rhino-Grasshopper-Scripts/HEAD/CreateOutline.rvb -------------------------------------------------------------------------------- /Distribute.rvb: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/shnlmn/Rhino-Grasshopper-Scripts/HEAD/Distribute.rvb -------------------------------------------------------------------------------- /DivideLengthX.rvb: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/shnlmn/Rhino-Grasshopper-Scripts/HEAD/DivideLengthX.rvb -------------------------------------------------------------------------------- /Eto-stubs-2.5.1/Eto-stubs/Drawing/__init__.pyi: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/shnlmn/Rhino-Grasshopper-Scripts/HEAD/Eto-stubs-2.5.1/Eto-stubs/Drawing/__init__.pyi -------------------------------------------------------------------------------- /Eto-stubs-2.5.1/Eto-stubs/Forms/ThemedControls/__init__.pyi: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/shnlmn/Rhino-Grasshopper-Scripts/HEAD/Eto-stubs-2.5.1/Eto-stubs/Forms/ThemedControls/__init__.pyi -------------------------------------------------------------------------------- /Eto-stubs-2.5.1/Eto-stubs/Forms/__init__.pyi: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/shnlmn/Rhino-Grasshopper-Scripts/HEAD/Eto-stubs-2.5.1/Eto-stubs/Forms/__init__.pyi -------------------------------------------------------------------------------- /Eto-stubs-2.5.1/Eto-stubs/IO/__init__.pyi: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/shnlmn/Rhino-Grasshopper-Scripts/HEAD/Eto-stubs-2.5.1/Eto-stubs/IO/__init__.pyi -------------------------------------------------------------------------------- /Eto-stubs-2.5.1/Eto-stubs/Threading/__init__.pyi: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/shnlmn/Rhino-Grasshopper-Scripts/HEAD/Eto-stubs-2.5.1/Eto-stubs/Threading/__init__.pyi -------------------------------------------------------------------------------- /Eto-stubs-2.5.1/Eto-stubs/__init__.pyi: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/shnlmn/Rhino-Grasshopper-Scripts/HEAD/Eto-stubs-2.5.1/Eto-stubs/__init__.pyi -------------------------------------------------------------------------------- /Eto-stubs-2.5.1/MANIFEST.in: -------------------------------------------------------------------------------- 1 | include Eto-stubs/*.pyi 2 | 3 | -------------------------------------------------------------------------------- /Eto-stubs-2.5.1/PKG-INFO: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/shnlmn/Rhino-Grasshopper-Scripts/HEAD/Eto-stubs-2.5.1/PKG-INFO -------------------------------------------------------------------------------- /Eto-stubs-2.5.1/README.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/shnlmn/Rhino-Grasshopper-Scripts/HEAD/Eto-stubs-2.5.1/README.md -------------------------------------------------------------------------------- /Eto-stubs-2.5.1/setup.cfg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/shnlmn/Rhino-Grasshopper-Scripts/HEAD/Eto-stubs-2.5.1/setup.cfg -------------------------------------------------------------------------------- /Eto-stubs-2.5.1/setup.py: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/shnlmn/Rhino-Grasshopper-Scripts/HEAD/Eto-stubs-2.5.1/setup.py -------------------------------------------------------------------------------- /Export Areas.py: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/shnlmn/Rhino-Grasshopper-Scripts/HEAD/Export Areas.py -------------------------------------------------------------------------------- /ExportSTLWithSettings.rvb: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/shnlmn/Rhino-Grasshopper-Scripts/HEAD/ExportSTLWithSettings.rvb -------------------------------------------------------------------------------- /ExportSTLinMM.py: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/shnlmn/Rhino-Grasshopper-Scripts/HEAD/ExportSTLinMM.py -------------------------------------------------------------------------------- /FaceCamera.rvb: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/shnlmn/Rhino-Grasshopper-Scripts/HEAD/FaceCamera.rvb -------------------------------------------------------------------------------- /HideLayerbyObject.py: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/shnlmn/Rhino-Grasshopper-Scripts/HEAD/HideLayerbyObject.py -------------------------------------------------------------------------------- /IronPythonStubs/.gitignore: -------------------------------------------------------------------------------- 1 | *.log 2 | __pycache__ 3 | *.pyc 4 | release/testing 5 | -------------------------------------------------------------------------------- /IronPythonStubs/LICENSE.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/shnlmn/Rhino-Grasshopper-Scripts/HEAD/IronPythonStubs/LICENSE.md -------------------------------------------------------------------------------- /IronPythonStubs/README.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/shnlmn/Rhino-Grasshopper-Scripts/HEAD/IronPythonStubs/README.md -------------------------------------------------------------------------------- /IronPythonStubs/RELEASE.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/shnlmn/Rhino-Grasshopper-Scripts/HEAD/IronPythonStubs/RELEASE.md -------------------------------------------------------------------------------- /IronPythonStubs/bin/GH_IO.dll: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/shnlmn/Rhino-Grasshopper-Scripts/HEAD/IronPythonStubs/bin/GH_IO.dll -------------------------------------------------------------------------------- /IronPythonStubs/bin/GH_Util.dll: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/shnlmn/Rhino-Grasshopper-Scripts/HEAD/IronPythonStubs/bin/GH_Util.dll -------------------------------------------------------------------------------- /IronPythonStubs/bin/Grasshopper.dll: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/shnlmn/Rhino-Grasshopper-Scripts/HEAD/IronPythonStubs/bin/Grasshopper.dll -------------------------------------------------------------------------------- /IronPythonStubs/bin/Rhino3dmIO.dll: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/shnlmn/Rhino-Grasshopper-Scripts/HEAD/IronPythonStubs/bin/Rhino3dmIO.dll -------------------------------------------------------------------------------- /IronPythonStubs/docs/atom/atom-demo-old.gif: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/shnlmn/Rhino-Grasshopper-Scripts/HEAD/IronPythonStubs/docs/atom/atom-demo-old.gif -------------------------------------------------------------------------------- /IronPythonStubs/docs/atom/atom-demo.gif: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/shnlmn/Rhino-Grasshopper-Scripts/HEAD/IronPythonStubs/docs/atom/atom-demo.gif -------------------------------------------------------------------------------- /IronPythonStubs/docs/atom/atom-settings.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/shnlmn/Rhino-Grasshopper-Scripts/HEAD/IronPythonStubs/docs/atom/atom-settings.png -------------------------------------------------------------------------------- /IronPythonStubs/docs/atom/atom-settings2.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/shnlmn/Rhino-Grasshopper-Scripts/HEAD/IronPythonStubs/docs/atom/atom-settings2.png -------------------------------------------------------------------------------- /IronPythonStubs/docs/autodesk.gif: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/shnlmn/Rhino-Grasshopper-Scripts/HEAD/IronPythonStubs/docs/autodesk.gif -------------------------------------------------------------------------------- /IronPythonStubs/docs/builtins.gif: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/shnlmn/Rhino-Grasshopper-Scripts/HEAD/IronPythonStubs/docs/builtins.gif -------------------------------------------------------------------------------- /IronPythonStubs/docs/clr.gif: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/shnlmn/Rhino-Grasshopper-Scripts/HEAD/IronPythonStubs/docs/clr.gif -------------------------------------------------------------------------------- /IronPythonStubs/docs/cpython-ac.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/shnlmn/Rhino-Grasshopper-Scripts/HEAD/IronPythonStubs/docs/cpython-ac.png -------------------------------------------------------------------------------- /IronPythonStubs/docs/grasshopper-sublime.gif: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/shnlmn/Rhino-Grasshopper-Scripts/HEAD/IronPythonStubs/docs/grasshopper-sublime.gif -------------------------------------------------------------------------------- /IronPythonStubs/docs/memory-issues.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/shnlmn/Rhino-Grasshopper-Scripts/HEAD/IronPythonStubs/docs/memory-issues.png -------------------------------------------------------------------------------- /IronPythonStubs/docs/rhino-overloads.gif: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/shnlmn/Rhino-Grasshopper-Scripts/HEAD/IronPythonStubs/docs/rhino-overloads.gif -------------------------------------------------------------------------------- /IronPythonStubs/docs/rhino.gif: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/shnlmn/Rhino-Grasshopper-Scripts/HEAD/IronPythonStubs/docs/rhino.gif -------------------------------------------------------------------------------- /IronPythonStubs/docs/sublime/sublime-demo-large.gif: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/shnlmn/Rhino-Grasshopper-Scripts/HEAD/IronPythonStubs/docs/sublime/sublime-demo-large.gif -------------------------------------------------------------------------------- /IronPythonStubs/docs/sublime/sublime-demo.gif: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/shnlmn/Rhino-Grasshopper-Scripts/HEAD/IronPythonStubs/docs/sublime/sublime-demo.gif -------------------------------------------------------------------------------- /IronPythonStubs/docs/sublime/sublime-jedi-settings.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/shnlmn/Rhino-Grasshopper-Scripts/HEAD/IronPythonStubs/docs/sublime/sublime-jedi-settings.png -------------------------------------------------------------------------------- /IronPythonStubs/docs/sublime/sublime-large.gif: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/shnlmn/Rhino-Grasshopper-Scripts/HEAD/IronPythonStubs/docs/sublime/sublime-large.gif -------------------------------------------------------------------------------- /IronPythonStubs/docs/sublime/sublime-native.gif: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/shnlmn/Rhino-Grasshopper-Scripts/HEAD/IronPythonStubs/docs/sublime/sublime-native.gif -------------------------------------------------------------------------------- /IronPythonStubs/docs/sublime/sublime-settings.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/shnlmn/Rhino-Grasshopper-Scripts/HEAD/IronPythonStubs/docs/sublime/sublime-settings.png -------------------------------------------------------------------------------- /IronPythonStubs/docs/vscode/vscode-demo.gif: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/shnlmn/Rhino-Grasshopper-Scripts/HEAD/IronPythonStubs/docs/vscode/vscode-demo.gif -------------------------------------------------------------------------------- /IronPythonStubs/ironpython-stubs-master.zip: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/shnlmn/Rhino-Grasshopper-Scripts/HEAD/IronPythonStubs/ironpython-stubs-master.zip -------------------------------------------------------------------------------- /IronPythonStubs/ironstubs/__init__.py: -------------------------------------------------------------------------------- 1 | -------------------------------------------------------------------------------- /IronPythonStubs/ironstubs/__main__.py: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/shnlmn/Rhino-Grasshopper-Scripts/HEAD/IronPythonStubs/ironstubs/__main__.py -------------------------------------------------------------------------------- /IronPythonStubs/ironstubs/default_settings.py: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/shnlmn/Rhino-Grasshopper-Scripts/HEAD/IronPythonStubs/ironstubs/default_settings.py -------------------------------------------------------------------------------- /IronPythonStubs/ironstubs/generator3/__init__.py: -------------------------------------------------------------------------------- 1 | -------------------------------------------------------------------------------- /IronPythonStubs/ironstubs/generator3/generator3.py: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/shnlmn/Rhino-Grasshopper-Scripts/HEAD/IronPythonStubs/ironstubs/generator3/generator3.py -------------------------------------------------------------------------------- /IronPythonStubs/ironstubs/generator3/pycharm_generator_utils/__init__.py: -------------------------------------------------------------------------------- 1 | __author__ = 'ktisha' 2 | -------------------------------------------------------------------------------- /IronPythonStubs/ironstubs/make_stubs.py: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/shnlmn/Rhino-Grasshopper-Scripts/HEAD/IronPythonStubs/ironstubs/make_stubs.py -------------------------------------------------------------------------------- /IronPythonStubs/ironstubs/process_stubs.py: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/shnlmn/Rhino-Grasshopper-Scripts/HEAD/IronPythonStubs/ironstubs/process_stubs.py -------------------------------------------------------------------------------- /IronPythonStubs/ironstubs/revit.py: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/shnlmn/Rhino-Grasshopper-Scripts/HEAD/IronPythonStubs/ironstubs/revit.py -------------------------------------------------------------------------------- /IronPythonStubs/ironstubs/utils/__init__.py: -------------------------------------------------------------------------------- 1 | -------------------------------------------------------------------------------- /IronPythonStubs/ironstubs/utils/docopt.py: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/shnlmn/Rhino-Grasshopper-Scripts/HEAD/IronPythonStubs/ironstubs/utils/docopt.py -------------------------------------------------------------------------------- /IronPythonStubs/ironstubs/utils/helper.py: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/shnlmn/Rhino-Grasshopper-Scripts/HEAD/IronPythonStubs/ironstubs/utils/helper.py -------------------------------------------------------------------------------- /IronPythonStubs/ironstubs/utils/logger.py: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/shnlmn/Rhino-Grasshopper-Scripts/HEAD/IronPythonStubs/ironstubs/utils/logger.py -------------------------------------------------------------------------------- /IronPythonStubs/logs/DSCoreNodes.DLL.json: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/shnlmn/Rhino-Grasshopper-Scripts/HEAD/IronPythonStubs/logs/DSCoreNodes.DLL.json -------------------------------------------------------------------------------- /IronPythonStubs/logs/DSOffice.DLL.json: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/shnlmn/Rhino-Grasshopper-Scripts/HEAD/IronPythonStubs/logs/DSOffice.DLL.json -------------------------------------------------------------------------------- /IronPythonStubs/logs/GH_IO.DLL.json: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/shnlmn/Rhino-Grasshopper-Scripts/HEAD/IronPythonStubs/logs/GH_IO.DLL.json -------------------------------------------------------------------------------- /IronPythonStubs/logs/GH_Util.DLL.json: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/shnlmn/Rhino-Grasshopper-Scripts/HEAD/IronPythonStubs/logs/GH_Util.DLL.json -------------------------------------------------------------------------------- /IronPythonStubs/logs/Grasshopper.DLL.json: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/shnlmn/Rhino-Grasshopper-Scripts/HEAD/IronPythonStubs/logs/Grasshopper.DLL.json -------------------------------------------------------------------------------- /IronPythonStubs/logs/IronPython.Wpf.dll.json: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/shnlmn/Rhino-Grasshopper-Scripts/HEAD/IronPythonStubs/logs/IronPython.Wpf.dll.json -------------------------------------------------------------------------------- /IronPythonStubs/logs/PresentationCore.dll.json: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/shnlmn/Rhino-Grasshopper-Scripts/HEAD/IronPythonStubs/logs/PresentationCore.dll.json -------------------------------------------------------------------------------- /IronPythonStubs/logs/PresentationFramework.dll.json: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/shnlmn/Rhino-Grasshopper-Scripts/HEAD/IronPythonStubs/logs/PresentationFramework.dll.json -------------------------------------------------------------------------------- /IronPythonStubs/logs/ProtoGeometry.DLL.json: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/shnlmn/Rhino-Grasshopper-Scripts/HEAD/IronPythonStubs/logs/ProtoGeometry.DLL.json -------------------------------------------------------------------------------- /IronPythonStubs/logs/RevitAPI.DLL.json: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/shnlmn/Rhino-Grasshopper-Scripts/HEAD/IronPythonStubs/logs/RevitAPI.DLL.json -------------------------------------------------------------------------------- /IronPythonStubs/logs/RevitAPIUI.DLL.json: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/shnlmn/Rhino-Grasshopper-Scripts/HEAD/IronPythonStubs/logs/RevitAPIUI.DLL.json -------------------------------------------------------------------------------- /IronPythonStubs/logs/RevitNodes.DLL.json: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/shnlmn/Rhino-Grasshopper-Scripts/HEAD/IronPythonStubs/logs/RevitNodes.DLL.json -------------------------------------------------------------------------------- /IronPythonStubs/logs/RevitServices.DLL.json: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/shnlmn/Rhino-Grasshopper-Scripts/HEAD/IronPythonStubs/logs/RevitServices.DLL.json -------------------------------------------------------------------------------- /IronPythonStubs/logs/Rhino3dmIO.DLL.json: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/shnlmn/Rhino-Grasshopper-Scripts/HEAD/IronPythonStubs/logs/Rhino3dmIO.DLL.json -------------------------------------------------------------------------------- /IronPythonStubs/logs/RhinoCommon.DLL.json: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/shnlmn/Rhino-Grasshopper-Scripts/HEAD/IronPythonStubs/logs/RhinoCommon.DLL.json -------------------------------------------------------------------------------- /IronPythonStubs/logs/System.Drawing.dll.json: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/shnlmn/Rhino-Grasshopper-Scripts/HEAD/IronPythonStubs/logs/System.Drawing.dll.json -------------------------------------------------------------------------------- /IronPythonStubs/logs/System.Windows.Forms.dll.json: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/shnlmn/Rhino-Grasshopper-Scripts/HEAD/IronPythonStubs/logs/System.Windows.Forms.dll.json -------------------------------------------------------------------------------- /IronPythonStubs/logs/System.dll.json: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/shnlmn/Rhino-Grasshopper-Scripts/HEAD/IronPythonStubs/logs/System.dll.json -------------------------------------------------------------------------------- /IronPythonStubs/logs/Tekla.Structures.Drawing.dll.json: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/shnlmn/Rhino-Grasshopper-Scripts/HEAD/IronPythonStubs/logs/Tekla.Structures.Drawing.dll.json -------------------------------------------------------------------------------- /IronPythonStubs/logs/Tekla.Structures.Model.dll.json: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/shnlmn/Rhino-Grasshopper-Scripts/HEAD/IronPythonStubs/logs/Tekla.Structures.Model.dll.json -------------------------------------------------------------------------------- /IronPythonStubs/logs/Tekla.Structures.Plugins.dll.json: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/shnlmn/Rhino-Grasshopper-Scripts/HEAD/IronPythonStubs/logs/Tekla.Structures.Plugins.dll.json -------------------------------------------------------------------------------- /IronPythonStubs/logs/Tekla.Structures.dll.json: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/shnlmn/Rhino-Grasshopper-Scripts/HEAD/IronPythonStubs/logs/Tekla.Structures.dll.json -------------------------------------------------------------------------------- /IronPythonStubs/logs/Tessellation.DLL.json: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/shnlmn/Rhino-Grasshopper-Scripts/HEAD/IronPythonStubs/logs/Tessellation.DLL.json -------------------------------------------------------------------------------- /IronPythonStubs/logs/WindowsBase.dll.json: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/shnlmn/Rhino-Grasshopper-Scripts/HEAD/IronPythonStubs/logs/WindowsBase.dll.json -------------------------------------------------------------------------------- /IronPythonStubs/logs/__builtins__.json: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/shnlmn/Rhino-Grasshopper-Scripts/HEAD/IronPythonStubs/logs/__builtins__.json -------------------------------------------------------------------------------- /IronPythonStubs/release/stubs.min/Autodesk/DesignScript/__init__.py: -------------------------------------------------------------------------------- 1 | -------------------------------------------------------------------------------- /IronPythonStubs/release/stubs.min/Autodesk/Revit/Attributes.py: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/shnlmn/Rhino-Grasshopper-Scripts/HEAD/IronPythonStubs/release/stubs.min/Autodesk/Revit/Attributes.py -------------------------------------------------------------------------------- /IronPythonStubs/release/stubs.min/Autodesk/Revit/Creation.py: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/shnlmn/Rhino-Grasshopper-Scripts/HEAD/IronPythonStubs/release/stubs.min/Autodesk/Revit/Creation.py -------------------------------------------------------------------------------- /IronPythonStubs/release/stubs.min/Autodesk/Revit/DB/Analysis_parts/__init__.py: -------------------------------------------------------------------------------- 1 | -------------------------------------------------------------------------------- /IronPythonStubs/release/stubs.min/Autodesk/Revit/DB/Electrical_parts/__init__.py: -------------------------------------------------------------------------------- 1 | -------------------------------------------------------------------------------- /IronPythonStubs/release/stubs.min/Autodesk/Revit/DB/IFC.py: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/shnlmn/Rhino-Grasshopper-Scripts/HEAD/IronPythonStubs/release/stubs.min/Autodesk/Revit/DB/IFC.py -------------------------------------------------------------------------------- /IronPythonStubs/release/stubs.min/Autodesk/Revit/DB/Structure/__init___parts/__init__.py: -------------------------------------------------------------------------------- 1 | -------------------------------------------------------------------------------- /IronPythonStubs/release/stubs.min/Autodesk/Revit/DB/__init___parts/__init__.py: -------------------------------------------------------------------------------- 1 | -------------------------------------------------------------------------------- /IronPythonStubs/release/stubs.min/Autodesk/Revit/UI/__init___parts/__init__.py: -------------------------------------------------------------------------------- 1 | -------------------------------------------------------------------------------- /IronPythonStubs/release/stubs.min/Autodesk/Revit/Utility.py: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/shnlmn/Rhino-Grasshopper-Scripts/HEAD/IronPythonStubs/release/stubs.min/Autodesk/Revit/Utility.py -------------------------------------------------------------------------------- /IronPythonStubs/release/stubs.min/Autodesk/Revit/__init__.py: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/shnlmn/Rhino-Grasshopper-Scripts/HEAD/IronPythonStubs/release/stubs.min/Autodesk/Revit/__init__.py -------------------------------------------------------------------------------- /IronPythonStubs/release/stubs.min/Autodesk/__init__.py: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/shnlmn/Rhino-Grasshopper-Scripts/HEAD/IronPythonStubs/release/stubs.min/Autodesk/__init__.py -------------------------------------------------------------------------------- /IronPythonStubs/release/stubs.min/DSCore/IO.py: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/shnlmn/Rhino-Grasshopper-Scripts/HEAD/IronPythonStubs/release/stubs.min/DSCore/IO.py -------------------------------------------------------------------------------- /IronPythonStubs/release/stubs.min/DSCore/__init__.py: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/shnlmn/Rhino-Grasshopper-Scripts/HEAD/IronPythonStubs/release/stubs.min/DSCore/__init__.py -------------------------------------------------------------------------------- /IronPythonStubs/release/stubs.min/DSOffice.py: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/shnlmn/Rhino-Grasshopper-Scripts/HEAD/IronPythonStubs/release/stubs.min/DSOffice.py -------------------------------------------------------------------------------- /IronPythonStubs/release/stubs.min/GH_IO/Serialization.py: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/shnlmn/Rhino-Grasshopper-Scripts/HEAD/IronPythonStubs/release/stubs.min/GH_IO/Serialization.py -------------------------------------------------------------------------------- /IronPythonStubs/release/stubs.min/GH_IO/Types.py: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/shnlmn/Rhino-Grasshopper-Scripts/HEAD/IronPythonStubs/release/stubs.min/GH_IO/Types.py -------------------------------------------------------------------------------- /IronPythonStubs/release/stubs.min/GH_IO/UserInterface.py: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/shnlmn/Rhino-Grasshopper-Scripts/HEAD/IronPythonStubs/release/stubs.min/GH_IO/UserInterface.py -------------------------------------------------------------------------------- /IronPythonStubs/release/stubs.min/GH_IO/__init__.py: -------------------------------------------------------------------------------- 1 | -------------------------------------------------------------------------------- /IronPythonStubs/release/stubs.min/GH_Util/MetaBall.py: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/shnlmn/Rhino-Grasshopper-Scripts/HEAD/IronPythonStubs/release/stubs.min/GH_Util/MetaBall.py -------------------------------------------------------------------------------- /IronPythonStubs/release/stubs.min/GH_Util/__init__.py: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/shnlmn/Rhino-Grasshopper-Scripts/HEAD/IronPythonStubs/release/stubs.min/GH_Util/__init__.py -------------------------------------------------------------------------------- /IronPythonStubs/release/stubs.min/Grasshopper/GUI/Base.py: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/shnlmn/Rhino-Grasshopper-Scripts/HEAD/IronPythonStubs/release/stubs.min/Grasshopper/GUI/Base.py -------------------------------------------------------------------------------- /IronPythonStubs/release/stubs.min/Grasshopper/GUI/Canvas/__init__.py: -------------------------------------------------------------------------------- 1 | -------------------------------------------------------------------------------- /IronPythonStubs/release/stubs.min/Grasshopper/GUI/Colours.py: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/shnlmn/Rhino-Grasshopper-Scripts/HEAD/IronPythonStubs/release/stubs.min/Grasshopper/GUI/Colours.py -------------------------------------------------------------------------------- /IronPythonStubs/release/stubs.min/Grasshopper/GUI/HTML.py: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/shnlmn/Rhino-Grasshopper-Scripts/HEAD/IronPythonStubs/release/stubs.min/Grasshopper/GUI/HTML.py -------------------------------------------------------------------------------- /IronPythonStubs/release/stubs.min/Grasshopper/GUI/Layout.py: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/shnlmn/Rhino-Grasshopper-Scripts/HEAD/IronPythonStubs/release/stubs.min/Grasshopper/GUI/Layout.py -------------------------------------------------------------------------------- /IronPythonStubs/release/stubs.min/Grasshopper/GUI/MRU.py: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/shnlmn/Rhino-Grasshopper-Scripts/HEAD/IronPythonStubs/release/stubs.min/Grasshopper/GUI/MRU.py -------------------------------------------------------------------------------- /IronPythonStubs/release/stubs.min/Grasshopper/GUI/Ribbon.py: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/shnlmn/Rhino-Grasshopper-Scripts/HEAD/IronPythonStubs/release/stubs.min/Grasshopper/GUI/Ribbon.py -------------------------------------------------------------------------------- /IronPythonStubs/release/stubs.min/Grasshopper/GUI/Script.py: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/shnlmn/Rhino-Grasshopper-Scripts/HEAD/IronPythonStubs/release/stubs.min/Grasshopper/GUI/Script.py -------------------------------------------------------------------------------- /IronPythonStubs/release/stubs.min/Grasshopper/GUI/SettingsControls_parts/__init__.py: -------------------------------------------------------------------------------- 1 | -------------------------------------------------------------------------------- /IronPythonStubs/release/stubs.min/Grasshopper/GUI/Stacks.py: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/shnlmn/Rhino-Grasshopper-Scripts/HEAD/IronPythonStubs/release/stubs.min/Grasshopper/GUI/Stacks.py -------------------------------------------------------------------------------- /IronPythonStubs/release/stubs.min/Grasshopper/GUI/Theme.py: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/shnlmn/Rhino-Grasshopper-Scripts/HEAD/IronPythonStubs/release/stubs.min/Grasshopper/GUI/Theme.py -------------------------------------------------------------------------------- /IronPythonStubs/release/stubs.min/Grasshopper/GUI/Widgets.py: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/shnlmn/Rhino-Grasshopper-Scripts/HEAD/IronPythonStubs/release/stubs.min/Grasshopper/GUI/Widgets.py -------------------------------------------------------------------------------- /IronPythonStubs/release/stubs.min/Grasshopper/GUI/__init__.py: -------------------------------------------------------------------------------- 1 | -------------------------------------------------------------------------------- /IronPythonStubs/release/stubs.min/Grasshopper/Getters.py: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/shnlmn/Rhino-Grasshopper-Scripts/HEAD/IronPythonStubs/release/stubs.min/Grasshopper/Getters.py -------------------------------------------------------------------------------- /IronPythonStubs/release/stubs.min/Grasshopper/Kernel/Components_parts/__init__.py: -------------------------------------------------------------------------------- 1 | -------------------------------------------------------------------------------- /IronPythonStubs/release/stubs.min/Grasshopper/Kernel/Data.py: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/shnlmn/Rhino-Grasshopper-Scripts/HEAD/IronPythonStubs/release/stubs.min/Grasshopper/Kernel/Data.py -------------------------------------------------------------------------------- /IronPythonStubs/release/stubs.min/Grasshopper/Kernel/GDL.py: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/shnlmn/Rhino-Grasshopper-Scripts/HEAD/IronPythonStubs/release/stubs.min/Grasshopper/Kernel/GDL.py -------------------------------------------------------------------------------- /IronPythonStubs/release/stubs.min/Grasshopper/Kernel/Geometry/__init__.py: -------------------------------------------------------------------------------- 1 | -------------------------------------------------------------------------------- /IronPythonStubs/release/stubs.min/Grasshopper/Kernel/Parameters/__init__.py: -------------------------------------------------------------------------------- 1 | -------------------------------------------------------------------------------- /IronPythonStubs/release/stubs.min/Grasshopper/Kernel/Special/__init__.py: -------------------------------------------------------------------------------- 1 | -------------------------------------------------------------------------------- /IronPythonStubs/release/stubs.min/Grasshopper/Kernel/__init__.py: -------------------------------------------------------------------------------- 1 | -------------------------------------------------------------------------------- /IronPythonStubs/release/stubs.min/Grasshopper/Plugin.py: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/shnlmn/Rhino-Grasshopper-Scripts/HEAD/IronPythonStubs/release/stubs.min/Grasshopper/Plugin.py -------------------------------------------------------------------------------- /IronPythonStubs/release/stubs.min/Grasshopper/__init__.py: -------------------------------------------------------------------------------- 1 | -------------------------------------------------------------------------------- /IronPythonStubs/release/stubs.min/IronPython/Modules.py: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/shnlmn/Rhino-Grasshopper-Scripts/HEAD/IronPythonStubs/release/stubs.min/IronPython/Modules.py -------------------------------------------------------------------------------- /IronPythonStubs/release/stubs.min/IronPython/__init__.py: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/shnlmn/Rhino-Grasshopper-Scripts/HEAD/IronPythonStubs/release/stubs.min/IronPython/__init__.py -------------------------------------------------------------------------------- /IronPythonStubs/release/stubs.min/Microsoft/CSharp.py: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/shnlmn/Rhino-Grasshopper-Scripts/HEAD/IronPythonStubs/release/stubs.min/Microsoft/CSharp.py -------------------------------------------------------------------------------- /IronPythonStubs/release/stubs.min/Microsoft/VisualBasic.py: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/shnlmn/Rhino-Grasshopper-Scripts/HEAD/IronPythonStubs/release/stubs.min/Microsoft/VisualBasic.py -------------------------------------------------------------------------------- /IronPythonStubs/release/stubs.min/Microsoft/__init__.py: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/shnlmn/Rhino-Grasshopper-Scripts/HEAD/IronPythonStubs/release/stubs.min/Microsoft/__init__.py -------------------------------------------------------------------------------- /IronPythonStubs/release/stubs.min/Revit/AnalysisDisplay.py: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/shnlmn/Rhino-Grasshopper-Scripts/HEAD/IronPythonStubs/release/stubs.min/Revit/AnalysisDisplay.py -------------------------------------------------------------------------------- /IronPythonStubs/release/stubs.min/Revit/Application.py: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/shnlmn/Rhino-Grasshopper-Scripts/HEAD/IronPythonStubs/release/stubs.min/Revit/Application.py -------------------------------------------------------------------------------- /IronPythonStubs/release/stubs.min/Revit/Elements/Views.py: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/shnlmn/Rhino-Grasshopper-Scripts/HEAD/IronPythonStubs/release/stubs.min/Revit/Elements/Views.py -------------------------------------------------------------------------------- /IronPythonStubs/release/stubs.min/Revit/Elements/__init__.py: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/shnlmn/Rhino-Grasshopper-Scripts/HEAD/IronPythonStubs/release/stubs.min/Revit/Elements/__init__.py -------------------------------------------------------------------------------- /IronPythonStubs/release/stubs.min/Revit/Filter.py: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/shnlmn/Rhino-Grasshopper-Scripts/HEAD/IronPythonStubs/release/stubs.min/Revit/Filter.py -------------------------------------------------------------------------------- /IronPythonStubs/release/stubs.min/Revit/GeometryObjects.py: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/shnlmn/Rhino-Grasshopper-Scripts/HEAD/IronPythonStubs/release/stubs.min/Revit/GeometryObjects.py -------------------------------------------------------------------------------- /IronPythonStubs/release/stubs.min/Revit/Graphics.py: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/shnlmn/Rhino-Grasshopper-Scripts/HEAD/IronPythonStubs/release/stubs.min/Revit/Graphics.py -------------------------------------------------------------------------------- /IronPythonStubs/release/stubs.min/Revit/References.py: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/shnlmn/Rhino-Grasshopper-Scripts/HEAD/IronPythonStubs/release/stubs.min/Revit/References.py -------------------------------------------------------------------------------- /IronPythonStubs/release/stubs.min/Revit/Transaction.py: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/shnlmn/Rhino-Grasshopper-Scripts/HEAD/IronPythonStubs/release/stubs.min/Revit/Transaction.py -------------------------------------------------------------------------------- /IronPythonStubs/release/stubs.min/Revit/__init__.py: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/shnlmn/Rhino-Grasshopper-Scripts/HEAD/IronPythonStubs/release/stubs.min/Revit/__init__.py -------------------------------------------------------------------------------- /IronPythonStubs/release/stubs.min/RevitServices/Elements.py: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/shnlmn/Rhino-Grasshopper-Scripts/HEAD/IronPythonStubs/release/stubs.min/RevitServices/Elements.py -------------------------------------------------------------------------------- /IronPythonStubs/release/stubs.min/RevitServices/Materials.py: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/shnlmn/Rhino-Grasshopper-Scripts/HEAD/IronPythonStubs/release/stubs.min/RevitServices/Materials.py -------------------------------------------------------------------------------- /IronPythonStubs/release/stubs.min/RevitServices/Threading.py: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/shnlmn/Rhino-Grasshopper-Scripts/HEAD/IronPythonStubs/release/stubs.min/RevitServices/Threading.py -------------------------------------------------------------------------------- /IronPythonStubs/release/stubs.min/RevitServices/__init__.py: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/shnlmn/Rhino-Grasshopper-Scripts/HEAD/IronPythonStubs/release/stubs.min/RevitServices/__init__.py -------------------------------------------------------------------------------- /IronPythonStubs/release/stubs.min/Rhino/Collections.py: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/shnlmn/Rhino-Grasshopper-Scripts/HEAD/IronPythonStubs/release/stubs.min/Rhino/Collections.py -------------------------------------------------------------------------------- /IronPythonStubs/release/stubs.min/Rhino/Commands.py: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/shnlmn/Rhino-Grasshopper-Scripts/HEAD/IronPythonStubs/release/stubs.min/Rhino/Commands.py -------------------------------------------------------------------------------- /IronPythonStubs/release/stubs.min/Rhino/Display.py: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/shnlmn/Rhino-Grasshopper-Scripts/HEAD/IronPythonStubs/release/stubs.min/Rhino/Display.py -------------------------------------------------------------------------------- /IronPythonStubs/release/stubs.min/Rhino/DocObjects/Custom.py: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/shnlmn/Rhino-Grasshopper-Scripts/HEAD/IronPythonStubs/release/stubs.min/Rhino/DocObjects/Custom.py -------------------------------------------------------------------------------- /IronPythonStubs/release/stubs.min/Rhino/DocObjects/Tables.py: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/shnlmn/Rhino-Grasshopper-Scripts/HEAD/IronPythonStubs/release/stubs.min/Rhino/DocObjects/Tables.py -------------------------------------------------------------------------------- /IronPythonStubs/release/stubs.min/Rhino/DocObjects/__init___parts/__init__.py: -------------------------------------------------------------------------------- 1 | -------------------------------------------------------------------------------- /IronPythonStubs/release/stubs.min/Rhino/FileIO.py: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/shnlmn/Rhino-Grasshopper-Scripts/HEAD/IronPythonStubs/release/stubs.min/Rhino/FileIO.py -------------------------------------------------------------------------------- /IronPythonStubs/release/stubs.min/Rhino/Geometry/Morphs.py: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/shnlmn/Rhino-Grasshopper-Scripts/HEAD/IronPythonStubs/release/stubs.min/Rhino/Geometry/Morphs.py -------------------------------------------------------------------------------- /IronPythonStubs/release/stubs.min/Rhino/Geometry/__init__.py: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/shnlmn/Rhino-Grasshopper-Scripts/HEAD/IronPythonStubs/release/stubs.min/Rhino/Geometry/__init__.py -------------------------------------------------------------------------------- /IronPythonStubs/release/stubs.min/Rhino/Geometry/__init___parts/__init__.py: -------------------------------------------------------------------------------- 1 | -------------------------------------------------------------------------------- /IronPythonStubs/release/stubs.min/Rhino/Input/Custom.py: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/shnlmn/Rhino-Grasshopper-Scripts/HEAD/IronPythonStubs/release/stubs.min/Rhino/Input/Custom.py -------------------------------------------------------------------------------- /IronPythonStubs/release/stubs.min/Rhino/Input/__init__.py: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/shnlmn/Rhino-Grasshopper-Scripts/HEAD/IronPythonStubs/release/stubs.min/Rhino/Input/__init__.py -------------------------------------------------------------------------------- /IronPythonStubs/release/stubs.min/Rhino/PlugIns.py: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/shnlmn/Rhino-Grasshopper-Scripts/HEAD/IronPythonStubs/release/stubs.min/Rhino/PlugIns.py -------------------------------------------------------------------------------- /IronPythonStubs/release/stubs.min/Rhino/Render/Fields.py: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/shnlmn/Rhino-Grasshopper-Scripts/HEAD/IronPythonStubs/release/stubs.min/Rhino/Render/Fields.py -------------------------------------------------------------------------------- /IronPythonStubs/release/stubs.min/Rhino/Render/UI.py: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/shnlmn/Rhino-Grasshopper-Scripts/HEAD/IronPythonStubs/release/stubs.min/Rhino/Render/UI.py -------------------------------------------------------------------------------- /IronPythonStubs/release/stubs.min/Rhino/Render/__init__.py: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/shnlmn/Rhino-Grasshopper-Scripts/HEAD/IronPythonStubs/release/stubs.min/Rhino/Render/__init__.py -------------------------------------------------------------------------------- /IronPythonStubs/release/stubs.min/Rhino/Runtime/__init__.py: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/shnlmn/Rhino-Grasshopper-Scripts/HEAD/IronPythonStubs/release/stubs.min/Rhino/Runtime/__init__.py -------------------------------------------------------------------------------- /IronPythonStubs/release/stubs.min/Rhino/UI/Gumball.py: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/shnlmn/Rhino-Grasshopper-Scripts/HEAD/IronPythonStubs/release/stubs.min/Rhino/UI/Gumball.py -------------------------------------------------------------------------------- /IronPythonStubs/release/stubs.min/Rhino/UI/__init__.py: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/shnlmn/Rhino-Grasshopper-Scripts/HEAD/IronPythonStubs/release/stubs.min/Rhino/UI/__init__.py -------------------------------------------------------------------------------- /IronPythonStubs/release/stubs.min/Rhino/__init__.py: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/shnlmn/Rhino-Grasshopper-Scripts/HEAD/IronPythonStubs/release/stubs.min/Rhino/__init__.py -------------------------------------------------------------------------------- /IronPythonStubs/release/stubs.min/System/CodeDom/Compiler.py: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/shnlmn/Rhino-Grasshopper-Scripts/HEAD/IronPythonStubs/release/stubs.min/System/CodeDom/Compiler.py -------------------------------------------------------------------------------- /IronPythonStubs/release/stubs.min/System/CodeDom/__init__.py: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/shnlmn/Rhino-Grasshopper-Scripts/HEAD/IronPythonStubs/release/stubs.min/System/CodeDom/__init__.py -------------------------------------------------------------------------------- /IronPythonStubs/release/stubs.min/System/ComponentModel/__init___parts/__init__.py: -------------------------------------------------------------------------------- 1 | -------------------------------------------------------------------------------- /IronPythonStubs/release/stubs.min/System/Configuration.py: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/shnlmn/Rhino-Grasshopper-Scripts/HEAD/IronPythonStubs/release/stubs.min/System/Configuration.py -------------------------------------------------------------------------------- /IronPythonStubs/release/stubs.min/System/Diagnostics/__init___parts/__init__.py: -------------------------------------------------------------------------------- 1 | -------------------------------------------------------------------------------- /IronPythonStubs/release/stubs.min/System/Drawing/Design.py: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/shnlmn/Rhino-Grasshopper-Scripts/HEAD/IronPythonStubs/release/stubs.min/System/Drawing/Design.py -------------------------------------------------------------------------------- /IronPythonStubs/release/stubs.min/System/Drawing/Imaging.py: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/shnlmn/Rhino-Grasshopper-Scripts/HEAD/IronPythonStubs/release/stubs.min/System/Drawing/Imaging.py -------------------------------------------------------------------------------- /IronPythonStubs/release/stubs.min/System/Drawing/Printing.py: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/shnlmn/Rhino-Grasshopper-Scripts/HEAD/IronPythonStubs/release/stubs.min/System/Drawing/Printing.py -------------------------------------------------------------------------------- /IronPythonStubs/release/stubs.min/System/Drawing/Text.py: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/shnlmn/Rhino-Grasshopper-Scripts/HEAD/IronPythonStubs/release/stubs.min/System/Drawing/Text.py -------------------------------------------------------------------------------- /IronPythonStubs/release/stubs.min/System/Drawing/__init__.py: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/shnlmn/Rhino-Grasshopper-Scripts/HEAD/IronPythonStubs/release/stubs.min/System/Drawing/__init__.py -------------------------------------------------------------------------------- /IronPythonStubs/release/stubs.min/System/Drawing/__init___parts/__init__.py: -------------------------------------------------------------------------------- 1 | -------------------------------------------------------------------------------- /IronPythonStubs/release/stubs.min/System/IO/Compression.py: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/shnlmn/Rhino-Grasshopper-Scripts/HEAD/IronPythonStubs/release/stubs.min/System/IO/Compression.py -------------------------------------------------------------------------------- /IronPythonStubs/release/stubs.min/System/IO/Packaging.py: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/shnlmn/Rhino-Grasshopper-Scripts/HEAD/IronPythonStubs/release/stubs.min/System/IO/Packaging.py -------------------------------------------------------------------------------- /IronPythonStubs/release/stubs.min/System/IO/Ports.py: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/shnlmn/Rhino-Grasshopper-Scripts/HEAD/IronPythonStubs/release/stubs.min/System/IO/Ports.py -------------------------------------------------------------------------------- /IronPythonStubs/release/stubs.min/System/IO/__init__.py: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/shnlmn/Rhino-Grasshopper-Scripts/HEAD/IronPythonStubs/release/stubs.min/System/IO/__init__.py -------------------------------------------------------------------------------- /IronPythonStubs/release/stubs.min/System/IO/__init___parts/__init__.py: -------------------------------------------------------------------------------- 1 | -------------------------------------------------------------------------------- /IronPythonStubs/release/stubs.min/System/Media.py: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/shnlmn/Rhino-Grasshopper-Scripts/HEAD/IronPythonStubs/release/stubs.min/System/Media.py -------------------------------------------------------------------------------- /IronPythonStubs/release/stubs.min/System/Net/Cache.py: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/shnlmn/Rhino-Grasshopper-Scripts/HEAD/IronPythonStubs/release/stubs.min/System/Net/Cache.py -------------------------------------------------------------------------------- /IronPythonStubs/release/stubs.min/System/Net/Mail.py: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/shnlmn/Rhino-Grasshopper-Scripts/HEAD/IronPythonStubs/release/stubs.min/System/Net/Mail.py -------------------------------------------------------------------------------- /IronPythonStubs/release/stubs.min/System/Net/Mime.py: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/shnlmn/Rhino-Grasshopper-Scripts/HEAD/IronPythonStubs/release/stubs.min/System/Net/Mime.py -------------------------------------------------------------------------------- /IronPythonStubs/release/stubs.min/System/Net/Security.py: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/shnlmn/Rhino-Grasshopper-Scripts/HEAD/IronPythonStubs/release/stubs.min/System/Net/Security.py -------------------------------------------------------------------------------- /IronPythonStubs/release/stubs.min/System/Net/Sockets.py: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/shnlmn/Rhino-Grasshopper-Scripts/HEAD/IronPythonStubs/release/stubs.min/System/Net/Sockets.py -------------------------------------------------------------------------------- /IronPythonStubs/release/stubs.min/System/Net/WebSockets.py: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/shnlmn/Rhino-Grasshopper-Scripts/HEAD/IronPythonStubs/release/stubs.min/System/Net/WebSockets.py -------------------------------------------------------------------------------- /IronPythonStubs/release/stubs.min/System/Net/__init__.py: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/shnlmn/Rhino-Grasshopper-Scripts/HEAD/IronPythonStubs/release/stubs.min/System/Net/__init__.py -------------------------------------------------------------------------------- /IronPythonStubs/release/stubs.min/System/Net/__init___parts/__init__.py: -------------------------------------------------------------------------------- 1 | -------------------------------------------------------------------------------- /IronPythonStubs/release/stubs.min/System/Resources.py: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/shnlmn/Rhino-Grasshopper-Scripts/HEAD/IronPythonStubs/release/stubs.min/System/Resources.py -------------------------------------------------------------------------------- /IronPythonStubs/release/stubs.min/System/Runtime/InteropServices/__init___parts/__init__.py: -------------------------------------------------------------------------------- 1 | -------------------------------------------------------------------------------- /IronPythonStubs/release/stubs.min/System/Runtime/__init__.py: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/shnlmn/Rhino-Grasshopper-Scripts/HEAD/IronPythonStubs/release/stubs.min/System/Runtime/__init__.py -------------------------------------------------------------------------------- /IronPythonStubs/release/stubs.min/System/Security/AccessControl_parts/__init__.py: -------------------------------------------------------------------------------- 1 | -------------------------------------------------------------------------------- /IronPythonStubs/release/stubs.min/System/Security/Claims.py: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/shnlmn/Rhino-Grasshopper-Scripts/HEAD/IronPythonStubs/release/stubs.min/System/Security/Claims.py -------------------------------------------------------------------------------- /IronPythonStubs/release/stubs.min/System/Security/Cryptography/__init__.py: -------------------------------------------------------------------------------- 1 | -------------------------------------------------------------------------------- /IronPythonStubs/release/stubs.min/System/Text/__init__.py: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/shnlmn/Rhino-Grasshopper-Scripts/HEAD/IronPythonStubs/release/stubs.min/System/Text/__init__.py -------------------------------------------------------------------------------- /IronPythonStubs/release/stubs.min/System/Timers.py: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/shnlmn/Rhino-Grasshopper-Scripts/HEAD/IronPythonStubs/release/stubs.min/System/Timers.py -------------------------------------------------------------------------------- /IronPythonStubs/release/stubs.min/System/Web.py: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/shnlmn/Rhino-Grasshopper-Scripts/HEAD/IronPythonStubs/release/stubs.min/System/Web.py -------------------------------------------------------------------------------- /IronPythonStubs/release/stubs.min/System/Windows/Automation/__init__.py: -------------------------------------------------------------------------------- 1 | -------------------------------------------------------------------------------- /IronPythonStubs/release/stubs.min/System/Windows/Baml2006.py: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/shnlmn/Rhino-Grasshopper-Scripts/HEAD/IronPythonStubs/release/stubs.min/System/Windows/Baml2006.py -------------------------------------------------------------------------------- /IronPythonStubs/release/stubs.min/System/Windows/Controls/Primitives_parts/__init__.py: -------------------------------------------------------------------------------- 1 | -------------------------------------------------------------------------------- /IronPythonStubs/release/stubs.min/System/Windows/Controls/__init___parts/__init__.py: -------------------------------------------------------------------------------- 1 | -------------------------------------------------------------------------------- /IronPythonStubs/release/stubs.min/System/Windows/Data.py: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/shnlmn/Rhino-Grasshopper-Scripts/HEAD/IronPythonStubs/release/stubs.min/System/Windows/Data.py -------------------------------------------------------------------------------- /IronPythonStubs/release/stubs.min/System/Windows/Forms/__init___parts/__init__.py: -------------------------------------------------------------------------------- 1 | -------------------------------------------------------------------------------- /IronPythonStubs/release/stubs.min/System/Windows/Ink.py: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/shnlmn/Rhino-Grasshopper-Scripts/HEAD/IronPythonStubs/release/stubs.min/System/Windows/Ink.py -------------------------------------------------------------------------------- /IronPythonStubs/release/stubs.min/System/Windows/Interop.py: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/shnlmn/Rhino-Grasshopper-Scripts/HEAD/IronPythonStubs/release/stubs.min/System/Windows/Interop.py -------------------------------------------------------------------------------- /IronPythonStubs/release/stubs.min/System/Windows/Media/Animation_parts/__init__.py: -------------------------------------------------------------------------------- 1 | -------------------------------------------------------------------------------- /IronPythonStubs/release/stubs.min/System/Windows/Media/Media3D/__init__.py: -------------------------------------------------------------------------------- 1 | -------------------------------------------------------------------------------- /IronPythonStubs/release/stubs.min/System/Windows/Media/__init__.py: -------------------------------------------------------------------------------- 1 | -------------------------------------------------------------------------------- /IronPythonStubs/release/stubs.min/System/Windows/Shapes.py: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/shnlmn/Rhino-Grasshopper-Scripts/HEAD/IronPythonStubs/release/stubs.min/System/Windows/Shapes.py -------------------------------------------------------------------------------- /IronPythonStubs/release/stubs.min/System/Windows/Shapes_parts/__init__.py: -------------------------------------------------------------------------------- 1 | -------------------------------------------------------------------------------- /IronPythonStubs/release/stubs.min/System/Windows/Shell.py: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/shnlmn/Rhino-Grasshopper-Scripts/HEAD/IronPythonStubs/release/stubs.min/System/Windows/Shell.py -------------------------------------------------------------------------------- /IronPythonStubs/release/stubs.min/System/Windows/__init__.py: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/shnlmn/Rhino-Grasshopper-Scripts/HEAD/IronPythonStubs/release/stubs.min/System/Windows/__init__.py -------------------------------------------------------------------------------- /IronPythonStubs/release/stubs.min/System/__init__.py: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/shnlmn/Rhino-Grasshopper-Scripts/HEAD/IronPythonStubs/release/stubs.min/System/__init__.py -------------------------------------------------------------------------------- /IronPythonStubs/release/stubs.min/System/__init___parts/__init__.py: -------------------------------------------------------------------------------- 1 | -------------------------------------------------------------------------------- /IronPythonStubs/release/stubs.min/Tekla/Structures/Drawing/__init__.py: -------------------------------------------------------------------------------- 1 | -------------------------------------------------------------------------------- /IronPythonStubs/release/stubs.min/Tekla/Structures/Filtering/__init__.py: -------------------------------------------------------------------------------- 1 | -------------------------------------------------------------------------------- /IronPythonStubs/release/stubs.min/Tekla/Structures/ModelInternal_parts/AreWeUnitTesting.py: -------------------------------------------------------------------------------- 1 | class AreWeUnitTesting(object): 2 | # no doc 3 | Value=False 4 | __all__=[] 5 | 6 | -------------------------------------------------------------------------------- /IronPythonStubs/release/stubs.min/Tekla/Structures/ModelInternal_parts/__init__.py: -------------------------------------------------------------------------------- 1 | -------------------------------------------------------------------------------- /IronPythonStubs/release/stubs.min/Tekla/Structures/ModelInternal_parts/dotModelCommit_t.py: -------------------------------------------------------------------------------- 1 | class dotModelCommit_t(object): 2 | # no doc 3 | aMessage=None 4 | 5 | -------------------------------------------------------------------------------- /IronPythonStubs/release/stubs.min/Tekla/Structures/Solid.py: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/shnlmn/Rhino-Grasshopper-Scripts/HEAD/IronPythonStubs/release/stubs.min/Tekla/Structures/Solid.py -------------------------------------------------------------------------------- /IronPythonStubs/release/stubs.min/Tekla/Structures/TeklaStructuresInternal/__init__.py: -------------------------------------------------------------------------------- 1 | -------------------------------------------------------------------------------- /IronPythonStubs/release/stubs.min/Tekla/Structures/__init__.py: -------------------------------------------------------------------------------- 1 | -------------------------------------------------------------------------------- /IronPythonStubs/release/stubs.min/Tekla/__init__.py: -------------------------------------------------------------------------------- 1 | -------------------------------------------------------------------------------- /IronPythonStubs/release/stubs.min/Tessellation/Adapters.py: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/shnlmn/Rhino-Grasshopper-Scripts/HEAD/IronPythonStubs/release/stubs.min/Tessellation/Adapters.py -------------------------------------------------------------------------------- /IronPythonStubs/release/stubs.min/Tessellation/__init__.py: -------------------------------------------------------------------------------- 1 | -------------------------------------------------------------------------------- /IronPythonStubs/release/stubs.min/clr.py: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/shnlmn/Rhino-Grasshopper-Scripts/HEAD/IronPythonStubs/release/stubs.min/clr.py -------------------------------------------------------------------------------- /IronPythonStubs/release/stubs.min/wpf.py: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/shnlmn/Rhino-Grasshopper-Scripts/HEAD/IronPythonStubs/release/stubs.min/wpf.py -------------------------------------------------------------------------------- /IronPythonStubs/release/stubs/Autodesk/DesignScript/__init__.py: -------------------------------------------------------------------------------- 1 | -------------------------------------------------------------------------------- /IronPythonStubs/release/stubs/Autodesk/Revit/Attributes.py: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/shnlmn/Rhino-Grasshopper-Scripts/HEAD/IronPythonStubs/release/stubs/Autodesk/Revit/Attributes.py -------------------------------------------------------------------------------- /IronPythonStubs/release/stubs/Autodesk/Revit/Creation.py: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/shnlmn/Rhino-Grasshopper-Scripts/HEAD/IronPythonStubs/release/stubs/Autodesk/Revit/Creation.py -------------------------------------------------------------------------------- /IronPythonStubs/release/stubs/Autodesk/Revit/DB/Analysis.py: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/shnlmn/Rhino-Grasshopper-Scripts/HEAD/IronPythonStubs/release/stubs/Autodesk/Revit/DB/Analysis.py -------------------------------------------------------------------------------- /IronPythonStubs/release/stubs/Autodesk/Revit/DB/Events.py: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/shnlmn/Rhino-Grasshopper-Scripts/HEAD/IronPythonStubs/release/stubs/Autodesk/Revit/DB/Events.py -------------------------------------------------------------------------------- /IronPythonStubs/release/stubs/Autodesk/Revit/DB/IFC.py: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/shnlmn/Rhino-Grasshopper-Scripts/HEAD/IronPythonStubs/release/stubs/Autodesk/Revit/DB/IFC.py -------------------------------------------------------------------------------- /IronPythonStubs/release/stubs/Autodesk/Revit/DB/Lighting.py: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/shnlmn/Rhino-Grasshopper-Scripts/HEAD/IronPythonStubs/release/stubs/Autodesk/Revit/DB/Lighting.py -------------------------------------------------------------------------------- /IronPythonStubs/release/stubs/Autodesk/Revit/DB/Macros.py: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/shnlmn/Rhino-Grasshopper-Scripts/HEAD/IronPythonStubs/release/stubs/Autodesk/Revit/DB/Macros.py -------------------------------------------------------------------------------- /IronPythonStubs/release/stubs/Autodesk/Revit/DB/Plumbing.py: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/shnlmn/Rhino-Grasshopper-Scripts/HEAD/IronPythonStubs/release/stubs/Autodesk/Revit/DB/Plumbing.py -------------------------------------------------------------------------------- /IronPythonStubs/release/stubs/Autodesk/Revit/DB/__init__.py: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/shnlmn/Rhino-Grasshopper-Scripts/HEAD/IronPythonStubs/release/stubs/Autodesk/Revit/DB/__init__.py -------------------------------------------------------------------------------- /IronPythonStubs/release/stubs/Autodesk/Revit/Exceptions.py: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/shnlmn/Rhino-Grasshopper-Scripts/HEAD/IronPythonStubs/release/stubs/Autodesk/Revit/Exceptions.py -------------------------------------------------------------------------------- /IronPythonStubs/release/stubs/Autodesk/Revit/UI/Events.py: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/shnlmn/Rhino-Grasshopper-Scripts/HEAD/IronPythonStubs/release/stubs/Autodesk/Revit/UI/Events.py -------------------------------------------------------------------------------- /IronPythonStubs/release/stubs/Autodesk/Revit/UI/Macros.py: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/shnlmn/Rhino-Grasshopper-Scripts/HEAD/IronPythonStubs/release/stubs/Autodesk/Revit/UI/Macros.py -------------------------------------------------------------------------------- /IronPythonStubs/release/stubs/Autodesk/Revit/UI/Plumbing.py: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/shnlmn/Rhino-Grasshopper-Scripts/HEAD/IronPythonStubs/release/stubs/Autodesk/Revit/UI/Plumbing.py -------------------------------------------------------------------------------- /IronPythonStubs/release/stubs/Autodesk/Revit/UI/Selection.py: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/shnlmn/Rhino-Grasshopper-Scripts/HEAD/IronPythonStubs/release/stubs/Autodesk/Revit/UI/Selection.py -------------------------------------------------------------------------------- /IronPythonStubs/release/stubs/Autodesk/Revit/UI/__init__.py: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/shnlmn/Rhino-Grasshopper-Scripts/HEAD/IronPythonStubs/release/stubs/Autodesk/Revit/UI/__init__.py -------------------------------------------------------------------------------- /IronPythonStubs/release/stubs/Autodesk/Revit/Utility.py: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/shnlmn/Rhino-Grasshopper-Scripts/HEAD/IronPythonStubs/release/stubs/Autodesk/Revit/Utility.py -------------------------------------------------------------------------------- /IronPythonStubs/release/stubs/Autodesk/Revit/__init__.py: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/shnlmn/Rhino-Grasshopper-Scripts/HEAD/IronPythonStubs/release/stubs/Autodesk/Revit/__init__.py -------------------------------------------------------------------------------- /IronPythonStubs/release/stubs/Autodesk/__init__.py: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/shnlmn/Rhino-Grasshopper-Scripts/HEAD/IronPythonStubs/release/stubs/Autodesk/__init__.py -------------------------------------------------------------------------------- /IronPythonStubs/release/stubs/DSCore/IO.py: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/shnlmn/Rhino-Grasshopper-Scripts/HEAD/IronPythonStubs/release/stubs/DSCore/IO.py -------------------------------------------------------------------------------- /IronPythonStubs/release/stubs/DSCore/__init__.py: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/shnlmn/Rhino-Grasshopper-Scripts/HEAD/IronPythonStubs/release/stubs/DSCore/__init__.py -------------------------------------------------------------------------------- /IronPythonStubs/release/stubs/DSOffice.py: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/shnlmn/Rhino-Grasshopper-Scripts/HEAD/IronPythonStubs/release/stubs/DSOffice.py -------------------------------------------------------------------------------- /IronPythonStubs/release/stubs/GH_IO/Serialization.py: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/shnlmn/Rhino-Grasshopper-Scripts/HEAD/IronPythonStubs/release/stubs/GH_IO/Serialization.py -------------------------------------------------------------------------------- /IronPythonStubs/release/stubs/GH_IO/Types.py: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/shnlmn/Rhino-Grasshopper-Scripts/HEAD/IronPythonStubs/release/stubs/GH_IO/Types.py -------------------------------------------------------------------------------- /IronPythonStubs/release/stubs/GH_IO/UserInterface.py: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/shnlmn/Rhino-Grasshopper-Scripts/HEAD/IronPythonStubs/release/stubs/GH_IO/UserInterface.py -------------------------------------------------------------------------------- /IronPythonStubs/release/stubs/GH_IO/__init__.py: -------------------------------------------------------------------------------- 1 | -------------------------------------------------------------------------------- /IronPythonStubs/release/stubs/GH_Util/MetaBall.py: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/shnlmn/Rhino-Grasshopper-Scripts/HEAD/IronPythonStubs/release/stubs/GH_Util/MetaBall.py -------------------------------------------------------------------------------- /IronPythonStubs/release/stubs/GH_Util/__init__.py: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/shnlmn/Rhino-Grasshopper-Scripts/HEAD/IronPythonStubs/release/stubs/GH_Util/__init__.py -------------------------------------------------------------------------------- /IronPythonStubs/release/stubs/Grasshopper/Documentation.py: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/shnlmn/Rhino-Grasshopper-Scripts/HEAD/IronPythonStubs/release/stubs/Grasshopper/Documentation.py -------------------------------------------------------------------------------- /IronPythonStubs/release/stubs/Grasshopper/GUI/Alignment.py: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/shnlmn/Rhino-Grasshopper-Scripts/HEAD/IronPythonStubs/release/stubs/Grasshopper/GUI/Alignment.py -------------------------------------------------------------------------------- /IronPythonStubs/release/stubs/Grasshopper/GUI/Base.py: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/shnlmn/Rhino-Grasshopper-Scripts/HEAD/IronPythonStubs/release/stubs/Grasshopper/GUI/Base.py -------------------------------------------------------------------------------- /IronPythonStubs/release/stubs/Grasshopper/GUI/Canvas/__init__.py: -------------------------------------------------------------------------------- 1 | -------------------------------------------------------------------------------- /IronPythonStubs/release/stubs/Grasshopper/GUI/Colours.py: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/shnlmn/Rhino-Grasshopper-Scripts/HEAD/IronPythonStubs/release/stubs/Grasshopper/GUI/Colours.py -------------------------------------------------------------------------------- /IronPythonStubs/release/stubs/Grasshopper/GUI/Equations.py: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/shnlmn/Rhino-Grasshopper-Scripts/HEAD/IronPythonStubs/release/stubs/Grasshopper/GUI/Equations.py -------------------------------------------------------------------------------- /IronPythonStubs/release/stubs/Grasshopper/GUI/Gradient.py: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/shnlmn/Rhino-Grasshopper-Scripts/HEAD/IronPythonStubs/release/stubs/Grasshopper/GUI/Gradient.py -------------------------------------------------------------------------------- /IronPythonStubs/release/stubs/Grasshopper/GUI/HTML.py: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/shnlmn/Rhino-Grasshopper-Scripts/HEAD/IronPythonStubs/release/stubs/Grasshopper/GUI/HTML.py -------------------------------------------------------------------------------- /IronPythonStubs/release/stubs/Grasshopper/GUI/IconEditor.py: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/shnlmn/Rhino-Grasshopper-Scripts/HEAD/IronPythonStubs/release/stubs/Grasshopper/GUI/IconEditor.py -------------------------------------------------------------------------------- /IronPythonStubs/release/stubs/Grasshopper/GUI/Layout.py: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/shnlmn/Rhino-Grasshopper-Scripts/HEAD/IronPythonStubs/release/stubs/Grasshopper/GUI/Layout.py -------------------------------------------------------------------------------- /IronPythonStubs/release/stubs/Grasshopper/GUI/MRU.py: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/shnlmn/Rhino-Grasshopper-Scripts/HEAD/IronPythonStubs/release/stubs/Grasshopper/GUI/MRU.py -------------------------------------------------------------------------------- /IronPythonStubs/release/stubs/Grasshopper/GUI/Ribbon.py: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/shnlmn/Rhino-Grasshopper-Scripts/HEAD/IronPythonStubs/release/stubs/Grasshopper/GUI/Ribbon.py -------------------------------------------------------------------------------- /IronPythonStubs/release/stubs/Grasshopper/GUI/Script.py: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/shnlmn/Rhino-Grasshopper-Scripts/HEAD/IronPythonStubs/release/stubs/Grasshopper/GUI/Script.py -------------------------------------------------------------------------------- /IronPythonStubs/release/stubs/Grasshopper/GUI/Stacks.py: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/shnlmn/Rhino-Grasshopper-Scripts/HEAD/IronPythonStubs/release/stubs/Grasshopper/GUI/Stacks.py -------------------------------------------------------------------------------- /IronPythonStubs/release/stubs/Grasshopper/GUI/Theme.py: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/shnlmn/Rhino-Grasshopper-Scripts/HEAD/IronPythonStubs/release/stubs/Grasshopper/GUI/Theme.py -------------------------------------------------------------------------------- /IronPythonStubs/release/stubs/Grasshopper/GUI/Widgets.py: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/shnlmn/Rhino-Grasshopper-Scripts/HEAD/IronPythonStubs/release/stubs/Grasshopper/GUI/Widgets.py -------------------------------------------------------------------------------- /IronPythonStubs/release/stubs/Grasshopper/GUI/__init__.py: -------------------------------------------------------------------------------- 1 | -------------------------------------------------------------------------------- /IronPythonStubs/release/stubs/Grasshopper/Getters.py: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/shnlmn/Rhino-Grasshopper-Scripts/HEAD/IronPythonStubs/release/stubs/Grasshopper/Getters.py -------------------------------------------------------------------------------- /IronPythonStubs/release/stubs/Grasshopper/Kernel/Data.py: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/shnlmn/Rhino-Grasshopper-Scripts/HEAD/IronPythonStubs/release/stubs/Grasshopper/Kernel/Data.py -------------------------------------------------------------------------------- /IronPythonStubs/release/stubs/Grasshopper/Kernel/GDL.py: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/shnlmn/Rhino-Grasshopper-Scripts/HEAD/IronPythonStubs/release/stubs/Grasshopper/Kernel/GDL.py -------------------------------------------------------------------------------- /IronPythonStubs/release/stubs/Grasshopper/Kernel/Geometry/__init__.py: -------------------------------------------------------------------------------- 1 | -------------------------------------------------------------------------------- /IronPythonStubs/release/stubs/Grasshopper/Kernel/Graphs.py: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/shnlmn/Rhino-Grasshopper-Scripts/HEAD/IronPythonStubs/release/stubs/Grasshopper/Kernel/Graphs.py -------------------------------------------------------------------------------- /IronPythonStubs/release/stubs/Grasshopper/Kernel/Parameters/__init__.py: -------------------------------------------------------------------------------- 1 | -------------------------------------------------------------------------------- /IronPythonStubs/release/stubs/Grasshopper/Kernel/Sorting.py: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/shnlmn/Rhino-Grasshopper-Scripts/HEAD/IronPythonStubs/release/stubs/Grasshopper/Kernel/Sorting.py -------------------------------------------------------------------------------- /IronPythonStubs/release/stubs/Grasshopper/Kernel/Special/__init__.py: -------------------------------------------------------------------------------- 1 | -------------------------------------------------------------------------------- /IronPythonStubs/release/stubs/Grasshopper/Kernel/Utility.py: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/shnlmn/Rhino-Grasshopper-Scripts/HEAD/IronPythonStubs/release/stubs/Grasshopper/Kernel/Utility.py -------------------------------------------------------------------------------- /IronPythonStubs/release/stubs/Grasshopper/Kernel/__init__.py: -------------------------------------------------------------------------------- 1 | -------------------------------------------------------------------------------- /IronPythonStubs/release/stubs/Grasshopper/Plugin.py: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/shnlmn/Rhino-Grasshopper-Scripts/HEAD/IronPythonStubs/release/stubs/Grasshopper/Plugin.py -------------------------------------------------------------------------------- /IronPythonStubs/release/stubs/Grasshopper/__init__.py: -------------------------------------------------------------------------------- 1 | -------------------------------------------------------------------------------- /IronPythonStubs/release/stubs/IronPython/Modules.py: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/shnlmn/Rhino-Grasshopper-Scripts/HEAD/IronPythonStubs/release/stubs/IronPython/Modules.py -------------------------------------------------------------------------------- /IronPythonStubs/release/stubs/IronPython/__init__.py: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/shnlmn/Rhino-Grasshopper-Scripts/HEAD/IronPythonStubs/release/stubs/IronPython/__init__.py -------------------------------------------------------------------------------- /IronPythonStubs/release/stubs/Microsoft/CSharp.py: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/shnlmn/Rhino-Grasshopper-Scripts/HEAD/IronPythonStubs/release/stubs/Microsoft/CSharp.py -------------------------------------------------------------------------------- /IronPythonStubs/release/stubs/Microsoft/VisualBasic.py: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/shnlmn/Rhino-Grasshopper-Scripts/HEAD/IronPythonStubs/release/stubs/Microsoft/VisualBasic.py -------------------------------------------------------------------------------- /IronPythonStubs/release/stubs/Microsoft/Win32/SafeHandles.py: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/shnlmn/Rhino-Grasshopper-Scripts/HEAD/IronPythonStubs/release/stubs/Microsoft/Win32/SafeHandles.py -------------------------------------------------------------------------------- /IronPythonStubs/release/stubs/Microsoft/Win32/__init__.py: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/shnlmn/Rhino-Grasshopper-Scripts/HEAD/IronPythonStubs/release/stubs/Microsoft/Win32/__init__.py -------------------------------------------------------------------------------- /IronPythonStubs/release/stubs/Microsoft/__init__.py: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/shnlmn/Rhino-Grasshopper-Scripts/HEAD/IronPythonStubs/release/stubs/Microsoft/__init__.py -------------------------------------------------------------------------------- /IronPythonStubs/release/stubs/Revit/AnalysisDisplay.py: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/shnlmn/Rhino-Grasshopper-Scripts/HEAD/IronPythonStubs/release/stubs/Revit/AnalysisDisplay.py -------------------------------------------------------------------------------- /IronPythonStubs/release/stubs/Revit/Application.py: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/shnlmn/Rhino-Grasshopper-Scripts/HEAD/IronPythonStubs/release/stubs/Revit/Application.py -------------------------------------------------------------------------------- /IronPythonStubs/release/stubs/Revit/Elements/Views.py: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/shnlmn/Rhino-Grasshopper-Scripts/HEAD/IronPythonStubs/release/stubs/Revit/Elements/Views.py -------------------------------------------------------------------------------- /IronPythonStubs/release/stubs/Revit/Elements/__init__.py: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/shnlmn/Rhino-Grasshopper-Scripts/HEAD/IronPythonStubs/release/stubs/Revit/Elements/__init__.py -------------------------------------------------------------------------------- /IronPythonStubs/release/stubs/Revit/Filter.py: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/shnlmn/Rhino-Grasshopper-Scripts/HEAD/IronPythonStubs/release/stubs/Revit/Filter.py -------------------------------------------------------------------------------- /IronPythonStubs/release/stubs/Revit/GeometryConversion.py: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/shnlmn/Rhino-Grasshopper-Scripts/HEAD/IronPythonStubs/release/stubs/Revit/GeometryConversion.py -------------------------------------------------------------------------------- /IronPythonStubs/release/stubs/Revit/GeometryObjects.py: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/shnlmn/Rhino-Grasshopper-Scripts/HEAD/IronPythonStubs/release/stubs/Revit/GeometryObjects.py -------------------------------------------------------------------------------- /IronPythonStubs/release/stubs/Revit/GeometryReferences.py: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/shnlmn/Rhino-Grasshopper-Scripts/HEAD/IronPythonStubs/release/stubs/Revit/GeometryReferences.py -------------------------------------------------------------------------------- /IronPythonStubs/release/stubs/Revit/Graphics.py: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/shnlmn/Rhino-Grasshopper-Scripts/HEAD/IronPythonStubs/release/stubs/Revit/Graphics.py -------------------------------------------------------------------------------- /IronPythonStubs/release/stubs/Revit/References.py: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/shnlmn/Rhino-Grasshopper-Scripts/HEAD/IronPythonStubs/release/stubs/Revit/References.py -------------------------------------------------------------------------------- /IronPythonStubs/release/stubs/Revit/Transaction.py: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/shnlmn/Rhino-Grasshopper-Scripts/HEAD/IronPythonStubs/release/stubs/Revit/Transaction.py -------------------------------------------------------------------------------- /IronPythonStubs/release/stubs/Revit/__init__.py: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/shnlmn/Rhino-Grasshopper-Scripts/HEAD/IronPythonStubs/release/stubs/Revit/__init__.py -------------------------------------------------------------------------------- /IronPythonStubs/release/stubs/RevitServices/Elements.py: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/shnlmn/Rhino-Grasshopper-Scripts/HEAD/IronPythonStubs/release/stubs/RevitServices/Elements.py -------------------------------------------------------------------------------- /IronPythonStubs/release/stubs/RevitServices/EventHandler.py: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/shnlmn/Rhino-Grasshopper-Scripts/HEAD/IronPythonStubs/release/stubs/RevitServices/EventHandler.py -------------------------------------------------------------------------------- /IronPythonStubs/release/stubs/RevitServices/Materials.py: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/shnlmn/Rhino-Grasshopper-Scripts/HEAD/IronPythonStubs/release/stubs/RevitServices/Materials.py -------------------------------------------------------------------------------- /IronPythonStubs/release/stubs/RevitServices/Persistence.py: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/shnlmn/Rhino-Grasshopper-Scripts/HEAD/IronPythonStubs/release/stubs/RevitServices/Persistence.py -------------------------------------------------------------------------------- /IronPythonStubs/release/stubs/RevitServices/Threading.py: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/shnlmn/Rhino-Grasshopper-Scripts/HEAD/IronPythonStubs/release/stubs/RevitServices/Threading.py -------------------------------------------------------------------------------- /IronPythonStubs/release/stubs/RevitServices/Transactions.py: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/shnlmn/Rhino-Grasshopper-Scripts/HEAD/IronPythonStubs/release/stubs/RevitServices/Transactions.py -------------------------------------------------------------------------------- /IronPythonStubs/release/stubs/RevitServices/__init__.py: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/shnlmn/Rhino-Grasshopper-Scripts/HEAD/IronPythonStubs/release/stubs/RevitServices/__init__.py -------------------------------------------------------------------------------- /IronPythonStubs/release/stubs/Rhino/ApplicationSettings.py: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/shnlmn/Rhino-Grasshopper-Scripts/HEAD/IronPythonStubs/release/stubs/Rhino/ApplicationSettings.py -------------------------------------------------------------------------------- /IronPythonStubs/release/stubs/Rhino/Collections.py: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/shnlmn/Rhino-Grasshopper-Scripts/HEAD/IronPythonStubs/release/stubs/Rhino/Collections.py -------------------------------------------------------------------------------- /IronPythonStubs/release/stubs/Rhino/Commands.py: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/shnlmn/Rhino-Grasshopper-Scripts/HEAD/IronPythonStubs/release/stubs/Rhino/Commands.py -------------------------------------------------------------------------------- /IronPythonStubs/release/stubs/Rhino/Display.py: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/shnlmn/Rhino-Grasshopper-Scripts/HEAD/IronPythonStubs/release/stubs/Rhino/Display.py -------------------------------------------------------------------------------- /IronPythonStubs/release/stubs/Rhino/DocObjects/Custom.py: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/shnlmn/Rhino-Grasshopper-Scripts/HEAD/IronPythonStubs/release/stubs/Rhino/DocObjects/Custom.py -------------------------------------------------------------------------------- /IronPythonStubs/release/stubs/Rhino/DocObjects/Tables.py: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/shnlmn/Rhino-Grasshopper-Scripts/HEAD/IronPythonStubs/release/stubs/Rhino/DocObjects/Tables.py -------------------------------------------------------------------------------- /IronPythonStubs/release/stubs/Rhino/DocObjects/__init__.py: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/shnlmn/Rhino-Grasshopper-Scripts/HEAD/IronPythonStubs/release/stubs/Rhino/DocObjects/__init__.py -------------------------------------------------------------------------------- /IronPythonStubs/release/stubs/Rhino/FileIO.py: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/shnlmn/Rhino-Grasshopper-Scripts/HEAD/IronPythonStubs/release/stubs/Rhino/FileIO.py -------------------------------------------------------------------------------- /IronPythonStubs/release/stubs/Rhino/Geometry/Collections.py: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/shnlmn/Rhino-Grasshopper-Scripts/HEAD/IronPythonStubs/release/stubs/Rhino/Geometry/Collections.py -------------------------------------------------------------------------------- /IronPythonStubs/release/stubs/Rhino/Geometry/Intersect.py: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/shnlmn/Rhino-Grasshopper-Scripts/HEAD/IronPythonStubs/release/stubs/Rhino/Geometry/Intersect.py -------------------------------------------------------------------------------- /IronPythonStubs/release/stubs/Rhino/Geometry/Morphs.py: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/shnlmn/Rhino-Grasshopper-Scripts/HEAD/IronPythonStubs/release/stubs/Rhino/Geometry/Morphs.py -------------------------------------------------------------------------------- /IronPythonStubs/release/stubs/Rhino/Geometry/__init__.py: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/shnlmn/Rhino-Grasshopper-Scripts/HEAD/IronPythonStubs/release/stubs/Rhino/Geometry/__init__.py -------------------------------------------------------------------------------- /IronPythonStubs/release/stubs/Rhino/Input/Custom.py: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/shnlmn/Rhino-Grasshopper-Scripts/HEAD/IronPythonStubs/release/stubs/Rhino/Input/Custom.py -------------------------------------------------------------------------------- /IronPythonStubs/release/stubs/Rhino/Input/__init__.py: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/shnlmn/Rhino-Grasshopper-Scripts/HEAD/IronPythonStubs/release/stubs/Rhino/Input/__init__.py -------------------------------------------------------------------------------- /IronPythonStubs/release/stubs/Rhino/PlugIns.py: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/shnlmn/Rhino-Grasshopper-Scripts/HEAD/IronPythonStubs/release/stubs/Rhino/PlugIns.py -------------------------------------------------------------------------------- /IronPythonStubs/release/stubs/Rhino/Render/Fields.py: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/shnlmn/Rhino-Grasshopper-Scripts/HEAD/IronPythonStubs/release/stubs/Rhino/Render/Fields.py -------------------------------------------------------------------------------- /IronPythonStubs/release/stubs/Rhino/Render/UI.py: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/shnlmn/Rhino-Grasshopper-Scripts/HEAD/IronPythonStubs/release/stubs/Rhino/Render/UI.py -------------------------------------------------------------------------------- /IronPythonStubs/release/stubs/Rhino/Render/__init__.py: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/shnlmn/Rhino-Grasshopper-Scripts/HEAD/IronPythonStubs/release/stubs/Rhino/Render/__init__.py -------------------------------------------------------------------------------- /IronPythonStubs/release/stubs/Rhino/Runtime/__init__.py: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/shnlmn/Rhino-Grasshopper-Scripts/HEAD/IronPythonStubs/release/stubs/Rhino/Runtime/__init__.py -------------------------------------------------------------------------------- /IronPythonStubs/release/stubs/Rhino/UI/Gumball.py: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/shnlmn/Rhino-Grasshopper-Scripts/HEAD/IronPythonStubs/release/stubs/Rhino/UI/Gumball.py -------------------------------------------------------------------------------- /IronPythonStubs/release/stubs/Rhino/UI/__init__.py: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/shnlmn/Rhino-Grasshopper-Scripts/HEAD/IronPythonStubs/release/stubs/Rhino/UI/__init__.py -------------------------------------------------------------------------------- /IronPythonStubs/release/stubs/Rhino/__init__.py: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/shnlmn/Rhino-Grasshopper-Scripts/HEAD/IronPythonStubs/release/stubs/Rhino/__init__.py -------------------------------------------------------------------------------- /IronPythonStubs/release/stubs/System/CodeDom/Compiler.py: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/shnlmn/Rhino-Grasshopper-Scripts/HEAD/IronPythonStubs/release/stubs/System/CodeDom/Compiler.py -------------------------------------------------------------------------------- /IronPythonStubs/release/stubs/System/CodeDom/__init__.py: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/shnlmn/Rhino-Grasshopper-Scripts/HEAD/IronPythonStubs/release/stubs/System/CodeDom/__init__.py -------------------------------------------------------------------------------- /IronPythonStubs/release/stubs/System/Collections/Generic.py: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/shnlmn/Rhino-Grasshopper-Scripts/HEAD/IronPythonStubs/release/stubs/System/Collections/Generic.py -------------------------------------------------------------------------------- /IronPythonStubs/release/stubs/System/Collections/__init__.py: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/shnlmn/Rhino-Grasshopper-Scripts/HEAD/IronPythonStubs/release/stubs/System/Collections/__init__.py -------------------------------------------------------------------------------- /IronPythonStubs/release/stubs/System/Configuration.py: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/shnlmn/Rhino-Grasshopper-Scripts/HEAD/IronPythonStubs/release/stubs/System/Configuration.py -------------------------------------------------------------------------------- /IronPythonStubs/release/stubs/System/Diagnostics/__init__.py: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/shnlmn/Rhino-Grasshopper-Scripts/HEAD/IronPythonStubs/release/stubs/System/Diagnostics/__init__.py -------------------------------------------------------------------------------- /IronPythonStubs/release/stubs/System/Drawing/Design.py: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/shnlmn/Rhino-Grasshopper-Scripts/HEAD/IronPythonStubs/release/stubs/System/Drawing/Design.py -------------------------------------------------------------------------------- /IronPythonStubs/release/stubs/System/Drawing/Drawing2D.py: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/shnlmn/Rhino-Grasshopper-Scripts/HEAD/IronPythonStubs/release/stubs/System/Drawing/Drawing2D.py -------------------------------------------------------------------------------- /IronPythonStubs/release/stubs/System/Drawing/Imaging.py: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/shnlmn/Rhino-Grasshopper-Scripts/HEAD/IronPythonStubs/release/stubs/System/Drawing/Imaging.py -------------------------------------------------------------------------------- /IronPythonStubs/release/stubs/System/Drawing/Printing.py: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/shnlmn/Rhino-Grasshopper-Scripts/HEAD/IronPythonStubs/release/stubs/System/Drawing/Printing.py -------------------------------------------------------------------------------- /IronPythonStubs/release/stubs/System/Drawing/Text.py: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/shnlmn/Rhino-Grasshopper-Scripts/HEAD/IronPythonStubs/release/stubs/System/Drawing/Text.py -------------------------------------------------------------------------------- /IronPythonStubs/release/stubs/System/Drawing/__init__.py: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/shnlmn/Rhino-Grasshopper-Scripts/HEAD/IronPythonStubs/release/stubs/System/Drawing/__init__.py -------------------------------------------------------------------------------- /IronPythonStubs/release/stubs/System/IO/Compression.py: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/shnlmn/Rhino-Grasshopper-Scripts/HEAD/IronPythonStubs/release/stubs/System/IO/Compression.py -------------------------------------------------------------------------------- /IronPythonStubs/release/stubs/System/IO/Packaging.py: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/shnlmn/Rhino-Grasshopper-Scripts/HEAD/IronPythonStubs/release/stubs/System/IO/Packaging.py -------------------------------------------------------------------------------- /IronPythonStubs/release/stubs/System/IO/Ports.py: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/shnlmn/Rhino-Grasshopper-Scripts/HEAD/IronPythonStubs/release/stubs/System/IO/Ports.py -------------------------------------------------------------------------------- /IronPythonStubs/release/stubs/System/IO/__init__.py: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/shnlmn/Rhino-Grasshopper-Scripts/HEAD/IronPythonStubs/release/stubs/System/IO/__init__.py -------------------------------------------------------------------------------- /IronPythonStubs/release/stubs/System/Media.py: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/shnlmn/Rhino-Grasshopper-Scripts/HEAD/IronPythonStubs/release/stubs/System/Media.py -------------------------------------------------------------------------------- /IronPythonStubs/release/stubs/System/Net/Cache.py: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/shnlmn/Rhino-Grasshopper-Scripts/HEAD/IronPythonStubs/release/stubs/System/Net/Cache.py -------------------------------------------------------------------------------- /IronPythonStubs/release/stubs/System/Net/Configuration.py: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/shnlmn/Rhino-Grasshopper-Scripts/HEAD/IronPythonStubs/release/stubs/System/Net/Configuration.py -------------------------------------------------------------------------------- /IronPythonStubs/release/stubs/System/Net/Mail.py: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/shnlmn/Rhino-Grasshopper-Scripts/HEAD/IronPythonStubs/release/stubs/System/Net/Mail.py -------------------------------------------------------------------------------- /IronPythonStubs/release/stubs/System/Net/Mime.py: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/shnlmn/Rhino-Grasshopper-Scripts/HEAD/IronPythonStubs/release/stubs/System/Net/Mime.py -------------------------------------------------------------------------------- /IronPythonStubs/release/stubs/System/Net/Security.py: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/shnlmn/Rhino-Grasshopper-Scripts/HEAD/IronPythonStubs/release/stubs/System/Net/Security.py -------------------------------------------------------------------------------- /IronPythonStubs/release/stubs/System/Net/Sockets.py: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/shnlmn/Rhino-Grasshopper-Scripts/HEAD/IronPythonStubs/release/stubs/System/Net/Sockets.py -------------------------------------------------------------------------------- /IronPythonStubs/release/stubs/System/Net/WebSockets.py: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/shnlmn/Rhino-Grasshopper-Scripts/HEAD/IronPythonStubs/release/stubs/System/Net/WebSockets.py -------------------------------------------------------------------------------- /IronPythonStubs/release/stubs/System/Net/__init__.py: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/shnlmn/Rhino-Grasshopper-Scripts/HEAD/IronPythonStubs/release/stubs/System/Net/__init__.py -------------------------------------------------------------------------------- /IronPythonStubs/release/stubs/System/Resources.py: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/shnlmn/Rhino-Grasshopper-Scripts/HEAD/IronPythonStubs/release/stubs/System/Resources.py -------------------------------------------------------------------------------- /IronPythonStubs/release/stubs/System/Runtime/Versioning.py: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/shnlmn/Rhino-Grasshopper-Scripts/HEAD/IronPythonStubs/release/stubs/System/Runtime/Versioning.py -------------------------------------------------------------------------------- /IronPythonStubs/release/stubs/System/Runtime/__init__.py: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/shnlmn/Rhino-Grasshopper-Scripts/HEAD/IronPythonStubs/release/stubs/System/Runtime/__init__.py -------------------------------------------------------------------------------- /IronPythonStubs/release/stubs/System/Security/Claims.py: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/shnlmn/Rhino-Grasshopper-Scripts/HEAD/IronPythonStubs/release/stubs/System/Security/Claims.py -------------------------------------------------------------------------------- /IronPythonStubs/release/stubs/System/Security/Cryptography/__init__.py: -------------------------------------------------------------------------------- 1 | -------------------------------------------------------------------------------- /IronPythonStubs/release/stubs/System/Security/Permissions.py: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/shnlmn/Rhino-Grasshopper-Scripts/HEAD/IronPythonStubs/release/stubs/System/Security/Permissions.py -------------------------------------------------------------------------------- /IronPythonStubs/release/stubs/System/Security/__init__.py: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/shnlmn/Rhino-Grasshopper-Scripts/HEAD/IronPythonStubs/release/stubs/System/Security/__init__.py -------------------------------------------------------------------------------- /IronPythonStubs/release/stubs/System/Text/__init__.py: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/shnlmn/Rhino-Grasshopper-Scripts/HEAD/IronPythonStubs/release/stubs/System/Text/__init__.py -------------------------------------------------------------------------------- /IronPythonStubs/release/stubs/System/Timers.py: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/shnlmn/Rhino-Grasshopper-Scripts/HEAD/IronPythonStubs/release/stubs/System/Timers.py -------------------------------------------------------------------------------- /IronPythonStubs/release/stubs/System/Web.py: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/shnlmn/Rhino-Grasshopper-Scripts/HEAD/IronPythonStubs/release/stubs/System/Web.py -------------------------------------------------------------------------------- /IronPythonStubs/release/stubs/System/Windows/Automation/__init__.py: -------------------------------------------------------------------------------- 1 | -------------------------------------------------------------------------------- /IronPythonStubs/release/stubs/System/Windows/Baml2006.py: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/shnlmn/Rhino-Grasshopper-Scripts/HEAD/IronPythonStubs/release/stubs/System/Windows/Baml2006.py -------------------------------------------------------------------------------- /IronPythonStubs/release/stubs/System/Windows/Converters.py: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/shnlmn/Rhino-Grasshopper-Scripts/HEAD/IronPythonStubs/release/stubs/System/Windows/Converters.py -------------------------------------------------------------------------------- /IronPythonStubs/release/stubs/System/Windows/Data.py: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/shnlmn/Rhino-Grasshopper-Scripts/HEAD/IronPythonStubs/release/stubs/System/Windows/Data.py -------------------------------------------------------------------------------- /IronPythonStubs/release/stubs/System/Windows/Diagnostics.py: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/shnlmn/Rhino-Grasshopper-Scripts/HEAD/IronPythonStubs/release/stubs/System/Windows/Diagnostics.py -------------------------------------------------------------------------------- /IronPythonStubs/release/stubs/System/Windows/Forms/Design.py: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/shnlmn/Rhino-Grasshopper-Scripts/HEAD/IronPythonStubs/release/stubs/System/Windows/Forms/Design.py -------------------------------------------------------------------------------- /IronPythonStubs/release/stubs/System/Windows/Forms/Layout.py: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/shnlmn/Rhino-Grasshopper-Scripts/HEAD/IronPythonStubs/release/stubs/System/Windows/Forms/Layout.py -------------------------------------------------------------------------------- /IronPythonStubs/release/stubs/System/Windows/Ink.py: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/shnlmn/Rhino-Grasshopper-Scripts/HEAD/IronPythonStubs/release/stubs/System/Windows/Ink.py -------------------------------------------------------------------------------- /IronPythonStubs/release/stubs/System/Windows/Interop.py: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/shnlmn/Rhino-Grasshopper-Scripts/HEAD/IronPythonStubs/release/stubs/System/Windows/Interop.py -------------------------------------------------------------------------------- /IronPythonStubs/release/stubs/System/Windows/Media/Media3D/__init__.py: -------------------------------------------------------------------------------- 1 | -------------------------------------------------------------------------------- /IronPythonStubs/release/stubs/System/Windows/Media/__init__.py: -------------------------------------------------------------------------------- 1 | -------------------------------------------------------------------------------- /IronPythonStubs/release/stubs/System/Windows/Navigation.py: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/shnlmn/Rhino-Grasshopper-Scripts/HEAD/IronPythonStubs/release/stubs/System/Windows/Navigation.py -------------------------------------------------------------------------------- /IronPythonStubs/release/stubs/System/Windows/Resources.py: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/shnlmn/Rhino-Grasshopper-Scripts/HEAD/IronPythonStubs/release/stubs/System/Windows/Resources.py -------------------------------------------------------------------------------- /IronPythonStubs/release/stubs/System/Windows/Shapes.py: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/shnlmn/Rhino-Grasshopper-Scripts/HEAD/IronPythonStubs/release/stubs/System/Windows/Shapes.py -------------------------------------------------------------------------------- /IronPythonStubs/release/stubs/System/Windows/Shell.py: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/shnlmn/Rhino-Grasshopper-Scripts/HEAD/IronPythonStubs/release/stubs/System/Windows/Shell.py -------------------------------------------------------------------------------- /IronPythonStubs/release/stubs/System/Windows/Threading.py: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/shnlmn/Rhino-Grasshopper-Scripts/HEAD/IronPythonStubs/release/stubs/System/Windows/Threading.py -------------------------------------------------------------------------------- /IronPythonStubs/release/stubs/System/Windows/__init__.py: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/shnlmn/Rhino-Grasshopper-Scripts/HEAD/IronPythonStubs/release/stubs/System/Windows/__init__.py -------------------------------------------------------------------------------- /IronPythonStubs/release/stubs/System/__init__.py: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/shnlmn/Rhino-Grasshopper-Scripts/HEAD/IronPythonStubs/release/stubs/System/__init__.py -------------------------------------------------------------------------------- /IronPythonStubs/release/stubs/Tekla/Structures/Drawing/UI.py: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/shnlmn/Rhino-Grasshopper-Scripts/HEAD/IronPythonStubs/release/stubs/Tekla/Structures/Drawing/UI.py -------------------------------------------------------------------------------- /IronPythonStubs/release/stubs/Tekla/Structures/Drawing/__init__.py: -------------------------------------------------------------------------------- 1 | -------------------------------------------------------------------------------- /IronPythonStubs/release/stubs/Tekla/Structures/Filtering/__init__.py: -------------------------------------------------------------------------------- 1 | -------------------------------------------------------------------------------- /IronPythonStubs/release/stubs/Tekla/Structures/Forming.py: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/shnlmn/Rhino-Grasshopper-Scripts/HEAD/IronPythonStubs/release/stubs/Tekla/Structures/Forming.py -------------------------------------------------------------------------------- /IronPythonStubs/release/stubs/Tekla/Structures/Geometry3d.py: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/shnlmn/Rhino-Grasshopper-Scripts/HEAD/IronPythonStubs/release/stubs/Tekla/Structures/Geometry3d.py -------------------------------------------------------------------------------- /IronPythonStubs/release/stubs/Tekla/Structures/Internal.py: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/shnlmn/Rhino-Grasshopper-Scripts/HEAD/IronPythonStubs/release/stubs/Tekla/Structures/Internal.py -------------------------------------------------------------------------------- /IronPythonStubs/release/stubs/Tekla/Structures/Model/UI.py: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/shnlmn/Rhino-Grasshopper-Scripts/HEAD/IronPythonStubs/release/stubs/Tekla/Structures/Model/UI.py -------------------------------------------------------------------------------- /IronPythonStubs/release/stubs/Tekla/Structures/Plugins.py: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/shnlmn/Rhino-Grasshopper-Scripts/HEAD/IronPythonStubs/release/stubs/Tekla/Structures/Plugins.py -------------------------------------------------------------------------------- /IronPythonStubs/release/stubs/Tekla/Structures/Solid.py: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/shnlmn/Rhino-Grasshopper-Scripts/HEAD/IronPythonStubs/release/stubs/Tekla/Structures/Solid.py -------------------------------------------------------------------------------- /IronPythonStubs/release/stubs/Tekla/Structures/TeklaStructuresInternal/__init__.py: -------------------------------------------------------------------------------- 1 | -------------------------------------------------------------------------------- /IronPythonStubs/release/stubs/Tekla/Structures/__init__.py: -------------------------------------------------------------------------------- 1 | -------------------------------------------------------------------------------- /IronPythonStubs/release/stubs/Tekla/__init__.py: -------------------------------------------------------------------------------- 1 | -------------------------------------------------------------------------------- /IronPythonStubs/release/stubs/Tessellation/Adapters.py: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/shnlmn/Rhino-Grasshopper-Scripts/HEAD/IronPythonStubs/release/stubs/Tessellation/Adapters.py -------------------------------------------------------------------------------- /IronPythonStubs/release/stubs/Tessellation/__init__.py: -------------------------------------------------------------------------------- 1 | -------------------------------------------------------------------------------- /IronPythonStubs/release/stubs/clr.py: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/shnlmn/Rhino-Grasshopper-Scripts/HEAD/IronPythonStubs/release/stubs/clr.py -------------------------------------------------------------------------------- /IronPythonStubs/release/stubs/wpf.py: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/shnlmn/Rhino-Grasshopper-Scripts/HEAD/IronPythonStubs/release/stubs/wpf.py -------------------------------------------------------------------------------- /IronPythonStubs/test.py: -------------------------------------------------------------------------------- 1 | -------------------------------------------------------------------------------- /IronPythonStubs/tests/__init__.py: -------------------------------------------------------------------------------- 1 | -------------------------------------------------------------------------------- /IronPythonStubs/todo.todo: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/shnlmn/Rhino-Grasshopper-Scripts/HEAD/IronPythonStubs/todo.todo -------------------------------------------------------------------------------- /Isolate - Copy.rvb: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/shnlmn/Rhino-Grasshopper-Scripts/HEAD/Isolate - Copy.rvb -------------------------------------------------------------------------------- /Isolate.rvb: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/shnlmn/Rhino-Grasshopper-Scripts/HEAD/Isolate.rvb -------------------------------------------------------------------------------- /LockAllDetails.py: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/shnlmn/Rhino-Grasshopper-Scripts/HEAD/LockAllDetails.py -------------------------------------------------------------------------------- /LockHatches.py: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/shnlmn/Rhino-Grasshopper-Scripts/HEAD/LockHatches.py -------------------------------------------------------------------------------- /LockLayerbyObject.py: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/shnlmn/Rhino-Grasshopper-Scripts/HEAD/LockLayerbyObject.py -------------------------------------------------------------------------------- /MakeAllBlocks.py: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/shnlmn/Rhino-Grasshopper-Scripts/HEAD/MakeAllBlocks.py -------------------------------------------------------------------------------- /MakeAllBlocks.rvb: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/shnlmn/Rhino-Grasshopper-Scripts/HEAD/MakeAllBlocks.rvb -------------------------------------------------------------------------------- /MakeUnique.py: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/shnlmn/Rhino-Grasshopper-Scripts/HEAD/MakeUnique.py -------------------------------------------------------------------------------- /MakeUniqueRename.py: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/shnlmn/Rhino-Grasshopper-Scripts/HEAD/MakeUniqueRename.py -------------------------------------------------------------------------------- /Material by object color.py: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/shnlmn/Rhino-Grasshopper-Scripts/HEAD/Material by object color.py -------------------------------------------------------------------------------- /MergeMeshByLayer.py: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/shnlmn/Rhino-Grasshopper-Scripts/HEAD/MergeMeshByLayer.py -------------------------------------------------------------------------------- /MoveLayersToOtherParent.py: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/shnlmn/Rhino-Grasshopper-Scripts/HEAD/MoveLayersToOtherParent.py -------------------------------------------------------------------------------- /MoveLayersToOtherParentS.py: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/shnlmn/Rhino-Grasshopper-Scripts/HEAD/MoveLayersToOtherParentS.py -------------------------------------------------------------------------------- /MoveObjecttoSelectedLayer.py: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/shnlmn/Rhino-Grasshopper-Scripts/HEAD/MoveObjecttoSelectedLayer.py -------------------------------------------------------------------------------- /MoveTo2DLayer.py: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/shnlmn/Rhino-Grasshopper-Scripts/HEAD/MoveTo2DLayer.py -------------------------------------------------------------------------------- /OffsetBooDIff.py: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/shnlmn/Rhino-Grasshopper-Scripts/HEAD/OffsetBooDIff.py -------------------------------------------------------------------------------- /OpenNestRhino.rhp: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/shnlmn/Rhino-Grasshopper-Scripts/HEAD/OpenNestRhino.rhp -------------------------------------------------------------------------------- /Place Named Point.rvb: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/shnlmn/Rhino-Grasshopper-Scripts/HEAD/Place Named Point.rvb -------------------------------------------------------------------------------- /PlanarizeCurve.rvb: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/shnlmn/Rhino-Grasshopper-Scripts/HEAD/PlanarizeCurve.rvb -------------------------------------------------------------------------------- /ProjectPersp.rvb: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/shnlmn/Rhino-Grasshopper-Scripts/HEAD/ProjectPersp.rvb -------------------------------------------------------------------------------- /README.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/shnlmn/Rhino-Grasshopper-Scripts/HEAD/README.md -------------------------------------------------------------------------------- /RandomizeObjectLocation.py: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/shnlmn/Rhino-Grasshopper-Scripts/HEAD/RandomizeObjectLocation.py -------------------------------------------------------------------------------- /RhinoScripts_Python/.vs/RhinoScripts_Python/v14/.suo: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/shnlmn/Rhino-Grasshopper-Scripts/HEAD/RhinoScripts_Python/.vs/RhinoScripts_Python/v14/.suo -------------------------------------------------------------------------------- /RhinoScripts_Python/RhinoScripts_Python.sln: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/shnlmn/Rhino-Grasshopper-Scripts/HEAD/RhinoScripts_Python/RhinoScripts_Python.sln -------------------------------------------------------------------------------- /RhinoScripts_Python/RhinoScripts_Python/Script.py: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/shnlmn/Rhino-Grasshopper-Scripts/HEAD/RhinoScripts_Python/RhinoScripts_Python/Script.py -------------------------------------------------------------------------------- /RhinoScripts_Python/RhinoScripts_Python/__init__.py: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/shnlmn/Rhino-Grasshopper-Scripts/HEAD/RhinoScripts_Python/RhinoScripts_Python/__init__.py -------------------------------------------------------------------------------- /RotateAroundIndividualCenter.py: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/shnlmn/Rhino-Grasshopper-Scripts/HEAD/RotateAroundIndividualCenter.py -------------------------------------------------------------------------------- /SELECT A-WALL.py: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/shnlmn/Rhino-Grasshopper-Scripts/HEAD/SELECT A-WALL.py -------------------------------------------------------------------------------- /ScaleByObjectCenter.py: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/shnlmn/Rhino-Grasshopper-Scripts/HEAD/ScaleByObjectCenter.py -------------------------------------------------------------------------------- /ScrapeLayerData.py: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/shnlmn/Rhino-Grasshopper-Scripts/HEAD/ScrapeLayerData.py -------------------------------------------------------------------------------- /Screenshot-nameby layer view.py: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/shnlmn/Rhino-Grasshopper-Scripts/HEAD/Screenshot-nameby layer view.py -------------------------------------------------------------------------------- /SelectByColor.py: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/shnlmn/Rhino-Grasshopper-Scripts/HEAD/SelectByColor.py -------------------------------------------------------------------------------- /SetCameraPlan.py: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/shnlmn/Rhino-Grasshopper-Scripts/HEAD/SetCameraPlan.py -------------------------------------------------------------------------------- /Silhouette_VP.rvb: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/shnlmn/Rhino-Grasshopper-Scripts/HEAD/Silhouette_VP.rvb -------------------------------------------------------------------------------- /Unify Individual Layer Color.py: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/shnlmn/Rhino-Grasshopper-Scripts/HEAD/Unify Individual Layer Color.py -------------------------------------------------------------------------------- /Unify Layer Color.py: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/shnlmn/Rhino-Grasshopper-Scripts/HEAD/Unify Layer Color.py -------------------------------------------------------------------------------- /UpdateHatchColors.py: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/shnlmn/Rhino-Grasshopper-Scripts/HEAD/UpdateHatchColors.py -------------------------------------------------------------------------------- /UpdateLayerPrintWidth.py: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/shnlmn/Rhino-Grasshopper-Scripts/HEAD/UpdateLayerPrintWidth.py -------------------------------------------------------------------------------- /UpdateLineweights.py: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/shnlmn/Rhino-Grasshopper-Scripts/HEAD/UpdateLineweights.py -------------------------------------------------------------------------------- /batchRenderVray.py: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/shnlmn/Rhino-Grasshopper-Scripts/HEAD/batchRenderVray.py -------------------------------------------------------------------------------- /block.py: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/shnlmn/Rhino-Grasshopper-Scripts/HEAD/block.py -------------------------------------------------------------------------------- /colorStandard.xlsm: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/shnlmn/Rhino-Grasshopper-Scripts/HEAD/colorStandard.xlsm -------------------------------------------------------------------------------- /colors.csv: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/shnlmn/Rhino-Grasshopper-Scripts/HEAD/colors.csv -------------------------------------------------------------------------------- /createElevationBug.py: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/shnlmn/Rhino-Grasshopper-Scripts/HEAD/createElevationBug.py -------------------------------------------------------------------------------- /getLayerList.py: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/shnlmn/Rhino-Grasshopper-Scripts/HEAD/getLayerList.py -------------------------------------------------------------------------------- /makeHatch.rhp: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/shnlmn/Rhino-Grasshopper-Scripts/HEAD/makeHatch.rhp -------------------------------------------------------------------------------- /makelinetype_.py: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/shnlmn/Rhino-Grasshopper-Scripts/HEAD/makelinetype_.py -------------------------------------------------------------------------------- /moveObjectsandLayers.py: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/shnlmn/Rhino-Grasshopper-Scripts/HEAD/moveObjectsandLayers.py -------------------------------------------------------------------------------- /printLayers.py: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/shnlmn/Rhino-Grasshopper-Scripts/HEAD/printLayers.py -------------------------------------------------------------------------------- /que.py: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/shnlmn/Rhino-Grasshopper-Scripts/HEAD/que.py -------------------------------------------------------------------------------- /rhinoscript-master/AnalysisMeshSlope.rvb: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/shnlmn/Rhino-Grasshopper-Scripts/HEAD/rhinoscript-master/AnalysisMeshSlope.rvb -------------------------------------------------------------------------------- /rhinoscript-master/AnnotateCurveEndPoints.rvb: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/shnlmn/Rhino-Grasshopper-Scripts/HEAD/rhinoscript-master/AnnotateCurveEndPoints.rvb -------------------------------------------------------------------------------- /rhinoscript-master/ArcPointDistribution.rvb: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/shnlmn/Rhino-Grasshopper-Scripts/HEAD/rhinoscript-master/ArcPointDistribution.rvb -------------------------------------------------------------------------------- /rhinoscript-master/ArchimedeanSpiral.rvb: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/shnlmn/Rhino-Grasshopper-Scripts/HEAD/rhinoscript-master/ArchimedeanSpiral.rvb -------------------------------------------------------------------------------- /rhinoscript-master/ArionExport.rvb: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/shnlmn/Rhino-Grasshopper-Scripts/HEAD/rhinoscript-master/ArionExport.rvb -------------------------------------------------------------------------------- /rhinoscript-master/ArrayCrv.rvb: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/shnlmn/Rhino-Grasshopper-Scripts/HEAD/rhinoscript-master/ArrayCrv.rvb -------------------------------------------------------------------------------- /rhinoscript-master/ArrayCrvRoadLikeTop.rvb: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/shnlmn/Rhino-Grasshopper-Scripts/HEAD/rhinoscript-master/ArrayCrvRoadLikeTop.rvb -------------------------------------------------------------------------------- /rhinoscript-master/ArrayCrvTween.rvb: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/shnlmn/Rhino-Grasshopper-Scripts/HEAD/rhinoscript-master/ArrayCrvTween.rvb -------------------------------------------------------------------------------- /rhinoscript-master/ArrayList.rvb: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/shnlmn/Rhino-Grasshopper-Scripts/HEAD/rhinoscript-master/ArrayList.rvb -------------------------------------------------------------------------------- /rhinoscript-master/ArrayPointsOnSurface.rvb: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/shnlmn/Rhino-Grasshopper-Scripts/HEAD/rhinoscript-master/ArrayPointsOnSurface.rvb -------------------------------------------------------------------------------- /rhinoscript-master/ArrayPolar.rvb: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/shnlmn/Rhino-Grasshopper-Scripts/HEAD/rhinoscript-master/ArrayPolar.rvb -------------------------------------------------------------------------------- /rhinoscript-master/ArraySpheres.rvb: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/shnlmn/Rhino-Grasshopper-Scripts/HEAD/rhinoscript-master/ArraySpheres.rvb -------------------------------------------------------------------------------- /rhinoscript-master/ArrayUtilities.rvb: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/shnlmn/Rhino-Grasshopper-Scripts/HEAD/rhinoscript-master/ArrayUtilities.rvb -------------------------------------------------------------------------------- /rhinoscript-master/AutoAnnotateNamedCurves.rvb: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/shnlmn/Rhino-Grasshopper-Scripts/HEAD/rhinoscript-master/AutoAnnotateNamedCurves.rvb -------------------------------------------------------------------------------- /rhinoscript-master/AutoNameObjects.rvb: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/shnlmn/Rhino-Grasshopper-Scripts/HEAD/rhinoscript-master/AutoNameObjects.rvb -------------------------------------------------------------------------------- /rhinoscript-master/BaseballSeam.rvb: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/shnlmn/Rhino-Grasshopper-Scripts/HEAD/rhinoscript-master/BaseballSeam.rvb -------------------------------------------------------------------------------- /rhinoscript-master/BatchAudit3dm.rvb: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/shnlmn/Rhino-Grasshopper-Scripts/HEAD/rhinoscript-master/BatchAudit3dm.rvb -------------------------------------------------------------------------------- /rhinoscript-master/BatchConvertAutoCAD.rvb: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/shnlmn/Rhino-Grasshopper-Scripts/HEAD/rhinoscript-master/BatchConvertAutoCAD.rvb -------------------------------------------------------------------------------- /rhinoscript-master/BatchExtractThumbnails.rvb: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/shnlmn/Rhino-Grasshopper-Scripts/HEAD/rhinoscript-master/BatchExtractThumbnails.rvb -------------------------------------------------------------------------------- /rhinoscript-master/BatchImport.rvb: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/shnlmn/Rhino-Grasshopper-Scripts/HEAD/rhinoscript-master/BatchImport.rvb -------------------------------------------------------------------------------- /rhinoscript-master/BatchOpenIges.rvb: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/shnlmn/Rhino-Grasshopper-Scripts/HEAD/rhinoscript-master/BatchOpenIges.rvb -------------------------------------------------------------------------------- /rhinoscript-master/BatchProcessFiles.rvb: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/shnlmn/Rhino-Grasshopper-Scripts/HEAD/rhinoscript-master/BatchProcessFiles.rvb -------------------------------------------------------------------------------- /rhinoscript-master/BatchRemovePlugInData.rvb: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/shnlmn/Rhino-Grasshopper-Scripts/HEAD/rhinoscript-master/BatchRemovePlugInData.rvb -------------------------------------------------------------------------------- /rhinoscript-master/BatchRemovePlugInDataV5.rvb: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/shnlmn/Rhino-Grasshopper-Scripts/HEAD/rhinoscript-master/BatchRemovePlugInDataV5.rvb -------------------------------------------------------------------------------- /rhinoscript-master/BatchRender.rvb: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/shnlmn/Rhino-Grasshopper-Scripts/HEAD/rhinoscript-master/BatchRender.rvb -------------------------------------------------------------------------------- /rhinoscript-master/BatchRender.vbs: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/shnlmn/Rhino-Grasshopper-Scripts/HEAD/rhinoscript-master/BatchRender.vbs -------------------------------------------------------------------------------- /rhinoscript-master/BatchSaveSTL.rvb: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/shnlmn/Rhino-Grasshopper-Scripts/HEAD/rhinoscript-master/BatchSaveSTL.rvb -------------------------------------------------------------------------------- /rhinoscript-master/BatchSaveSmall.rvb: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/shnlmn/Rhino-Grasshopper-Scripts/HEAD/rhinoscript-master/BatchSaveSmall.rvb -------------------------------------------------------------------------------- /rhinoscript-master/BlockInspector.rvb: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/shnlmn/Rhino-Grasshopper-Scripts/HEAD/rhinoscript-master/BlockInspector.rvb -------------------------------------------------------------------------------- /rhinoscript-master/BlockLeader.rvb: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/shnlmn/Rhino-Grasshopper-Scripts/HEAD/rhinoscript-master/BlockLeader.rvb -------------------------------------------------------------------------------- /rhinoscript-master/BlockUtilities.rvb: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/shnlmn/Rhino-Grasshopper-Scripts/HEAD/rhinoscript-master/BlockUtilities.rvb -------------------------------------------------------------------------------- /rhinoscript-master/BorderLengthToClipboard.rvb: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/shnlmn/Rhino-Grasshopper-Scripts/HEAD/rhinoscript-master/BorderLengthToClipboard.rvb -------------------------------------------------------------------------------- /rhinoscript-master/BoundingBoxToClipboard.rvb: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/shnlmn/Rhino-Grasshopper-Scripts/HEAD/rhinoscript-master/BoundingBoxToClipboard.rvb -------------------------------------------------------------------------------- /rhinoscript-master/BoxFrame.rvb: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/shnlmn/Rhino-Grasshopper-Scripts/HEAD/rhinoscript-master/BoxFrame.rvb -------------------------------------------------------------------------------- /rhinoscript-master/BrazilCamera.rvb: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/shnlmn/Rhino-Grasshopper-Scripts/HEAD/rhinoscript-master/BrazilCamera.rvb -------------------------------------------------------------------------------- /rhinoscript-master/CPlaneTangent.rvb: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/shnlmn/Rhino-Grasshopper-Scripts/HEAD/rhinoscript-master/CPlaneTangent.rvb -------------------------------------------------------------------------------- /rhinoscript-master/CameraAnimation.rvb: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/shnlmn/Rhino-Grasshopper-Scripts/HEAD/rhinoscript-master/CameraAnimation.rvb -------------------------------------------------------------------------------- /rhinoscript-master/CatenaryCrv.rvb: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/shnlmn/Rhino-Grasshopper-Scripts/HEAD/rhinoscript-master/CatenaryCrv.rvb -------------------------------------------------------------------------------- /rhinoscript-master/CenterMark.rvb: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/shnlmn/Rhino-Grasshopper-Scripts/HEAD/rhinoscript-master/CenterMark.rvb -------------------------------------------------------------------------------- /rhinoscript-master/CheckForWizards.rvb: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/shnlmn/Rhino-Grasshopper-Scripts/HEAD/rhinoscript-master/CheckForWizards.rvb -------------------------------------------------------------------------------- /rhinoscript-master/ChordLengthGizmo.rvb: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/shnlmn/Rhino-Grasshopper-Scripts/HEAD/rhinoscript-master/ChordLengthGizmo.rvb -------------------------------------------------------------------------------- /rhinoscript-master/CircleFromLength.rvb: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/shnlmn/Rhino-Grasshopper-Scripts/HEAD/rhinoscript-master/CircleFromLength.rvb -------------------------------------------------------------------------------- /rhinoscript-master/CirclePerimeter.rvb: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/shnlmn/Rhino-Grasshopper-Scripts/HEAD/rhinoscript-master/CirclePerimeter.rvb -------------------------------------------------------------------------------- /rhinoscript-master/CircleTrimmer.rvb: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/shnlmn/Rhino-Grasshopper-Scripts/HEAD/rhinoscript-master/CircleTrimmer.rvb -------------------------------------------------------------------------------- /rhinoscript-master/CleanPolyline.rvb: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/shnlmn/Rhino-Grasshopper-Scripts/HEAD/rhinoscript-master/CleanPolyline.rvb -------------------------------------------------------------------------------- /rhinoscript-master/ColorHelpers.rvb: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/shnlmn/Rhino-Grasshopper-Scripts/HEAD/rhinoscript-master/ColorHelpers.rvb -------------------------------------------------------------------------------- /rhinoscript-master/CompleteGraph.rvb: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/shnlmn/Rhino-Grasshopper-Scripts/HEAD/rhinoscript-master/CompleteGraph.rvb -------------------------------------------------------------------------------- /rhinoscript-master/ConvertBlockToGroup.rvb: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/shnlmn/Rhino-Grasshopper-Scripts/HEAD/rhinoscript-master/ConvertBlockToGroup.rvb -------------------------------------------------------------------------------- /rhinoscript-master/ConvertDotsToText.rvb: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/shnlmn/Rhino-Grasshopper-Scripts/HEAD/rhinoscript-master/ConvertDotsToText.rvb -------------------------------------------------------------------------------- /rhinoscript-master/ConvertLayersToGrayscale.rvb: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/shnlmn/Rhino-Grasshopper-Scripts/HEAD/rhinoscript-master/ConvertLayersToGrayscale.rvb -------------------------------------------------------------------------------- /rhinoscript-master/ConvertTextToGeometry.rvb: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/shnlmn/Rhino-Grasshopper-Scripts/HEAD/rhinoscript-master/ConvertTextToGeometry.rvb -------------------------------------------------------------------------------- /rhinoscript-master/CopyObjectsToLayer.rvb: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/shnlmn/Rhino-Grasshopper-Scripts/HEAD/rhinoscript-master/CopyObjectsToLayer.rvb -------------------------------------------------------------------------------- /rhinoscript-master/CopyRotate.rvb: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/shnlmn/Rhino-Grasshopper-Scripts/HEAD/rhinoscript-master/CopyRotate.rvb -------------------------------------------------------------------------------- /rhinoscript-master/CreateShortcut.rvb: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/shnlmn/Rhino-Grasshopper-Scripts/HEAD/rhinoscript-master/CreateShortcut.rvb -------------------------------------------------------------------------------- /rhinoscript-master/CurrentModelInfo.rvb: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/shnlmn/Rhino-Grasshopper-Scripts/HEAD/rhinoscript-master/CurrentModelInfo.rvb -------------------------------------------------------------------------------- /rhinoscript-master/CurveLength.rvb: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/shnlmn/Rhino-Grasshopper-Scripts/HEAD/rhinoscript-master/CurveLength.rvb -------------------------------------------------------------------------------- /rhinoscript-master/DecomposeXform.rvb: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/shnlmn/Rhino-Grasshopper-Scripts/HEAD/rhinoscript-master/DecomposeXform.rvb -------------------------------------------------------------------------------- /rhinoscript-master/DimScaleText.rvb: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/shnlmn/Rhino-Grasshopper-Scripts/HEAD/rhinoscript-master/DimScaleText.rvb -------------------------------------------------------------------------------- /rhinoscript-master/DisplayScriptEngineInfo.rvb: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/shnlmn/Rhino-Grasshopper-Scripts/HEAD/rhinoscript-master/DisplayScriptEngineInfo.rvb -------------------------------------------------------------------------------- /rhinoscript-master/Dispose.rvb: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/shnlmn/Rhino-Grasshopper-Scripts/HEAD/rhinoscript-master/Dispose.rvb -------------------------------------------------------------------------------- /rhinoscript-master/DivideCurveDashed.rvb: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/shnlmn/Rhino-Grasshopper-Scripts/HEAD/rhinoscript-master/DivideCurveDashed.rvb -------------------------------------------------------------------------------- /rhinoscript-master/DivideCurveEquiDistant.rvb: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/shnlmn/Rhino-Grasshopper-Scripts/HEAD/rhinoscript-master/DivideCurveEquiDistant.rvb -------------------------------------------------------------------------------- /rhinoscript-master/Dodecahedron.rvb: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/shnlmn/Rhino-Grasshopper-Scripts/HEAD/rhinoscript-master/Dodecahedron.rvb -------------------------------------------------------------------------------- /rhinoscript-master/DrawCrossedLinesOnFaces.rvb: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/shnlmn/Rhino-Grasshopper-Scripts/HEAD/rhinoscript-master/DrawCrossedLinesOnFaces.rvb -------------------------------------------------------------------------------- /rhinoscript-master/DrawParametricCurve.rvb: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/shnlmn/Rhino-Grasshopper-Scripts/HEAD/rhinoscript-master/DrawParametricCurve.rvb -------------------------------------------------------------------------------- /rhinoscript-master/DumpArrayInfo.rvb: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/shnlmn/Rhino-Grasshopper-Scripts/HEAD/rhinoscript-master/DumpArrayInfo.rvb -------------------------------------------------------------------------------- /rhinoscript-master/DumpDocumentData.rvb: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/shnlmn/Rhino-Grasshopper-Scripts/HEAD/rhinoscript-master/DumpDocumentData.rvb -------------------------------------------------------------------------------- /rhinoscript-master/DumpIgesHeader.rvb: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/shnlmn/Rhino-Grasshopper-Scripts/HEAD/rhinoscript-master/DumpIgesHeader.rvb -------------------------------------------------------------------------------- /rhinoscript-master/DumpRhinoVersions.rvb: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/shnlmn/Rhino-Grasshopper-Scripts/HEAD/rhinoscript-master/DumpRhinoVersions.rvb -------------------------------------------------------------------------------- /rhinoscript-master/DynamicArray.rvb: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/shnlmn/Rhino-Grasshopper-Scripts/HEAD/rhinoscript-master/DynamicArray.rvb -------------------------------------------------------------------------------- /rhinoscript-master/Easter.rvb: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/shnlmn/Rhino-Grasshopper-Scripts/HEAD/rhinoscript-master/Easter.rvb -------------------------------------------------------------------------------- /rhinoscript-master/Ellipsoid.rvb: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/shnlmn/Rhino-Grasshopper-Scripts/HEAD/rhinoscript-master/Ellipsoid.rvb -------------------------------------------------------------------------------- /rhinoscript-master/EvaluateCurve.rvb: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/shnlmn/Rhino-Grasshopper-Scripts/HEAD/rhinoscript-master/EvaluateCurve.rvb -------------------------------------------------------------------------------- /rhinoscript-master/ExcelDumper.rvb: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/shnlmn/Rhino-Grasshopper-Scripts/HEAD/rhinoscript-master/ExcelDumper.rvb -------------------------------------------------------------------------------- /rhinoscript-master/ExplodeMesh.rvb: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/shnlmn/Rhino-Grasshopper-Scripts/HEAD/rhinoscript-master/ExplodeMesh.rvb -------------------------------------------------------------------------------- /rhinoscript-master/ExplodePolyCurve.rvb: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/shnlmn/Rhino-Grasshopper-Scripts/HEAD/rhinoscript-master/ExplodePolyCurve.rvb -------------------------------------------------------------------------------- /rhinoscript-master/ExportBlockCount.rvb: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/shnlmn/Rhino-Grasshopper-Scripts/HEAD/rhinoscript-master/ExportBlockCount.rvb -------------------------------------------------------------------------------- /rhinoscript-master/ExportBlockLabels.rvb: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/shnlmn/Rhino-Grasshopper-Scripts/HEAD/rhinoscript-master/ExportBlockLabels.rvb -------------------------------------------------------------------------------- /rhinoscript-master/ExportBlocks.rvb: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/shnlmn/Rhino-Grasshopper-Scripts/HEAD/rhinoscript-master/ExportBlocks.rvb -------------------------------------------------------------------------------- /rhinoscript-master/ExportBlocksEx.rvb: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/shnlmn/Rhino-Grasshopper-Scripts/HEAD/rhinoscript-master/ExportBlocksEx.rvb -------------------------------------------------------------------------------- /rhinoscript-master/ExportBlocksToExcel.rvb: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/shnlmn/Rhino-Grasshopper-Scripts/HEAD/rhinoscript-master/ExportBlocksToExcel.rvb -------------------------------------------------------------------------------- /rhinoscript-master/ExportBoundingBox.rvb: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/shnlmn/Rhino-Grasshopper-Scripts/HEAD/rhinoscript-master/ExportBoundingBox.rvb -------------------------------------------------------------------------------- /rhinoscript-master/ExportCSV.rvb: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/shnlmn/Rhino-Grasshopper-Scripts/HEAD/rhinoscript-master/ExportCSV.rvb -------------------------------------------------------------------------------- /rhinoscript-master/ExportControlPoints.rvb: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/shnlmn/Rhino-Grasshopper-Scripts/HEAD/rhinoscript-master/ExportControlPoints.rvb -------------------------------------------------------------------------------- /rhinoscript-master/ExportCurveDefinition.rvb: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/shnlmn/Rhino-Grasshopper-Scripts/HEAD/rhinoscript-master/ExportCurveDefinition.rvb -------------------------------------------------------------------------------- /rhinoscript-master/ExportCustomSTL.rvb: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/shnlmn/Rhino-Grasshopper-Scripts/HEAD/rhinoscript-master/ExportCustomSTL.rvb -------------------------------------------------------------------------------- /rhinoscript-master/ExportLabelledPoints.rvb: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/shnlmn/Rhino-Grasshopper-Scripts/HEAD/rhinoscript-master/ExportLabelledPoints.rvb -------------------------------------------------------------------------------- /rhinoscript-master/ExportLabels.rvb: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/shnlmn/Rhino-Grasshopper-Scripts/HEAD/rhinoscript-master/ExportLabels.rvb -------------------------------------------------------------------------------- /rhinoscript-master/ExportLayerMaterials.rvb: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/shnlmn/Rhino-Grasshopper-Scripts/HEAD/rhinoscript-master/ExportLayerMaterials.rvb -------------------------------------------------------------------------------- /rhinoscript-master/ExportLayerNames.rvb: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/shnlmn/Rhino-Grasshopper-Scripts/HEAD/rhinoscript-master/ExportLayerNames.rvb -------------------------------------------------------------------------------- /rhinoscript-master/ExportLayerObjects.rvb: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/shnlmn/Rhino-Grasshopper-Scripts/HEAD/rhinoscript-master/ExportLayerObjects.rvb -------------------------------------------------------------------------------- /rhinoscript-master/ExportLayerObjectsTo3ds.rvb: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/shnlmn/Rhino-Grasshopper-Scripts/HEAD/rhinoscript-master/ExportLayerObjectsTo3ds.rvb -------------------------------------------------------------------------------- /rhinoscript-master/ExportLayerObjectsToSat.rvb: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/shnlmn/Rhino-Grasshopper-Scripts/HEAD/rhinoscript-master/ExportLayerObjectsToSat.rvb -------------------------------------------------------------------------------- /rhinoscript-master/ExportLeicaPTS.rvb: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/shnlmn/Rhino-Grasshopper-Scripts/HEAD/rhinoscript-master/ExportLeicaPTS.rvb -------------------------------------------------------------------------------- /rhinoscript-master/ExportMeshToXML.rvb: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/shnlmn/Rhino-Grasshopper-Scripts/HEAD/rhinoscript-master/ExportMeshToXML.rvb -------------------------------------------------------------------------------- /rhinoscript-master/ExportNamedPoints.rvb: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/shnlmn/Rhino-Grasshopper-Scripts/HEAD/rhinoscript-master/ExportNamedPoints.rvb -------------------------------------------------------------------------------- /rhinoscript-master/ExportOff.rvb: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/shnlmn/Rhino-Grasshopper-Scripts/HEAD/rhinoscript-master/ExportOff.rvb -------------------------------------------------------------------------------- /rhinoscript-master/ExportPoints.rvb: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/shnlmn/Rhino-Grasshopper-Scripts/HEAD/rhinoscript-master/ExportPoints.rvb -------------------------------------------------------------------------------- /rhinoscript-master/ExportPolylineVertices.rvb: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/shnlmn/Rhino-Grasshopper-Scripts/HEAD/rhinoscript-master/ExportPolylineVertices.rvb -------------------------------------------------------------------------------- /rhinoscript-master/ExportRhinoAnalysisMesh.rvb: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/shnlmn/Rhino-Grasshopper-Scripts/HEAD/rhinoscript-master/ExportRhinoAnalysisMesh.rvb -------------------------------------------------------------------------------- /rhinoscript-master/ExportSurfaceNormals.rvb: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/shnlmn/Rhino-Grasshopper-Scripts/HEAD/rhinoscript-master/ExportSurfaceNormals.rvb -------------------------------------------------------------------------------- /rhinoscript-master/ExportSurfacePoints.rvb: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/shnlmn/Rhino-Grasshopper-Scripts/HEAD/rhinoscript-master/ExportSurfacePoints.rvb -------------------------------------------------------------------------------- /rhinoscript-master/ExtractMeshWires.rvb: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/shnlmn/Rhino-Grasshopper-Scripts/HEAD/rhinoscript-master/ExtractMeshWires.rvb -------------------------------------------------------------------------------- /rhinoscript-master/ExtractSrfEditPt.rvb: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/shnlmn/Rhino-Grasshopper-Scripts/HEAD/rhinoscript-master/ExtractSrfEditPt.rvb -------------------------------------------------------------------------------- /rhinoscript-master/ExtractThumbnailImages.rvb: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/shnlmn/Rhino-Grasshopper-Scripts/HEAD/rhinoscript-master/ExtractThumbnailImages.rvb -------------------------------------------------------------------------------- /rhinoscript-master/ExtractUVIntersectPts.rvb: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/shnlmn/Rhino-Grasshopper-Scripts/HEAD/rhinoscript-master/ExtractUVIntersectPts.rvb -------------------------------------------------------------------------------- /rhinoscript-master/ExtrudeCurveNormal.rvb: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/shnlmn/Rhino-Grasshopper-Scripts/HEAD/rhinoscript-master/ExtrudeCurveNormal.rvb -------------------------------------------------------------------------------- /rhinoscript-master/ExtrudePlanarCurves.rvb: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/shnlmn/Rhino-Grasshopper-Scripts/HEAD/rhinoscript-master/ExtrudePlanarCurves.rvb -------------------------------------------------------------------------------- /rhinoscript-master/Factorial.rvb: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/shnlmn/Rhino-Grasshopper-Scripts/HEAD/rhinoscript-master/Factorial.rvb -------------------------------------------------------------------------------- /rhinoscript-master/Fibonacci.rvb: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/shnlmn/Rhino-Grasshopper-Scripts/HEAD/rhinoscript-master/Fibonacci.rvb -------------------------------------------------------------------------------- /rhinoscript-master/FibonacciSpiral.rvb: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/shnlmn/Rhino-Grasshopper-Scripts/HEAD/rhinoscript-master/FibonacciSpiral.rvb -------------------------------------------------------------------------------- /rhinoscript-master/FileComments.rvb: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/shnlmn/Rhino-Grasshopper-Scripts/HEAD/rhinoscript-master/FileComments.rvb -------------------------------------------------------------------------------- /rhinoscript-master/FileInfo.rvb: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/shnlmn/Rhino-Grasshopper-Scripts/HEAD/rhinoscript-master/FileInfo.rvb -------------------------------------------------------------------------------- /rhinoscript-master/FilletCorners.rvb: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/shnlmn/Rhino-Grasshopper-Scripts/HEAD/rhinoscript-master/FilletCorners.rvb -------------------------------------------------------------------------------- /rhinoscript-master/FilletCurve.rvb: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/shnlmn/Rhino-Grasshopper-Scripts/HEAD/rhinoscript-master/FilletCurve.rvb -------------------------------------------------------------------------------- /rhinoscript-master/FindDuplicateStrings.rvb: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/shnlmn/Rhino-Grasshopper-Scripts/HEAD/rhinoscript-master/FindDuplicateStrings.rvb -------------------------------------------------------------------------------- /rhinoscript-master/FindRunningProcess.rvb: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/shnlmn/Rhino-Grasshopper-Scripts/HEAD/rhinoscript-master/FindRunningProcess.rvb -------------------------------------------------------------------------------- /rhinoscript-master/FlamingoStuff.rvb: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/shnlmn/Rhino-Grasshopper-Scripts/HEAD/rhinoscript-master/FlamingoStuff.rvb -------------------------------------------------------------------------------- /rhinoscript-master/FlipFace.rvb: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/shnlmn/Rhino-Grasshopper-Scripts/HEAD/rhinoscript-master/FlipFace.rvb -------------------------------------------------------------------------------- /rhinoscript-master/FlowAlongSrf.rvb: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/shnlmn/Rhino-Grasshopper-Scripts/HEAD/rhinoscript-master/FlowAlongSrf.rvb -------------------------------------------------------------------------------- /rhinoscript-master/FormatMessage.rvb: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/shnlmn/Rhino-Grasshopper-Scripts/HEAD/rhinoscript-master/FormatMessage.rvb -------------------------------------------------------------------------------- /rhinoscript-master/FormatNumberScientific.rvb: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/shnlmn/Rhino-Grasshopper-Scripts/HEAD/rhinoscript-master/FormatNumberScientific.rvb -------------------------------------------------------------------------------- /rhinoscript-master/GardenPath.rvb: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/shnlmn/Rhino-Grasshopper-Scripts/HEAD/rhinoscript-master/GardenPath.rvb -------------------------------------------------------------------------------- /rhinoscript-master/GetFontsFromWord.rvb: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/shnlmn/Rhino-Grasshopper-Scripts/HEAD/rhinoscript-master/GetFontsFromWord.rvb -------------------------------------------------------------------------------- /rhinoscript-master/GetHotColdColor.rvb: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/shnlmn/Rhino-Grasshopper-Scripts/HEAD/rhinoscript-master/GetHotColdColor.rvb -------------------------------------------------------------------------------- /rhinoscript-master/GetInstallDriveSerialNumber.rvb: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/shnlmn/Rhino-Grasshopper-Scripts/HEAD/rhinoscript-master/GetInstallDriveSerialNumber.rvb -------------------------------------------------------------------------------- /rhinoscript-master/GetMinMaxCurvature.rvb: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/shnlmn/Rhino-Grasshopper-Scripts/HEAD/rhinoscript-master/GetMinMaxCurvature.rvb -------------------------------------------------------------------------------- /rhinoscript-master/GetWindowsInstallerVersion.rvb: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/shnlmn/Rhino-Grasshopper-Scripts/HEAD/rhinoscript-master/GetWindowsInstallerVersion.rvb -------------------------------------------------------------------------------- /rhinoscript-master/GetYCoordinate.rvb: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/shnlmn/Rhino-Grasshopper-Scripts/HEAD/rhinoscript-master/GetYCoordinate.rvb -------------------------------------------------------------------------------- /rhinoscript-master/GripSamples.rvb: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/shnlmn/Rhino-Grasshopper-Scripts/HEAD/rhinoscript-master/GripSamples.rvb -------------------------------------------------------------------------------- /rhinoscript-master/GroupHelpers.rvb: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/shnlmn/Rhino-Grasshopper-Scripts/HEAD/rhinoscript-master/GroupHelpers.rvb -------------------------------------------------------------------------------- /rhinoscript-master/Guilloche.rvb: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/shnlmn/Rhino-Grasshopper-Scripts/HEAD/rhinoscript-master/Guilloche.rvb -------------------------------------------------------------------------------- /rhinoscript-master/HideGroup.rvb: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/shnlmn/Rhino-Grasshopper-Scripts/HEAD/rhinoscript-master/HideGroup.rvb -------------------------------------------------------------------------------- /rhinoscript-master/Hydrostatics.rvb: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/shnlmn/Rhino-Grasshopper-Scripts/HEAD/rhinoscript-master/Hydrostatics.rvb -------------------------------------------------------------------------------- /rhinoscript-master/Icosahedron.rvb: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/shnlmn/Rhino-Grasshopper-Scripts/HEAD/rhinoscript-master/Icosahedron.rvb -------------------------------------------------------------------------------- /rhinoscript-master/ImportAirfoil.rvb: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/shnlmn/Rhino-Grasshopper-Scripts/HEAD/rhinoscript-master/ImportAirfoil.rvb -------------------------------------------------------------------------------- /rhinoscript-master/ImportCurveFromExcel.rvb: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/shnlmn/Rhino-Grasshopper-Scripts/HEAD/rhinoscript-master/ImportCurveFromExcel.rvb -------------------------------------------------------------------------------- /rhinoscript-master/ImportGeomview.rvb: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/shnlmn/Rhino-Grasshopper-Scripts/HEAD/rhinoscript-master/ImportGeomview.rvb -------------------------------------------------------------------------------- /rhinoscript-master/ImportInterpCrv.rvb: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/shnlmn/Rhino-Grasshopper-Scripts/HEAD/rhinoscript-master/ImportInterpCrv.rvb -------------------------------------------------------------------------------- /rhinoscript-master/ImportPointFile.rvb: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/shnlmn/Rhino-Grasshopper-Scripts/HEAD/rhinoscript-master/ImportPointFile.rvb -------------------------------------------------------------------------------- /rhinoscript-master/ImportPoints.rvb: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/shnlmn/Rhino-Grasshopper-Scripts/HEAD/rhinoscript-master/ImportPoints.rvb -------------------------------------------------------------------------------- /rhinoscript-master/ImportPointsWithNames.rvb: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/shnlmn/Rhino-Grasshopper-Scripts/HEAD/rhinoscript-master/ImportPointsWithNames.rvb -------------------------------------------------------------------------------- /rhinoscript-master/ImportSurveyPoints.rvb: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/shnlmn/Rhino-Grasshopper-Scripts/HEAD/rhinoscript-master/ImportSurveyPoints.rvb -------------------------------------------------------------------------------- /rhinoscript-master/ImportText.rvb: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/shnlmn/Rhino-Grasshopper-Scripts/HEAD/rhinoscript-master/ImportText.rvb -------------------------------------------------------------------------------- /rhinoscript-master/Interpolate.rvb: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/shnlmn/Rhino-Grasshopper-Scripts/HEAD/rhinoscript-master/Interpolate.rvb -------------------------------------------------------------------------------- /rhinoscript-master/IsBox.rvb: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/shnlmn/Rhino-Grasshopper-Scripts/HEAD/rhinoscript-master/IsBox.rvb -------------------------------------------------------------------------------- /rhinoscript-master/IsCurveSquare.rvb: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/shnlmn/Rhino-Grasshopper-Scripts/HEAD/rhinoscript-master/IsCurveSquare.rvb -------------------------------------------------------------------------------- /rhinoscript-master/IsExcelFileOpen.rvb: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/shnlmn/Rhino-Grasshopper-Scripts/HEAD/rhinoscript-master/IsExcelFileOpen.rvb -------------------------------------------------------------------------------- /rhinoscript-master/IsStackedControlPointCurve.rvb: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/shnlmn/Rhino-Grasshopper-Scripts/HEAD/rhinoscript-master/IsStackedControlPointCurve.rvb -------------------------------------------------------------------------------- /rhinoscript-master/IsolateLayers.rvb: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/shnlmn/Rhino-Grasshopper-Scripts/HEAD/rhinoscript-master/IsolateLayers.rvb -------------------------------------------------------------------------------- /rhinoscript-master/LabelDistance.rvb: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/shnlmn/Rhino-Grasshopper-Scripts/HEAD/rhinoscript-master/LabelDistance.rvb -------------------------------------------------------------------------------- /rhinoscript-master/LayerNameSort.rvb: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/shnlmn/Rhino-Grasshopper-Scripts/HEAD/rhinoscript-master/LayerNameSort.rvb -------------------------------------------------------------------------------- /rhinoscript-master/LayerRename.rvb: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/shnlmn/Rhino-Grasshopper-Scripts/HEAD/rhinoscript-master/LayerRename.rvb -------------------------------------------------------------------------------- /rhinoscript-master/LayerStates.rvb: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/shnlmn/Rhino-Grasshopper-Scripts/HEAD/rhinoscript-master/LayerStates.rvb -------------------------------------------------------------------------------- /rhinoscript-master/LegoBrickMaker.rvb: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/shnlmn/Rhino-Grasshopper-Scripts/HEAD/rhinoscript-master/LegoBrickMaker.rvb -------------------------------------------------------------------------------- /rhinoscript-master/LicenseTools.rvb: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/shnlmn/Rhino-Grasshopper-Scripts/HEAD/rhinoscript-master/LicenseTools.rvb -------------------------------------------------------------------------------- /rhinoscript-master/LinearRegression.rvb: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/shnlmn/Rhino-Grasshopper-Scripts/HEAD/rhinoscript-master/LinearRegression.rvb -------------------------------------------------------------------------------- /rhinoscript-master/ListAcadSchemes.rvb: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/shnlmn/Rhino-Grasshopper-Scripts/HEAD/rhinoscript-master/ListAcadSchemes.rvb -------------------------------------------------------------------------------- /rhinoscript-master/ListIgesSchemes.rvb: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/shnlmn/Rhino-Grasshopper-Scripts/HEAD/rhinoscript-master/ListIgesSchemes.rvb -------------------------------------------------------------------------------- /rhinoscript-master/LoadDefaultHatchPatterns.rvb: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/shnlmn/Rhino-Grasshopper-Scripts/HEAD/rhinoscript-master/LoadDefaultHatchPatterns.rvb -------------------------------------------------------------------------------- /rhinoscript-master/LoftExample.rvb: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/shnlmn/Rhino-Grasshopper-Scripts/HEAD/rhinoscript-master/LoftExample.rvb -------------------------------------------------------------------------------- /rhinoscript-master/MakeNurbsCircle.rvb: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/shnlmn/Rhino-Grasshopper-Scripts/HEAD/rhinoscript-master/MakeNurbsCircle.rvb -------------------------------------------------------------------------------- /rhinoscript-master/MakeNurbsCurve.rvb: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/shnlmn/Rhino-Grasshopper-Scripts/HEAD/rhinoscript-master/MakeNurbsCurve.rvb -------------------------------------------------------------------------------- /rhinoscript-master/MakePanelPoints.rvb: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/shnlmn/Rhino-Grasshopper-Scripts/HEAD/rhinoscript-master/MakePanelPoints.rvb -------------------------------------------------------------------------------- /rhinoscript-master/MakeTabs.rvb: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/shnlmn/Rhino-Grasshopper-Scripts/HEAD/rhinoscript-master/MakeTabs.rvb -------------------------------------------------------------------------------- /rhinoscript-master/MarkFullyMultipleKnots.rvb: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/shnlmn/Rhino-Grasshopper-Scripts/HEAD/rhinoscript-master/MarkFullyMultipleKnots.rvb -------------------------------------------------------------------------------- /rhinoscript-master/MarkInternalCorners.rvb: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/shnlmn/Rhino-Grasshopper-Scripts/HEAD/rhinoscript-master/MarkInternalCorners.rvb -------------------------------------------------------------------------------- /rhinoscript-master/MarkLine.rvb: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/shnlmn/Rhino-Grasshopper-Scripts/HEAD/rhinoscript-master/MarkLine.rvb -------------------------------------------------------------------------------- /rhinoscript-master/MatchObjectAttributesEx.rvb: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/shnlmn/Rhino-Grasshopper-Scripts/HEAD/rhinoscript-master/MatchObjectAttributesEx.rvb -------------------------------------------------------------------------------- /rhinoscript-master/MatchText.rvb: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/shnlmn/Rhino-Grasshopper-Scripts/HEAD/rhinoscript-master/MatchText.rvb -------------------------------------------------------------------------------- /rhinoscript-master/MeanCrv.rvb: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/shnlmn/Rhino-Grasshopper-Scripts/HEAD/rhinoscript-master/MeanCrv.rvb -------------------------------------------------------------------------------- /rhinoscript-master/MeshSplit.rvb: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/shnlmn/Rhino-Grasshopper-Scripts/HEAD/rhinoscript-master/MeshSplit.rvb -------------------------------------------------------------------------------- /rhinoscript-master/MeshVertexColors.rvb: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/shnlmn/Rhino-Grasshopper-Scripts/HEAD/rhinoscript-master/MeshVertexColors.rvb -------------------------------------------------------------------------------- /rhinoscript-master/ModelessHtmlBox.htm: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/shnlmn/Rhino-Grasshopper-Scripts/HEAD/rhinoscript-master/ModelessHtmlBox.htm -------------------------------------------------------------------------------- /rhinoscript-master/ModelessHtmlBox.rvb: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/shnlmn/Rhino-Grasshopper-Scripts/HEAD/rhinoscript-master/ModelessHtmlBox.rvb -------------------------------------------------------------------------------- /rhinoscript-master/ModifyTangentArcRadius.rvb: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/shnlmn/Rhino-Grasshopper-Scripts/HEAD/rhinoscript-master/ModifyTangentArcRadius.rvb -------------------------------------------------------------------------------- /rhinoscript-master/ModifyTangentRadius.rvb: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/shnlmn/Rhino-Grasshopper-Scripts/HEAD/rhinoscript-master/ModifyTangentRadius.rvb -------------------------------------------------------------------------------- /rhinoscript-master/MoveToNewHiddenLayer.rvb: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/shnlmn/Rhino-Grasshopper-Scripts/HEAD/rhinoscript-master/MoveToNewHiddenLayer.rvb -------------------------------------------------------------------------------- /rhinoscript-master/MultiCrvSeam.rvb: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/shnlmn/Rhino-Grasshopper-Scripts/HEAD/rhinoscript-master/MultiCrvSeam.rvb -------------------------------------------------------------------------------- /rhinoscript-master/MultiOrient3Pt.rvb: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/shnlmn/Rhino-Grasshopper-Scripts/HEAD/rhinoscript-master/MultiOrient3Pt.rvb -------------------------------------------------------------------------------- /rhinoscript-master/MyVolume.rvb: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/shnlmn/Rhino-Grasshopper-Scripts/HEAD/rhinoscript-master/MyVolume.rvb -------------------------------------------------------------------------------- /rhinoscript-master/ObjectColor.rvb: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/shnlmn/Rhino-Grasshopper-Scripts/HEAD/rhinoscript-master/ObjectColor.rvb -------------------------------------------------------------------------------- /rhinoscript-master/ObjectNotes.rvb: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/shnlmn/Rhino-Grasshopper-Scripts/HEAD/rhinoscript-master/ObjectNotes.rvb -------------------------------------------------------------------------------- /rhinoscript-master/OffsetCrvBoth.rvb: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/shnlmn/Rhino-Grasshopper-Scripts/HEAD/rhinoscript-master/OffsetCrvBoth.rvb -------------------------------------------------------------------------------- /rhinoscript-master/OffsetMeshSolidify.rvb: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/shnlmn/Rhino-Grasshopper-Scripts/HEAD/rhinoscript-master/OffsetMeshSolidify.rvb -------------------------------------------------------------------------------- /rhinoscript-master/OffsetToClosedCurve.rvb: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/shnlmn/Rhino-Grasshopper-Scripts/HEAD/rhinoscript-master/OffsetToClosedCurve.rvb -------------------------------------------------------------------------------- /rhinoscript-master/OpenStlFile.rvb: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/shnlmn/Rhino-Grasshopper-Scripts/HEAD/rhinoscript-master/OpenStlFile.rvb -------------------------------------------------------------------------------- /rhinoscript-master/OperatingSystemProperties.rvb: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/shnlmn/Rhino-Grasshopper-Scripts/HEAD/rhinoscript-master/OperatingSystemProperties.rvb -------------------------------------------------------------------------------- /rhinoscript-master/ParametricEllipse.rvb: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/shnlmn/Rhino-Grasshopper-Scripts/HEAD/rhinoscript-master/ParametricEllipse.rvb -------------------------------------------------------------------------------- /rhinoscript-master/ParametricEllipsoid.rvb: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/shnlmn/Rhino-Grasshopper-Scripts/HEAD/rhinoscript-master/ParametricEllipsoid.rvb -------------------------------------------------------------------------------- /rhinoscript-master/PerfectSquare.rvb: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/shnlmn/Rhino-Grasshopper-Scripts/HEAD/rhinoscript-master/PerfectSquare.rvb -------------------------------------------------------------------------------- /rhinoscript-master/Permute.rvb: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/shnlmn/Rhino-Grasshopper-Scripts/HEAD/rhinoscript-master/Permute.rvb -------------------------------------------------------------------------------- /rhinoscript-master/PlacePointsOnCurve.rvb: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/shnlmn/Rhino-Grasshopper-Scripts/HEAD/rhinoscript-master/PlacePointsOnCurve.rvb -------------------------------------------------------------------------------- /rhinoscript-master/PlaneAngle.rvb: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/shnlmn/Rhino-Grasshopper-Scripts/HEAD/rhinoscript-master/PlaneAngle.rvb -------------------------------------------------------------------------------- /rhinoscript-master/PlugInEnabler.rvb: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/shnlmn/Rhino-Grasshopper-Scripts/HEAD/rhinoscript-master/PlugInEnabler.rvb -------------------------------------------------------------------------------- /rhinoscript-master/PointCloudPointColors.rvb: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/shnlmn/Rhino-Grasshopper-Scripts/HEAD/rhinoscript-master/PointCloudPointColors.rvb -------------------------------------------------------------------------------- /rhinoscript-master/PolarZonohedron.rvb: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/shnlmn/Rhino-Grasshopper-Scripts/HEAD/rhinoscript-master/PolarZonohedron.rvb -------------------------------------------------------------------------------- /rhinoscript-master/PolyCurveSegmentDistances.rvb: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/shnlmn/Rhino-Grasshopper-Scripts/HEAD/rhinoscript-master/PolyCurveSegmentDistances.rvb -------------------------------------------------------------------------------- /rhinoscript-master/PolygonArea.rvb: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/shnlmn/Rhino-Grasshopper-Scripts/HEAD/rhinoscript-master/PolygonArea.rvb -------------------------------------------------------------------------------- /rhinoscript-master/PopupDimensionStyle.rvb: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/shnlmn/Rhino-Grasshopper-Scripts/HEAD/rhinoscript-master/PopupDimensionStyle.rvb -------------------------------------------------------------------------------- /rhinoscript-master/PositionOnSrf.rvb: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/shnlmn/Rhino-Grasshopper-Scripts/HEAD/rhinoscript-master/PositionOnSrf.rvb -------------------------------------------------------------------------------- /rhinoscript-master/PrintInstanceDefinitionTree.rvb: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/shnlmn/Rhino-Grasshopper-Scripts/HEAD/rhinoscript-master/PrintInstanceDefinitionTree.rvb -------------------------------------------------------------------------------- /rhinoscript-master/PrintNotes.rvb: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/shnlmn/Rhino-Grasshopper-Scripts/HEAD/rhinoscript-master/PrintNotes.rvb -------------------------------------------------------------------------------- /rhinoscript-master/PrintSurfacePoints.rvb: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/shnlmn/Rhino-Grasshopper-Scripts/HEAD/rhinoscript-master/PrintSurfacePoints.rvb -------------------------------------------------------------------------------- /rhinoscript-master/ProjectMaintainLayer.rvb: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/shnlmn/Rhino-Grasshopper-Scripts/HEAD/rhinoscript-master/ProjectMaintainLayer.rvb -------------------------------------------------------------------------------- /rhinoscript-master/QuadraticSolver.rvb: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/shnlmn/Rhino-Grasshopper-Scripts/HEAD/rhinoscript-master/QuadraticSolver.rvb -------------------------------------------------------------------------------- /rhinoscript-master/QuickBlockExport.rvb: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/shnlmn/Rhino-Grasshopper-Scripts/HEAD/rhinoscript-master/QuickBlockExport.rvb -------------------------------------------------------------------------------- /rhinoscript-master/QuickBlockLink.rvb: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/shnlmn/Rhino-Grasshopper-Scripts/HEAD/rhinoscript-master/QuickBlockLink.rvb -------------------------------------------------------------------------------- /rhinoscript-master/RandomDistribution.rvb: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/shnlmn/Rhino-Grasshopper-Scripts/HEAD/rhinoscript-master/RandomDistribution.rvb -------------------------------------------------------------------------------- /rhinoscript-master/RandomOffsetCrv.rvb: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/shnlmn/Rhino-Grasshopper-Scripts/HEAD/rhinoscript-master/RandomOffsetCrv.rvb -------------------------------------------------------------------------------- /rhinoscript-master/RandomPointsOnSphere.rvb: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/shnlmn/Rhino-Grasshopper-Scripts/HEAD/rhinoscript-master/RandomPointsOnSphere.rvb -------------------------------------------------------------------------------- /rhinoscript-master/RandomScale.rvb: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/shnlmn/Rhino-Grasshopper-Scripts/HEAD/rhinoscript-master/RandomScale.rvb -------------------------------------------------------------------------------- /rhinoscript-master/RandomSurfacePoints.rvb: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/shnlmn/Rhino-Grasshopper-Scripts/HEAD/rhinoscript-master/RandomSurfacePoints.rvb -------------------------------------------------------------------------------- /rhinoscript-master/RandomUniformScale.rvb: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/shnlmn/Rhino-Grasshopper-Scripts/HEAD/rhinoscript-master/RandomUniformScale.rvb -------------------------------------------------------------------------------- /rhinoscript-master/RandomizeLayerColors.rvb: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/shnlmn/Rhino-Grasshopper-Scripts/HEAD/rhinoscript-master/RandomizeLayerColors.rvb -------------------------------------------------------------------------------- /rhinoscript-master/ReadSphereFile.rvb: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/shnlmn/Rhino-Grasshopper-Scripts/HEAD/rhinoscript-master/ReadSphereFile.rvb -------------------------------------------------------------------------------- /rhinoscript-master/ReadTextFile.rvb: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/shnlmn/Rhino-Grasshopper-Scripts/HEAD/rhinoscript-master/ReadTextFile.rvb -------------------------------------------------------------------------------- /rhinoscript-master/RenameCurrentLayer.htm: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/shnlmn/Rhino-Grasshopper-Scripts/HEAD/rhinoscript-master/RenameCurrentLayer.htm -------------------------------------------------------------------------------- /rhinoscript-master/RenameCurrentLayer.rvb: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/shnlmn/Rhino-Grasshopper-Scripts/HEAD/rhinoscript-master/RenameCurrentLayer.rvb -------------------------------------------------------------------------------- /rhinoscript-master/RenameLayers.rvb: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/shnlmn/Rhino-Grasshopper-Scripts/HEAD/rhinoscript-master/RenameLayers.rvb -------------------------------------------------------------------------------- /rhinoscript-master/RenderNamedViews.rvb: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/shnlmn/Rhino-Grasshopper-Scripts/HEAD/rhinoscript-master/RenderNamedViews.rvb -------------------------------------------------------------------------------- /rhinoscript-master/ReplacePoints.rvb: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/shnlmn/Rhino-Grasshopper-Scripts/HEAD/rhinoscript-master/ReplacePoints.rvb -------------------------------------------------------------------------------- /rhinoscript-master/ReplacePointsWithBlocks.rvb: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/shnlmn/Rhino-Grasshopper-Scripts/HEAD/rhinoscript-master/ReplacePointsWithBlocks.rvb -------------------------------------------------------------------------------- /rhinoscript-master/ReplaceText.rvb: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/shnlmn/Rhino-Grasshopper-Scripts/HEAD/rhinoscript-master/ReplaceText.rvb -------------------------------------------------------------------------------- /rhinoscript-master/ResetBlock.rvb: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/shnlmn/Rhino-Grasshopper-Scripts/HEAD/rhinoscript-master/ResetBlock.rvb -------------------------------------------------------------------------------- /rhinoscript-master/RhinoRender.vbs: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/shnlmn/Rhino-Grasshopper-Scripts/HEAD/rhinoscript-master/RhinoRender.vbs -------------------------------------------------------------------------------- /rhinoscript-master/RhinoScriptStartup.rvb: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/shnlmn/Rhino-Grasshopper-Scripts/HEAD/rhinoscript-master/RhinoScriptStartup.rvb -------------------------------------------------------------------------------- /rhinoscript-master/RhinoUnrollSurface.rvb: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/shnlmn/Rhino-Grasshopper-Scripts/HEAD/rhinoscript-master/RhinoUnrollSurface.rvb -------------------------------------------------------------------------------- /rhinoscript-master/RingTorus.rvb: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/shnlmn/Rhino-Grasshopper-Scripts/HEAD/rhinoscript-master/RingTorus.rvb -------------------------------------------------------------------------------- /rhinoscript-master/RotateViewAngle.rvb: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/shnlmn/Rhino-Grasshopper-Scripts/HEAD/rhinoscript-master/RotateViewAngle.rvb -------------------------------------------------------------------------------- /rhinoscript-master/RoundedPolyline.rvb: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/shnlmn/Rhino-Grasshopper-Scripts/HEAD/rhinoscript-master/RoundedPolyline.rvb -------------------------------------------------------------------------------- /rhinoscript-master/SafeArrayTest.htm: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/shnlmn/Rhino-Grasshopper-Scripts/HEAD/rhinoscript-master/SafeArrayTest.htm -------------------------------------------------------------------------------- /rhinoscript-master/SafeArrayTest.rvb: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/shnlmn/Rhino-Grasshopper-Scripts/HEAD/rhinoscript-master/SafeArrayTest.rvb -------------------------------------------------------------------------------- /rhinoscript-master/SavePlugInInfo.rvb: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/shnlmn/Rhino-Grasshopper-Scripts/HEAD/rhinoscript-master/SavePlugInInfo.rvb -------------------------------------------------------------------------------- /rhinoscript-master/SaveSpecial.rvb: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/shnlmn/Rhino-Grasshopper-Scripts/HEAD/rhinoscript-master/SaveSpecial.rvb -------------------------------------------------------------------------------- /rhinoscript-master/SaveView.rvb: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/shnlmn/Rhino-Grasshopper-Scripts/HEAD/rhinoscript-master/SaveView.rvb -------------------------------------------------------------------------------- /rhinoscript-master/ScaleAtCentroid.rvb: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/shnlmn/Rhino-Grasshopper-Scripts/HEAD/rhinoscript-master/ScaleAtCentroid.rvb -------------------------------------------------------------------------------- /rhinoscript-master/ScriptUtilities.rvb: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/shnlmn/Rhino-Grasshopper-Scripts/HEAD/rhinoscript-master/ScriptUtilities.rvb -------------------------------------------------------------------------------- /rhinoscript-master/SectionArea.rvb: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/shnlmn/Rhino-Grasshopper-Scripts/HEAD/rhinoscript-master/SectionArea.rvb -------------------------------------------------------------------------------- /rhinoscript-master/SelBlocks.rvb: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/shnlmn/Rhino-Grasshopper-Scripts/HEAD/rhinoscript-master/SelBlocks.rvb -------------------------------------------------------------------------------- /rhinoscript-master/SelClippingPlanes.rvb: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/shnlmn/Rhino-Grasshopper-Scripts/HEAD/rhinoscript-master/SelClippingPlanes.rvb -------------------------------------------------------------------------------- /rhinoscript-master/SelCrvDegree.rvb: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/shnlmn/Rhino-Grasshopper-Scripts/HEAD/rhinoscript-master/SelCrvDegree.rvb -------------------------------------------------------------------------------- /rhinoscript-master/SelDots.rvb: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/shnlmn/Rhino-Grasshopper-Scripts/HEAD/rhinoscript-master/SelDots.rvb -------------------------------------------------------------------------------- /rhinoscript-master/SelDupLines.rvb: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/shnlmn/Rhino-Grasshopper-Scripts/HEAD/rhinoscript-master/SelDupLines.rvb -------------------------------------------------------------------------------- /rhinoscript-master/SelGripOwner.rvb: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/shnlmn/Rhino-Grasshopper-Scripts/HEAD/rhinoscript-master/SelGripOwner.rvb -------------------------------------------------------------------------------- /rhinoscript-master/SelGroups.rvb: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/shnlmn/Rhino-Grasshopper-Scripts/HEAD/rhinoscript-master/SelGroups.rvb -------------------------------------------------------------------------------- /rhinoscript-master/SelLayerObjects.rvb: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/shnlmn/Rhino-Grasshopper-Scripts/HEAD/rhinoscript-master/SelLayerObjects.rvb -------------------------------------------------------------------------------- /rhinoscript-master/SelLinetype.rvb: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/shnlmn/Rhino-Grasshopper-Scripts/HEAD/rhinoscript-master/SelLinetype.rvb -------------------------------------------------------------------------------- /rhinoscript-master/SelMirroredBlocks.rvb: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/shnlmn/Rhino-Grasshopper-Scripts/HEAD/rhinoscript-master/SelMirroredBlocks.rvb -------------------------------------------------------------------------------- /rhinoscript-master/SelNamedObjects.rvb: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/shnlmn/Rhino-Grasshopper-Scripts/HEAD/rhinoscript-master/SelNamedObjects.rvb -------------------------------------------------------------------------------- /rhinoscript-master/SelObjectDisplayMode.rvb: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/shnlmn/Rhino-Grasshopper-Scripts/HEAD/rhinoscript-master/SelObjectDisplayMode.rvb -------------------------------------------------------------------------------- /rhinoscript-master/SelPlanar.rvb: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/shnlmn/Rhino-Grasshopper-Scripts/HEAD/rhinoscript-master/SelPlanar.rvb -------------------------------------------------------------------------------- /rhinoscript-master/SelSelfIntersect.rvb: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/shnlmn/Rhino-Grasshopper-Scripts/HEAD/rhinoscript-master/SelSelfIntersect.rvb -------------------------------------------------------------------------------- /rhinoscript-master/SelSmallSrf.rvb: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/shnlmn/Rhino-Grasshopper-Scripts/HEAD/rhinoscript-master/SelSmallSrf.rvb -------------------------------------------------------------------------------- /rhinoscript-master/SelTextHeight.rvb: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/shnlmn/Rhino-Grasshopper-Scripts/HEAD/rhinoscript-master/SelTextHeight.rvb -------------------------------------------------------------------------------- /rhinoscript-master/SelectBlockByDescription.rvb: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/shnlmn/Rhino-Grasshopper-Scripts/HEAD/rhinoscript-master/SelectBlockByDescription.rvb -------------------------------------------------------------------------------- /rhinoscript-master/SelectedGroupCount.rvb: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/shnlmn/Rhino-Grasshopper-Scripts/HEAD/rhinoscript-master/SelectedGroupCount.rvb -------------------------------------------------------------------------------- /rhinoscript-master/SetAALevel.rvb: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/shnlmn/Rhino-Grasshopper-Scripts/HEAD/rhinoscript-master/SetAALevel.rvb -------------------------------------------------------------------------------- /rhinoscript-master/SetHierarchicalLayerNames.rvb: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/shnlmn/Rhino-Grasshopper-Scripts/HEAD/rhinoscript-master/SetHierarchicalLayerNames.rvb -------------------------------------------------------------------------------- /rhinoscript-master/SetObjectDisplayModeAll.rvb: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/shnlmn/Rhino-Grasshopper-Scripts/HEAD/rhinoscript-master/SetObjectDisplayModeAll.rvb -------------------------------------------------------------------------------- /rhinoscript-master/SetObjectMaterialColor.rvb: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/shnlmn/Rhino-Grasshopper-Scripts/HEAD/rhinoscript-master/SetObjectMaterialColor.rvb -------------------------------------------------------------------------------- /rhinoscript-master/SetRenderColorFromObjectColor.rvb: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/shnlmn/Rhino-Grasshopper-Scripts/HEAD/rhinoscript-master/SetRenderColorFromObjectColor.rvb -------------------------------------------------------------------------------- /rhinoscript-master/SetViewDisplayModes.rvb: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/shnlmn/Rhino-Grasshopper-Scripts/HEAD/rhinoscript-master/SetViewDisplayModes.rvb -------------------------------------------------------------------------------- /rhinoscript-master/Silhouette.rvb: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/shnlmn/Rhino-Grasshopper-Scripts/HEAD/rhinoscript-master/Silhouette.rvb -------------------------------------------------------------------------------- /rhinoscript-master/SineWaveSrf.rvb: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/shnlmn/Rhino-Grasshopper-Scripts/HEAD/rhinoscript-master/SineWaveSrf.rvb -------------------------------------------------------------------------------- /rhinoscript-master/SliceAndDice.rvb: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/shnlmn/Rhino-Grasshopper-Scripts/HEAD/rhinoscript-master/SliceAndDice.rvb -------------------------------------------------------------------------------- /rhinoscript-master/SolidWeight.rvb: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/shnlmn/Rhino-Grasshopper-Scripts/HEAD/rhinoscript-master/SolidWeight.rvb -------------------------------------------------------------------------------- /rhinoscript-master/SpecialFolders.rvb: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/shnlmn/Rhino-Grasshopper-Scripts/HEAD/rhinoscript-master/SpecialFolders.rvb -------------------------------------------------------------------------------- /rhinoscript-master/SquarePipe.rvb: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/shnlmn/Rhino-Grasshopper-Scripts/HEAD/rhinoscript-master/SquarePipe.rvb -------------------------------------------------------------------------------- /rhinoscript-master/SrfClosestPt.rvb: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/shnlmn/Rhino-Grasshopper-Scripts/HEAD/rhinoscript-master/SrfClosestPt.rvb -------------------------------------------------------------------------------- /rhinoscript-master/Steel.ini: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/shnlmn/Rhino-Grasshopper-Scripts/HEAD/rhinoscript-master/Steel.ini -------------------------------------------------------------------------------- /rhinoscript-master/Steel.rvb: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/shnlmn/Rhino-Grasshopper-Scripts/HEAD/rhinoscript-master/Steel.rvb -------------------------------------------------------------------------------- /rhinoscript-master/StoreArray.rvb: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/shnlmn/Rhino-Grasshopper-Scripts/HEAD/rhinoscript-master/StoreArray.rvb -------------------------------------------------------------------------------- /rhinoscript-master/StraightenCircles.rvb: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/shnlmn/Rhino-Grasshopper-Scripts/HEAD/rhinoscript-master/StraightenCircles.rvb -------------------------------------------------------------------------------- /rhinoscript-master/StringBuilder.rvb: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/shnlmn/Rhino-Grasshopper-Scripts/HEAD/rhinoscript-master/StringBuilder.rvb -------------------------------------------------------------------------------- /rhinoscript-master/Studificator.rvb: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/shnlmn/Rhino-Grasshopper-Scripts/HEAD/rhinoscript-master/Studificator.rvb -------------------------------------------------------------------------------- /rhinoscript-master/SuperExplodeBlock.rvb: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/shnlmn/Rhino-Grasshopper-Scripts/HEAD/rhinoscript-master/SuperExplodeBlock.rvb -------------------------------------------------------------------------------- /rhinoscript-master/TabX.rvb: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/shnlmn/Rhino-Grasshopper-Scripts/HEAD/rhinoscript-master/TabX.rvb -------------------------------------------------------------------------------- /rhinoscript-master/TestAnalysisTools.rvb: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/shnlmn/Rhino-Grasshopper-Scripts/HEAD/rhinoscript-master/TestAnalysisTools.rvb -------------------------------------------------------------------------------- /rhinoscript-master/TestAutomateRhino.vbs: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/shnlmn/Rhino-Grasshopper-Scripts/HEAD/rhinoscript-master/TestAutomateRhino.vbs -------------------------------------------------------------------------------- /rhinoscript-master/TestContinue.rvb: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/shnlmn/Rhino-Grasshopper-Scripts/HEAD/rhinoscript-master/TestContinue.rvb -------------------------------------------------------------------------------- /rhinoscript-master/TestJScript.rvb: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/shnlmn/Rhino-Grasshopper-Scripts/HEAD/rhinoscript-master/TestJScript.rvb -------------------------------------------------------------------------------- /rhinoscript-master/TestRhino5Automation.vbs: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/shnlmn/Rhino-Grasshopper-Scripts/HEAD/rhinoscript-master/TestRhino5Automation.vbs -------------------------------------------------------------------------------- /rhinoscript-master/ToRoman.rvb: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/shnlmn/Rhino-Grasshopper-Scripts/HEAD/rhinoscript-master/ToRoman.rvb -------------------------------------------------------------------------------- /rhinoscript-master/ToggleCurveDir.rvb: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/shnlmn/Rhino-Grasshopper-Scripts/HEAD/rhinoscript-master/ToggleCurveDir.rvb -------------------------------------------------------------------------------- /rhinoscript-master/Torsion.rvb: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/shnlmn/Rhino-Grasshopper-Scripts/HEAD/rhinoscript-master/Torsion.rvb -------------------------------------------------------------------------------- /rhinoscript-master/TriangleArea.rvb: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/shnlmn/Rhino-Grasshopper-Scripts/HEAD/rhinoscript-master/TriangleArea.rvb -------------------------------------------------------------------------------- /rhinoscript-master/UnselectLayerObjects.rvb: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/shnlmn/Rhino-Grasshopper-Scripts/HEAD/rhinoscript-master/UnselectLayerObjects.rvb -------------------------------------------------------------------------------- /rhinoscript-master/UserText.rvb: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/shnlmn/Rhino-Grasshopper-Scripts/HEAD/rhinoscript-master/UserText.rvb -------------------------------------------------------------------------------- /rhinoscript-master/VerifyFolder.rvb: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/shnlmn/Rhino-Grasshopper-Scripts/HEAD/rhinoscript-master/VerifyFolder.rvb -------------------------------------------------------------------------------- /rhinoscript-master/ViewCapturePolyhedra.rvb: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/shnlmn/Rhino-Grasshopper-Scripts/HEAD/rhinoscript-master/ViewCapturePolyhedra.rvb -------------------------------------------------------------------------------- /rhinoscript-master/WavyCurve.rvb: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/shnlmn/Rhino-Grasshopper-Scripts/HEAD/rhinoscript-master/WavyCurve.rvb -------------------------------------------------------------------------------- /rhinoscript-master/readme.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/shnlmn/Rhino-Grasshopper-Scripts/HEAD/rhinoscript-master/readme.md -------------------------------------------------------------------------------- /selbylayer.py: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/shnlmn/Rhino-Grasshopper-Scripts/HEAD/selbylayer.py -------------------------------------------------------------------------------- /selectiontrim.rvb: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/shnlmn/Rhino-Grasshopper-Scripts/HEAD/selectiontrim.rvb -------------------------------------------------------------------------------- /setbackfillet.zip: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/shnlmn/Rhino-Grasshopper-Scripts/HEAD/setbackfillet.zip -------------------------------------------------------------------------------- /test.py: -------------------------------------------------------------------------------- 1 | help("modules") 2 | -------------------------------------------------------------------------------- /untitled11.py: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/shnlmn/Rhino-Grasshopper-Scripts/HEAD/untitled11.py -------------------------------------------------------------------------------- /untitled2.py: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/shnlmn/Rhino-Grasshopper-Scripts/HEAD/untitled2.py -------------------------------------------------------------------------------- /updateselectedblocks.zip: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/shnlmn/Rhino-Grasshopper-Scripts/HEAD/updateselectedblocks.zip --------------------------------------------------------------------------------