Revit中Category的获取

开发基础代码

UIDocument uidoc = commandData.Application.ActiveUIDocument;
Document doc = uidoc.Document;
UIApplication uiapp = commandData.Application;
Application app = uiapp.Application;

获得单一类别

以墙为例
方法一:Category wallCategory  = doc.Settings.Categories.get_Item(BuiltInCategory.OST_Walls); 
方法二: Category wallCategory  =Category.GetCategory(doc, BuiltInCategory.OST_Walls);
方法三:Category wall3=Category.GetCategory(doc, new ElementId(-2000011));

获取类别后就可以得到其他参数
wallCategory .Name就是类别名:墙

wallCategory  .CategoryType就是类别类型:Model(模型)

(BuiltInCategory)cat.Id.IntegerValue:OST_Walls 

获取当前文档所有的Category

Categories cats = doc.Settings.Categories; 

备注:对于所有revit文档来说,类别定了ElementId也就定了,如墙的为-2000011,不随项目不同而变化。

在此列出所以Category的ElementId:反编译其他文档一般只能看出Id,通过这个可以反推出类别来。其他的枚举类型如BuiltinParameter类似。

public enum BuiltInCategory

    {

        INVALID = -1,

        OST_MatchAll = -2000002,

        OST_MatchModel = -2000003,

        OST_MatchAnnotation = -2000004,

        OST_MatchDetail = -2000005,

        OST_MatchProfile = -2000006,

        OST_MatchSiteComponent = -2000007,

        OST_ScheduleViewParamGroup = -2000008,

        OST_Walls = -2000011,

        OST_WallsCutOutlines = -2000012,

        OST_WallsProjectionOutlines = -2000013,

        OST_WallsAnalyticalGeometry = -2000545,

        OST_WallsSurfacePattern = -2000540,

        OST_WallsMembrane = -2000580,

        OST_WallsStructure = -2000581,

        OST_WallsInsulation = -2000582,

        OST_WallsSubstrate = -2000583,

        OST_WallsFinish1 = -2000584,

        OST_WallsFinish2 = -2000585,

        OST_WallsDefault = -2000586,

        OST_HiddenWallLines = -2000587,

        OST_WallsCutPattern = -2000588,

        OST_RoofsMembrane = -2000590,

        OST_RoofsStructure = -2000591,

        OST_RoofsInsulation = -2000592,

        OST_RoofsSubstrate = -2000593,

        OST_RoofsFinish1 = -2000594,

        OST_RoofsFinish2 = -2000595,

        OST_RoofsDefault = -2000596,

        OST_RoofsCutPattern = -2000597,

        OST_RoofsInteriorEdges = -2000598,

        OST_FloorsMembrane = -2000600,

        OST_FloorsStructure = -2000601,

        OST_FloorsInsulation = -2000602,

        OST_FloorsSubstrate = -2000603,

        OST_FloorsFinish1 = -2000604,

        OST_FloorsFinish2 = -2000605,

        OST_FloorsDefault = -2000606,

        OST_HiddenFloorLines = -2000607,

        OST_FloorsCutPattern = -2000608,

        OST_FloorsInteriorEdges = -2000609,

        OST_CeilingsMembrane = -2000610,

        OST_CeilingsStructure = -2000611,

        OST_CeilingsInsulation = -2000612,

        OST_CeilingsSubstrate = -2000613,

        OST_CeilingsFinish1 = -2000614,

        OST_CeilingsFinish2 = -2000615,

        OST_CeilingsDefault = -2000616,

        OST_CeilingsCutPattern = -2000617,

        OST_WallRefPlanes_Obsolete_IdInWrongRange = -20000896,

        OST_WallRefPlanes = -2000896,

        OST_ArcWallRectOpening = -2000999,

        OST_SWallRectOpening = -2000997,

        OST_RoofOpening = -2000897,

        OST_DormerOpeningIncomplete = -2000998,

        OST_FloorOpening = -2000898,

        OST_CeilingOpening = -2000899,

        OST_ShaftOpening = -2000996,

        OST_StructuralFramingOpening,

        OST_ColumnOpening,

        OST_Windows = -2000014,

        OST_WindowsGlassCut = -2000015,

        OST_WindowsGlassProjection = -2000016,

        OST_WindowsFrameMullionCut = -2000017,

        OST_WindowsFrameMullionProjection = -2000018,

        OST_WindowsSillHeadCut = -2000019,

        OST_WindowsSillHeadProjection = -2000020,

        OST_WindowsOpeningCut = -2000021,

        OST_WindowsOpeningProjection = -2000022,

        OST_Doors = -2000023,

        OST_DoorsPanelCut = -2000024,

        OST_DoorsPanelProjection = -2000025,

        OST_DoorsOpeningCut = -2000026,

        OST_DoorsOpeningProjection = -2000027,

        OST_DoorsFrameMullionCut = -2000028,

        OST_DoorsFrameMullionProjection = -2000029,

        OST_DoorsGlassCut = -2000030,

        OST_DoorsGlassProjection = -2000031,

        OST_Floors = -2000032,

        OST_FloorsCut = -2000033,

        OST_FloorsProjection = -2000034,

        OST_FloorsSurfacePattern = -2000541,

        OST_FloorsAnalyticalGeometry = -2000546,

        OST_Roofs = -2000035,

        OST_RoofsCut = -2000036,

        OST_RoofsProjection = -2000037,

        OST_RoofsSurfacePattern = -2000542,

        OST_Ceilings = -2000038,

        OST_CeilingsCut = -2000039,

        OST_CeilingsProjection = -2000040,

        OST_CeilingsSurfacePattern = -2000543,

        OST_Lines = -2000051,

        OST_Curves = -2000041,

        OST_CurvesThinLines = -2000042,

        OST_CurvesMediumLines = -2000043,

        OST_CurvesWideLines = -2000044,

        OST_SketchLines = -2000045,

        OST_InvisibleLines = -2000064,

        OST_AxisOfRotation = -2000065,

        OST_RoomSeparationLines = -2000066,

        OST_StairsSketchBoundaryLines = -2000067,

        OST_StairsSketchRiserLines = -2000068,

        OST_StairsSketchRunLines = -2000069,

        OST_StairsSketchLandingCenterLines = -2000070,

        OST_CloudLines = -2000076,

        OST_InsulationLines = -2000077,

        OST_GenericLines = -2000078,

        OST_AreaSchemeLines = -2000079,

        OST_RepeatingDetailLines = -2003321,

        OST_RemovedGridSeg_Obsolete_IdInWrongRange = -20000827,

        OST_RemovedGridSeg = -2000827,

        OST_StickSymbols_Obsolete_IdInWrongRange = -20000828,

        OST_InstanceDrivenLineStyle = -2000828,

        OST_RoomPolylines = -2000829,

        OST_AreaPolylines = -2000830,

        OST_MEPSpaceSeparationLines = -2000831,

        OST_DimLockControlLeader = -2000832,

        OST_DividedSurface = -2003323,

        OST_DividedSurface_Nodes = -2003324,

        OST_DividedSurface_Gridlines = -2003325,

        OST_DividedSurface_PatternLines = -2003326,

        OST_DividedSurface_PatternFill = -2003327,

        OST_DividedSurface_PreDividedSurface = -2003328,

        OST_DividedSurface_TransparentFace = -2003329,

        OST_AlwaysExcludedInAllViews = -2003330,

        OST_TilePatterns = -2003331,

        OST_DividedSurfaceBelt = -2003332,

        OST_DividedSurface_DiscardedDivisionLines = -2003333,

        OST_FillPatterns = -2000081,

        OST_Extrusions = -2000060,

        OST_Furniture = -2000080,

        OST_Columns = -2000100,

        OST_Stairs = -2000120,

        OST_StairsIncomplete_Deprecated = -2000121,

        OST_StairsAboveCut_ToBeDeprecated = -2000122,

        OST_StairsStringerCarriage = -2000123,

        OST_StairsSupportsAboveCut = -2000124,

        OST_StairsUpText = -2000125,

        OST_StairsDownText = -2000129,

        OST_StairsUpArrows = -2000130,

        OST_StairsDownArrows = -2000131,

        OST_StairsRailing = -2000126,

        OST_StairsRailingBaluster = -2000127,

        OST_StairsRailingRail = -2000128,

        OST_StairsRailingAboveCut = -2000132,

        OST_StairsRailingTags = -2000133,

        OST_Fixtures = -2000140,

        OST_Rooms = -2000160,

        OST_RoomInteriorFillVisibility = -2000161,

        OST_RoomReferenceVisibility = -2000162,

        OST_AreaInteriorFillVisibility = -2000163,

        OST_AreaReferenceVisibility = -2000164,

        OST_AreaColorFill = -2000165,

        OST_RoomInteriorFill = -2000166,

        OST_RoomReference = -2000167,

        OST_AreaInteriorFill = -2000168,

        OST_AreaReference = -2000169,

        OST_CurtainWallPanels = -2000170,

        OST_CurtainWallMullions = -2000171,

        OST_CurtainWallMullionsCut = -2000172,

        OST_CurtainGrids = -2000173,

        OST_CurtainGridsRoof = -2000320,

        OST_CurtainGridsWall = -2000321,

        OST_CurtainGridsSystem = -2000322,

        OST_CurtainGridsCurtaSystem = -2000323,

        OST_Railings = -2000175,

        OST_RailingBalusterRail = -2000176,

        OST_RailingBalusterRailCut = -2000177,

        OST_Ramps = -2000180,

        OST_RampsIncomplete = -2003301,

        OST_RampsAboveCut = -2003302,

        OST_RampsStringer = -2003303,

        OST_RampsStringerAboveCut = -2003304,

        OST_RampsUpText = -2003305,

        OST_RampsDownText = -2003306,

        OST_RampsUpArrow = -2003307,

        OST_RampsDownArrow = -2003308,

        OST_Cornices = -2000181,

        OST_Reveals = -2000182,

        OST_Massing = -2000185,

        OST_MassingCutOutlines = -2000186,

        OST_MassingProjectionOutlines = -2000187,

        OST_FilledRegion = -2000190,

        OST_PlanRegion = -2000191,

        OST_FaceSplitter = -2000192,

        OST_Matchline = -2000193,

        OST_MaskingRegion = -2000194,

        OST_ModelText = -2000195,

        OST_ImportObjectStyles = -2000196,

        OST_ReferenceViewerSymbol = -2000197,

        OST_ReferenceViewer = -2000198,

        OST_HostFin = -2000310,

        OST_HostFinFloor = -2000311,

        OST_HostFinRoof = -2000312,

        OST_HostFinCeiling = -2000313,

        OST_HostFinWall = -2000314,

        OST_HostFinHF = -2000315,

        OST_ModelArray = -2000316,

        OST_DetailArray = -2000317,

        OST_CurtaSystem = -2000340,

        OST_CurtaSystemFaceManager = -2000341,

        OST_AreaReport_Triangle = -2000325,

        OST_AreaReport_Boundary = -2000326,

        OST_AreaReport_Arc_Plus = -2000327,

        OST_AreaReport_Arc_Minus = -2000328,

        OST_Materials = -2000700,

        OST_GenericAnnotation = -2000150,

        OST_GenericModel = -2000151,

        OST_Casework = -2001000,

        OST_ElectricalEquipment = -2001040,

        OST_ElectricalFixtures = -2001060,

        OST_FurnitureSystems = -2001100,

        OST_LightingFixtures = -2001120,

        OST_LightingFixtureSource = -2001121,

        OST_MechanicalEquipment = -2001140,

        OST_PlumbingFixtures = -2001160,

        OST_Parking = -2001180,

        OST_Property = -2001200,

        OST_Roads = -2001220,

        OST_Sewer = -2001240,

        OST_Site = -2001260,

        OST_SiteSurface = -2001261,

        OST_SitePoint = -2001262,

        OST_BuildingPad = -2001263,

        OST_SiteProperty = -2001265,

        OST_SitePointBoundary = -2001266,

        OST_SitePropertyTags = -2001267,

        OST_SitePropertyLineSegment = -2001268,

        OST_SitePropertyLineSegmentTags = -2001269,

        OST_SiteRegion = -2001270,

        OST_ProjectBasePoint = -2001271,

        OST_SharedBasePoint = -2001272,

        OST_BasePointAxisX = -2001273,

        OST_BasePointAxisY = -2001274,

        OST_BasePointAxisZ = -2001275,

        OST_StructuralFoundation = -2001300,

        OST_HiddenStructuralFoundationLines = -2001302,

        OST_StructuralFraming = -2001320,

        OST_StructuralFramingOther = -2001321,

        OST_Girder = -2001322,

        OST_Joist = -2001323,

        OST_Purlin = -2001324,

        OST_HorizontalBracing = -2001325,

        OST_VerticalBracing = -2001326,

        OST_StructuralFramingSystem = -2001327,

        OST_KickerBracing = -2001328,

        OST_HiddenStructuralFramingLines = -2001329,

        OST_StructuralColumns = -2001330,

        OST_FramingAnalyticalGeometry = -2001331,

        OST_ColumnAnalyticalGeometry = -2001332,

        OST_AnalyticalRigidLinks = -2001333,

        OST_HiddenStructuralColumnLines = -2001334,

        OST_StructuralColumnStickSymbols = -2001335,

        OST_StructuralTruss = -2001336,

        OST_Topography = -2001340,

        OST_TopographySurface = -2001341,

        OST_TopographyContours = -2001342,

        OST_SecondaryTopographyContours = -2001343,

        OST_ColumnAnalyticalRigidLinks = -2001344,

        OST_SpecialityEquipment = -2001350,

        OST_Automatic = -2001351,

        OST_RvtLinks = -2001352,

        OST_FootingAnalyticalGeometry = -2001353,

        OST_StructuralStiffener = -2001354,

        OST_StructuralStiffenerTags = -2001355,

        OST_StructuralFramingLocationLine = -2001356,

        OST_StructuralColumnLocationLine = -2001357,

        OST_StructuralStiffenerHiddenLines = -2001358,

        OST_Blocks = -2001359,

        OST_Planting = -2001360,

        OST_Entourage = -2001370,

        OST_Fascia = -2001390,

        OST_Gutter = -2001391,

        OST_EdgeSlab = -2001392,

        OST_RoofSoffit = -2001393,

        OST_DetailComponents = -2002000,

        OST_ProfileFamilies = -2003000,

        OST_Sheets = -2003100,

        OST_ProjectInformation = -2003101,

        OST_Areas = -2003200,

        OST_AreaSchemes = -2003201,

        OST_ZoneSchemes = -2003225,

        OST_Mass_Obsolete_IdInWrongRange = -20034000,

        OST_MassFloor_Obsolete_IdInWrongRange = -20034003,

        OST_MassSurface_Obsolete_IdInWrongRange = -20034004,

        OST_MassTags_Obsolete_IdInWrongRange = -20034005,

        OST_Mass = -2003400,

        OST_MassFloor = -2003403,

        OST_MassForm = -2003404,

        OST_MassTags = -2003405,

        OST_ZoningEnvelope = -2003406,

        OST_MassCutter = -2003407,

        OST_MassFaceSplitter = -2003408,

        OST_HostTemplate = -2003409,

        OST_MassAreaFaceTags = -2003410,

        OST_MassZone = -2003411,

        OST_MassInteriorWall = -2003412,

        OST_MassExteriorWall = -2003413,

        OST_MassRoof = -2003414,

        OST_MassGlazing = -2003415,

        OST_MassSkylights = -2003416,

        OST_MassOpening = -2003417,

        OST_MassShade = -2003418,

        OST_MassSlab = -2003419,

        OST_MassExteriorWallUnderground = -2003420,

        OST_MassWallsAll = -2003421,

        OST_MassFloorsAll = -2003422,

        OST_MassGlazingAll = -2003423,

        OST_StackedWalls_Obsolete_IdInWrongRange = -20034100,

        OST_StackedWalls = -2003500,

        OST_MEPSpaces = -2003600,

        OST_MEPSpaceInteriorFillVisibility = -2003601,

        OST_MEPSpaceReferenceVisibility = -2003602,

        OST_MEPSpaceInteriorFill = -2003603,

        OST_MEPSpaceReference = -2003604,

        OST_MEPSpaceColorFill = -2003605,

        OST_Sections = -2000200,

        OST_SectionLine = -2000201,

        OST_BrokenSectionLine = -2000202,

        OST_Grids = -2000220,

        OST_GridChains = -2000221,

        OST_DisplacementElements = -2000222,

        OST_DisplacementPath = -2000223,

        OST_Levels = -2000240,

        OST_Dimensions = -2000260,

        OST_WeakDims = -2000261,

        OST_Constraints = -2000262,

        OST_SpotElevations = -2000263,

        OST_SpotCoordinates = -2000264,

        OST_SpotSlopes = -2000265,

        OST_RoofTags = -2000266,

        OST_Assemblies = -2000267,

        OST_AssemblyTags = -2000268,

        OST_Parts = -2000269,

        OST_PartTags = -2000270,

        OST_PartHiddenLines = -2000271,

        OST_Viewers = -2000278,

        OST_Views = -2000279,

        OST_TitleBlocks = -2000280,

        OST_TitleBlockThinLines = -2000281,

        OST_TitleBlockMediumLines = -2000282,

        OST_TitleBlockWideLines = -2000283,

        OST_OverheadLines = -2000284,

        OST_DemolishedLines = -2000285,

        OST_HiddenLines = -2000286,

        OST_LinesBeyond = -2000287,

        OST_CenterLines = -2000288,

        OST_DirectionEdgeLines = -2000289,

        OST_Catalogs = -2000290,

        OST_Divisions = -2000291,

        OST_TextNotes = -2000300,

        OST_SectionBox = -2000301,

        OST_RenderRegions = -2000302,

        OST_AnalysisResults = -2000303,

        OST_AnalysisDisplayStyle = -2000304,

        OST_ContourLabels = -2000350,

        OST_SectionHeads = -2000400,

        OST_SectionHeadThinLines = -2000401,

        OST_SectionHeadMediumLines = -2000403,

        OST_SectionHeadWideLines = -2000404,

        OST_WindowTags = -2000450,

        OST_DoorTags = -2000460,

        OST_RoomTags = -2000480,

        OST_MEPSpaceTags = -2000485,

        OST_Cameras = -2000500,

        OST_Camera_Lines = -2000501,

        OST_Viewports = -2000510,

        OST_ViewportLabel = -2000515,

        OST_Lights = -2000520,

        OST_CLines = -2000530,

        OST_ReferenceLines = -2000083,

        OST_AxisX = -2000531,

        OST_AxisY = -2000532,

        OST_AxisZ = -2000533,

        OST_Elev = -2000535,

        OST_CropBoundary = -2000536,

        OST_Callouts = -2000537,

        OST_CalloutHeads = -2000538,

        OST_CalloutBoundary = -2000539,

        OST_CalloutLeaderLine = -2000544,

        OST_AnnotationCrop = -2000547,

        OST_CropBoundarySpecial = -2000548,

        OST_AnnotationCropSpecial = -2000549,

        OST_ColorFillLegends = -2000550,

        OST_RoomColorFill = -2000551,

        OST_ColorFillSchema = -2000552,

        OST_RasterImages = -2000560,

        OST_ScheduleGraphics = -2000570,

        OST_LegendComponents = -2000575,

        OST_PreviewLegendComponents = -2000576,

        OST_Tags = -2005000,

        OST_CaseworkTags = -2005001,

        OST_CeilingTags = -2005002,

        OST_ElectricalEquipmentTags = -2005003,

        OST_ElectricalFixtureTags = -2005004,

        OST_FurnitureTags = -2005006,

        OST_FurnitureSystemTags = -2005007,

        OST_LightingFixtureTags = -2005008,

        OST_MechanicalEquipmentTags = -2005009,

        OST_PlumbingFixtureTags = -2005010,

        OST_WallTags = -2005011,

        OST_CurtainWallPanelTags = -2005012,

        OST_GenericModelTags = -2005013,

        OST_SpecialityEquipmentTags = -2005014,

        OST_StructuralFramingTags = -2005015,

        OST_SiteTags = -2005016,

        OST_ParkingTags = -2005017,

        OST_StructuralColumnTags = -2005018,

        OST_StructuralFoundationTags = -2005019,

        OST_AreaTags = -2005020,

        OST_PlantingTags = -2005021,

        OST_MultiCategoryTags = -2005022,

        OST_StairsTags = -2005023,

        OST_HostFinTags = -2005024,

        OST_CurtaSystemTags = -2005025,

        OST_FloorTags = -2005026,

        OST_MaterialTags = -2005027,

        OST_DetailComponentTags = -2005028,

        OST_KeynoteTags = -2005029,

        OST_TrussTags = -2005030,

        OST_StructuralConnectionHandlerTags = -2005031,

        OST_SpotElevSymbols = -2005100,

        OST_SpotCoordinateSymbols = -2005101,

        OST_SpotSlopesSymbols = -2005102,

        OST_SpanDirectionSymbol = -2005110,

        OST_FootingSpanDirectionSymbol = -2005111,

        OST_BeamSystemTags = -2005130,

        OST_Loads = -2005200,

        OST_PointLoads = -2005201,

        OST_LineLoads = -2005202,

        OST_AreaLoads = -2005203,

        OST_InternalLoads = -2005204,

        OST_InternalPointLoads = -2005205,

        OST_InternalLineLoads = -2005206,

        OST_InternalAreaLoads = -2005207,

        OST_LoadCases = -2005210,

        OST_LoadCasesDead = -2005211,

        OST_LoadCasesLive = -2005212,

        OST_LoadCasesWind = -2005213,

        OST_LoadCasesSnow = -2005214,

        OST_LoadCasesRoofLive = -2005215,

        OST_LoadCasesAccidental = -2005216,

        OST_LoadCasesTemperature = -2005217,

        OST_LoadCasesSeismic = -2005218,

        OST_PointLoadTags = -2005250,

        OST_LineLoadTags = -2005251,

        OST_AreaLoadTags = -2005252,

        OST_InternalPointLoadTags = -2005253,

        OST_InternalLineLoadTags = -2005254,

        OST_InternalAreaLoadTags = -2005255,

        OST_BoundaryConditions = -2005301,

        OST_VolumeOfInterest = -2006000,

        OST_DecalElement = -2006001,

        OST_DecalType = -2006002,

        OST_LevelHeads = -2006020,

        OST_GridHeads = -2006040,

        OST_ElevationMarks = -2006045,

        OST_EditCutProfile = -2006050,

        OST_RevisionClouds = -2006060,

        OST_Revisions = -2006070,

        OST_RevisionCloudTags = -2006080,

        OST_StructuralAnnotations = -2006090,

        OST_StructConnectionSymbols = -2006100,

        OST_StructuralBracePlanReps = -2006110,

        OST_DesignOptionSets = -2006112,

        OST_DesignOptions = -2006114,

        OST_ConnectorElem = -2007000,

        OST_ConnectorElemXAxis = -2007001,

        OST_ConnectorElemYAxis = -2007002,

        OST_ConnectorElemZAxis = -2007003,

        OST_DuctColorFillLegends = -2007004,

        OST_DuctColorFills = -2008005,

        OST_DuctCurves = -2008000,

        OST_DuctCurvesCenterLine = -2008001,

        OST_DuctCurvesContour = -2008002,

        OST_DuctTags = -2008003,

        OST_FlexDuctTags = -2008004,

        OST_DuctFitting = -2008010,

        OST_DuctTerminal = -2008013,

        OST_DuctTerminalTags = -2008014,

        OST_DuctSystem = -2008015,

        OST_DuctAccessory = -2008016,

        OST_DuctAccessoryTags = -2008017,

        OST_FlexDuctCurves = -2008020,

        OST_FlexDuctCurvesCenterLine = -2008021,

        OST_FlexDuctCurvesContour = -2008022,

        OST_FlexDuctCurvesPattern = -2008023,

        OST_DuctCurvesRiseDrop = -2008036,

        OST_ElectricalCircuit = -2008037,

        OST_ElectricalCircuitTags = -2008038,

        OST_Wire = -2008039,

        OST_ElectricalVoltage = -2008040,

        OST_ElecDistributionSys = -2008041,

        OST_ElectricalDemandFactor = -2008042,

        OST_PipingSystem = -2008043,

        OST_PipeCurves = -2008044,

        OST_PipeCurvesCenterLine = -2008045,

        OST_PipeCurvesContour = -2008046,

        OST_PipeTags = -2008047,

        OST_FlexPipeTags = -2008048,

        OST_PipeFitting = -2008049,

        OST_FlexPipeCurves = -2008050,

        OST_FlexPipeCurvesCenterLine = -2008051,

        OST_FlexPipeCurvesContour = -2008052,

        OST_FlexPipeCurvesPattern = -2008053,

        OST_PipeCurvesRiseDrop = -2008054,

        OST_PipeAccessory = -2008055,

        OST_PipeAccessoryTags = -2008056,

        OST_WireTags = -2008057,

        OST_PipeColorFillLegends = -2008058,

        OST_PipeColorFills = -2008059,

        OST_PipeFittingTags = -2008060,

        OST_DuctFittingTags = -2008061,

        OST_DuctCurvesDrop = -2008062,

        OST_DuctCurvesInsulation = -2008063,

        OST_DuctCurvesLining = -2008064,

        OST_FlexDuctCurvesInsulation = -2008065,

        OST_DuctFittingCenterLine = -2008066,

        OST_DuctFittingInsulation = -2008067,

        OST_DuctFittingLining = -2008068,

        OST_PipeCurvesDrop = -2008069,

        OST_PipeCurvesInsulation = -2008070,

        OST_FlexPipeCurvesInsulation = -2008071,

        OST_PipeFittingCenterLine = -2008072,

        OST_PipeFittingInsulation = -2008073,

        OST_WireTickMarks = -2008074,

        OST_TelephoneDevices = -2008075,

        OST_TelephoneDeviceTags = -2008076,

        OST_NurseCallDevices = -2008077,

        OST_NurseCallDeviceTags = -2008078,

        OST_SecurityDevices = -2008079,

        OST_SecurityDeviceTags = -2008080,

        OST_CommunicationDevices = -2008081,

        OST_CommunicationDeviceTags = -2008082,

        OST_DataDevices = -2008083,

        OST_DataDeviceTags = -2008084,

        OST_FireAlarmDevices = -2008085,

        OST_FireAlarmDeviceTags = -2008086,

        OST_LightingDevices = -2008087,

        OST_LightingDeviceTags = -2008088,

        OST_WireHomeRunArrows = -2008089,

        OST_GbXMLFaces = -2008090,

        OST_GbXML_SType_Interior = -2008091,

        OST_GbXML_SType_Exterior = -2008092,

        OST_GbXML_SType_Shade = -2008093,

        OST_GbXML_SType_Underground = -2008094,

        OST_GbXML_Opening = -2008095,

        OST_RouteCurve = -2008096,

        OST_RouteCurveMain = -2008097,

        OST_RouteCurveBranch = -2008098,

        OST_Sprinklers = -2008099,

        OST_SprinklerTags = -2008100,

        OST_SwitchSystem = -2008101,

        OST_EAConstructions = -2008102,

        OST_PipeConnections = -2008103,

        OST_PipeMaterials = -2008104,

        OST_PipeSchedules = -2008105,

        OST_Fluids = -2008106,

        OST_HVAC_Zones = -2008107,

        OST_HVAC_Zones_Boundary = -2008108,

        OST_HVAC_Zones_InteriorFill = -2008109,

        OST_HVAC_Zones_Reference = -2008110,

        OST_WireMaterials = -2008111,

        OST_WireInsulations = -2008112,

        OST_WireTemperatureRatings = -2008113,

        OST_LayoutPath_Bases = -2008114,

        OST_ZoneTags = -2008115,

        OST_HVAC_Zones_ColorFill = -2008116,

        OST_HVAC_Zones_InteriorFill_Visibility = -2008117,

        OST_HVAC_Zones_Reference_Visibility = -2008118,

        OST_HVAC_Load_Space_Types = -2008119,

        OST_HVAC_Load_Building_Types = -2008120,

        OST_HVAC_Load_Schedules = -2008121,

        OST_PipeInsulations = -2008122,

        OST_DuctInsulations = -2008123,

        OST_DuctLinings = -2008124,

        OST_RoutingPreferences = -2008125,

        OST_CableTrayFitting = -2008126,

        OST_CableTrayFittingTags = -2008127,

        OST_ConduitFitting = -2008128,

        OST_ConduitFittingTags = -2008129,

        OST_CableTray = -2008130,

        OST_CableTrayTags = -2008131,

        OST_Conduit = -2008132,

        OST_ConduitTags = -2008133,

        OST_CableTrayRiseDrop = -2008134,

        OST_CableTrayDrop = -2008135,

        OST_CableTrayCenterLine = -2008136,

        OST_ConduitRiseDrop = -2008137,

        OST_ConduitDrop = -2008138,

        OST_ConduitCenterLine = -2008139,

        OST_CableTrayFittingCenterLine = -2008140,

        OST_ConduitFittingCenterLine = -2008141,

        OST_ElectricalDemandFactorDefinitions = -2008142,

        OST_ElectricalLoadClassifications = -2008143,

        OST_ConduitStandards = -2008144,

        OST_BranchPanelScheduleTemplates = -2008145,

        OST_SwitchboardScheduleTemplates = -2008146,

        OST_DataPanelScheduleTemplates = -2008147,

        OST_ParamElemElectricalLoadClassification = -2008148,

        OST_ConduitRun = -2008149,

        OST_CableTrayRun = -2008150,

        OST_PanelScheduleGraphics = -2008151,

        OST_ElectricalInternalCircuits = -2008152,

        OST_DuctInsulationsTags = -2008153,

        OST_DuctLiningsTags = -2008154,

        OST_PipeInsulationsTags = -2008155,

        OST_DuctSystem_Reference = -2008156,

        OST_DuctSystem_Reference_Visibility = -2008157,

        OST_PipingSystem_Reference = -2008158,

        OST_PipingSystem_Reference_Visibility = -2008159,

        OST_PlaceHolderDucts = -2008160,

        OST_PlaceHolderPipes = -2008161,

        OST_GraphicalWarning_OpenConnector = -2008162,

        OST_PipeSegments = -2008163,

        OST_SplitterProfile = -2008164,

        OST_DivisionProfile = -2008165,

        OST_gbXML_ExteriorWall = -2008167,

        OST_gbXML_Roof = -2008168,

        OST_gbXML_RaisedFloor = -2008169,

        OST_gbXML_SlabOnGrade = -2008170,

        OST_gbXML_InteriorWall = -2008171,

        OST_gbXML_InteriorFloor = -2008172,

        OST_gbXML_Ceiling = -2008173,

        OST_gbXML_SurfaceAir = -2008174,

        OST_gbXML_UndergroundWall = -2008175,

        OST_gbXML_UndergroundSlab = -2008176,

        OST_gbXML_UndergroundCeiling = -2008177,

        OST_gbXML_FixedWindow = -2008178,

        OST_gbXML_OperableWindow = -2008179,

        OST_gbXML_FixedSkylight = -2008180,

        OST_gbXML_OperableSkylight = -2008181,

        OST_gbXML_SlidingDoor = -2008182,

        OST_gbXML_NonSlidingDoor = -2008183,

        OST_gbXML_OpeningAir = -2008184,

        OST_AnalyticSpaces = -2008185,

        OST_AnalyticSurfaces = -2008186,

        OST_gbXML_Shade = -2008187,

        OST_DivisionRules = -2008190,

        OST_NumberingSchemas = -2008191,

        OST_LayoutPathBase_Pipings = -2008192,

        OST_FabricationParts = -2008193,

        OST_FabricationPartTags = -2008194,

        OST_FabricationServiceElements = -2008195,

        OST_FabricationPartsCenterLine = -2008196,

        OST_LayoutNodes = -2008197,

        OST_FabricationPartsInsulation = -2008198,

        OST_FabricationPartsTmpGraphicRise = -2008199,

        OST_FabricationPartsTmpGraphicDrop = -2008200,

        OST_FabricationPartsTmpGraphicRiseDrag = -2008201,

        OST_FabricationPartsTmpGraphicDropDrag = -2008202,

        OST_Rebar = -2009000,

        OST_RebarSketchLines = -2009001,

        OST_RebarLines = -2009002,

        OST_AreaRein = -2009003,

        OST_AreaReinSketchOverride = -2009004,

        OST_AreaReinSpanSymbol = -2009005,

        OST_AreaReinBoundary = -2009006,

        OST_AreaReinXVisibility = -2009007,

        OST_Cage = -2009008,

        OST_PathRein = -2009009,

        OST_PathReinSpanSymbol = -2009010,

        OST_PathReinTags = -2009011,

        OST_PathReinBoundary = -2009012,

        OST_RebarShape = -2009013,

        OST_CoverType = -2009014,

        OST_RebarCover = -2009015,

        OST_FabricReinforcement = -2009016,

        OST_FabricAreas = -2009017,

        OST_RebarHiddenLines = -2009050,

        OST_FabricAreaSketchEnvelopeLines = -2009018,

        OST_FabricAreaSketchSheetsLines = -2009019,

        OST_RebarTags = -2009020,

        OST_AreaReinTags = -2009021,

        OST_FabricReinforcementTags = -2009022,

        OST_FabricAreaTags = -2009023,

        OST_RebarSetToggle = -2009025,

        OST_FabricReinforcementBoundary = -2009026,

        OST_FabricReinforcementWire = -2009027,

        OST_FabricReinSpanSymbol = -2009028,

        OST_FabricAreaBoundary = -2009029,

        OST_StructConnections = -2009030,

        OST_StructWeldLines = -2009031,

        OST_StructConnectionHiddenLines = -2009032,

        OST_StructConnectionTags = -2009040,

        OST_WindowsHiddenLines = -2009500,

        OST_DoorsHiddenLines = -2009501,

        OST_RoofsHiddenLines = -2009502,

        OST_CeilingsHiddenLines = -2009503,

        OST_LinesHiddenLines = -2009504,

        OST_FurnitureHiddenLines = -2009505,

        OST_ColumnsHiddenLines = -2009506,

        OST_StairsHiddenLines = -2009507,

        OST_StairsRailingHiddenLines = -2009508,

        OST_RampsHiddenLines = -2009509,

        OST_CurtainWallPanelsHiddenLines = -2009510,

        OST_CurtainWallMullionsHiddenLines = -2009511,

        OST_GenericModelHiddenLines = -2009512,

        OST_ShaftOpeningHiddenLines = -2009513,

        OST_DetailComponentsHiddenLines = -2009514,

        OST_CaseworkHiddenLines = -2009515,

        OST_ElectricalEquipmentHiddenLines = -2009516,

        OST_ElectricalFixturesHiddenLines = -2009517,

        OST_FurnitureSystemsHiddenLines = -2009518,

        OST_LightingFixturesHiddenLines = -2009519,

        OST_MechanicalEquipmentHiddenLines = -2009520,

        OST_PlumbingFixturesHiddenLines = -2009521,

        OST_ParkingHiddenLines = -2009522,

        OST_RoadsHiddenLines = -2009523,

        OST_SiteHiddenLines = -2009524,

        OST_StructuralFramingSystemHiddenLines_Obsolete = -2009525,

        OST_TopographyHiddenLines = -2009526,

        OST_SpecialityEquipmentHiddenLines = -2009527,

        OST_PlantingHiddenLines = -2009528,

        OST_EntourageHiddenLines = -2009529,

        OST_OBSOLETE_ElemArrayHiddenLines = -2009530,

        OST_CurtaSystemHiddenLines = -2009531,

        OST_MassHiddenLines = -2009532,

        OST_Stairs2012HiddenLines_Deprecated = -2009533,

        OST_StairRun2012HiddenLines_Deprecated = -2009534,

        OST_StairLanding2012HiddenLines_Deprecated = -2009535,

        OST_StairTread2012HiddenLines_Deprecated = -2009536,

        OST_StairStringer2012HiddenLines_Deprecated = -2009537,

        OST_RailingSystemHiddenLines_Deprecated = -2009538,

        OST_RailingSystemSegmentHiddenLines_Deprecated = -2009539,

        OST_RailingSystemPostHiddenLines_Deprecated = -2009540,

        OST_RailingSystemBalusterHiddenLines_Deprecated = -2009541,

        OST_RailingSystemPanelHiddenLines_Deprecated = -2009542,

        OST_RailingSystemPanelBracketHiddenLines_Deprecated = -2009543,

        OST_RailingSystemHandRailHiddenLines_Deprecated = -2009544,

        OST_RailingSystemHandRailBracketHiddenLines_Deprecated = -2009545,

        OST_RailingSystemTopRailHiddenLines_Deprecated = -2009546,

        OST_RailingSystemRailHiddenLines_Deprecated = -2009547,

        OST_RailingSystemTerminationHiddenLines_Deprecated = -2009548,

        OST_RailingSystemTransitionHiddenLines_Deprecated = -2009549,

        OST_TrussDummy = -2003300,

        OST_Truss = -2009600,

        OST_TrussDiagWebCurve = -2009601,

        OST_TrussVertWebCurve = -2009602,

        OST_TrussTopChordCurve = -2009603,

        OST_TrussBottomChordCurve = -2009604,

        OST_TrussWeb = -2009605,

        OST_TrussChord = -2009606,

        OST_StructuralTrussHiddenLines = -2009607,

        OST_StructuralTrussStickSymbols = -2009608,

        OST_SunStudy = -2009609,

        OST_Sun = -2009610,

        OST_SunPath1 = -2009611,

        OST_SunPath2 = -2009612,

        OST_CompassInner = -2009613,

        OST_SunriseText = -2009614,

        OST_CompassOuter = -2009615,

        OST_CompassSection = -2009616,

        OST_SunsetText = -2009617,

        OST_Analemma = -2009618,

        OST_SunSurface = -2009619,

        OST_MultiSurface = -2009620,

        OST_LightLine = -2009621,

        OST_CompassSectionFilled = -2009622,

        OST_CompassPrimaryMonth = -2009623,

        OST_CompassSecondaryMonth = -2009624,

        OST_BeamAnalytical = -2009630,

        OST_BeamStartSegment = -2009631,

        OST_BeamEndSegment = -2009632,

        OST_BraceAnalytical = -2009633,

        OST_BraceStartSegment = -2009634,

        OST_BraceEndSegment = -2009635,

        OST_ColumnAnalytical = -2009636,

        OST_ColumnStartSegment = -2009637,

        OST_ColumnEndSegment = -2009638,

        OST_FloorAnalytical = -2009639,

        OST_WallAnalytical = -2009640,

        OST_IsolatedFoundationAnalytical = -2009641,

        OST_WallFoundationAnalytical = -2009642,

        OST_FoundationSlabAnalytical = -2009643,

        OST_RigidLinksAnalytical = -2009644,

        OST_AnalyticalNodes = -2009645,

        OST_AnalyticalNodes_Points = -2009646,

        OST_AnalyticalNodes_Planes = -2009647,

        OST_AnalyticalNodes_Lines = -2009648,

        OST_BeamAnalyticalTags = -2009649,

        OST_BraceAnalyticalTags = -2009650,

        OST_ColumnAnalyticalTags = -2009651,

        OST_FloorAnalyticalTags = -2009652,

        OST_WallAnalyticalTags = -2009653,

        OST_IsolatedFoundationAnalyticalTags = -2009654,

        OST_WallFoundationAnalyticalTags = -2009655,

        OST_FoundationSlabAnalyticalTags = -2009656,

        OST_LinksAnalytical = -2009657,

        OST_AssemblyOrigin = -2009658,

        OST_AssemblyOrigin_Points = -2009659,

        OST_AssemblyOrigin_Planes = -2009660,

        OST_AssemblyOrigin_Lines = -2009661,

        OST_CutOutlines = -2000058,

        OST_IOS = -2000059,

        OST_IOSRegenerationFailure = -2000010,

        OST_IOSRegeneratedElements = -2000046,

        OST_IOSBackedUpElements = -2000047,

        OST_IOSAligningLine = -2000048,

        OST_IOSAlignmentGraphics = -2000049,

        OST_IOSConstructionLine = -2000050,

        OST_IOSDatumPlane = -2000052,

        OST_IOSFreeSnapLine = -2000053,

        OST_IOSSuspendedSketch_obsolete = -2000054,

        OST_IOSSketchGrid = -2000055,

        OST_IOSFlipControl = -2000056,

        OST_IOSThinPixel = -2000057,

        OST_IOSThinPixel_Dot = -2000061,

        OST_IOSThinPixel_Dash = -2000062,

        OST_IOSThinPixel_DashDot = -2000063,

        OST_IOSGhost = -2000071,

        OST_IOSGroups = -2000072,

        OST_IOSCrashGraphics = -2000073,

        OST_IOSCuttingGeometry = -2000074,

        OST_IOSOpening = -2000810,

        OST_IOSRoomPerimeterLines = -2000075,

        OST_IOSNotSilhouette = -2000082,

        OST_IOSSlabShapeEditorExplitCrease = -2000084,

        OST_IOSSlabShapeEditorAutoCrease = -2000085,

        OST_IOSSlabShapeEditorBoundary = -2000086,

        OST_IOSSlabShapeEditorPointBoundary = -2000087,

        OST_IOSSlabShapeEditorPointInterior = -2000088,

        OST_IOSBBoxScreenSize = -2000089,

        OST_Curtain_Systems = -2000090,

        OST_IOSArrays = -2000091,

        OST_IOSMeasureLine = -2000092,

        OST_IOSWallCoreBoundary = -2000093,

        OST_IOSSuspendedSketch = -2000094,

        OST_IOSModelGroups = -2000095,

        OST_IOSDetailGroups = -2000096,

        OST_IOSAttachedDetailGroups = -2000097,

        OST_IOSRoomTagToRoomLines = -2000098,

        OST_IOSRebarSystemSpanSymbolCtrl = -2000099,

        OST_IOSFabricReinSpanSymbolCtrl = -2000109,

        OST_IOSMeasureLineScreenSize = -2000101,

        OST_EPS_Existing = -2000102,

        OST_EPS_Demolished = -2000103,

        OST_EPS_New = -2000104,

        OST_EPS_Temporary = -2000105,

        OST_EPS_Future = -2000106,

        OST_GuideGrid = -2000107,

        OST_IOS_GeoLocations = -2000110,

        OST_IOS_GeoSite = -2000111,

        OST_Phases = -2000112,

        OST_IOSDragBox = -2000113,

        OST_IOSDragBoxInverted = -2000114,

        OST_IOSRoomUpperLowerLines = -2000115,

        OST_IOSRoomComputationHeight = -2000116,

        OST_IOSNavWheelPivotBall = -2000117,

        OST_ReferencePoints = -2000710,

        OST_ReferencePoints_Points = -2000711,

        OST_ReferencePoints_Planes = -2000712,

        OST_ReferencePoints_Lines = -2000713,

        OST_ReferencePoints_HiddenLines = -2000714,

        OST_XRayProfileEdge = -2000715,

        OST_XRaySideEdge = -2000716,

        OST_XRayPathCurve = -2000717,

        OST_XRayPathPoint = -2000718,

        OST_XRayImplicitPathCurve = -2000719,

        OST_XRayConstrainedProfileEdge = -2000720,

        OST_ControlAxisX = -2000721,

        OST_ControlAxisY = -2000772,

        OST_ControlAxisZ = -2000773,

        OST_ControlLocal = -2000774,

        OST_IOSTilePatternGrid = -2000800,

        OST_StructLocationLineControl = -2000880,

        OST_AdaptivePoints = -2000900,

        OST_AdaptivePoints_Points = -2000901,

        OST_AdaptivePoints_Planes = -2000902,

        OST_AdaptivePoints_Lines = -2000903,

        OST_AdaptivePoints_HiddenLines = -2000904,

        OST_RailingSystem = -2000905,

        OST_RailingSystemSegment = -2000906,

        OST_RailingSystemPost = -2000907,

        OST_RailingSystemBaluster = -2000908,

        OST_RailingSystemPanel = -2000909,

        OST_RailingSystemHardware = -2000910,

        OST_RailingSystemHandRail = -2000911,

        OST_RailingSystemHandRailBracket = -2000912,

        OST_RailingSystemTopRail = -2000913,

        OST_RailingSystemRail = -2000914,

        OST_RailingSystemTermination = -2000915,

        OST_RailingSystemTransition = -2000916,

        OST_RailingSystemTags = -2000917,

        OST_Stair2012_Deprecated = -2000918,

        OST_StairsRuns = -2000919,

        OST_StairsLandings = -2000920,

        OST_StairsTrisers = -2000921,

        OST_StairStringer2012_Deprecated = -2000922,

        OST_AppearanceAsset = -2000923,

        OST_PropertySet = -2000924,

        OST_PointClouds = -2010001,

        OST_IOSRoomCalculationPoint = -2000925,

        OST_DividedPath = -2000926,

        OST_ComponentRepeater = -2000927,

        OST_ComponentRepeaterSlot = -2000928,

        OST_StairsCutMarks = -2000930,

        OST_StairsCutMarksAboveCut = -2000931,

        OST_StairsNosingLines = -2000932,

        OST_StairsNosingLinesAboveCut = -2000933,

        OST_StairsOutlines = -2000934,

        OST_StairsOutlinesAboveCut = -2000935,

        OST_StairsRiserLines = -2000936,

        OST_StairsRiserLinesAboveCut = -2000937,

        OST_StairsPaths = -2000938,

        OST_StairsPathsAboveCut = -2000939,

        OST_StairsRunTags = -2000940,

        OST_StairsLandingTags = -2000941,

        OST_StairsSupportTags = -2000942,

        OST_StairsTriserTags = -2000943,

        OST_StairsTriserNumbers = -2000944,

        OST_StairsSketchPathLines = -2000945,

        OST_RailingTopRail = -2000946,

        OST_RailingHandRail = -2000947,

        OST_RailingSupport = -2000948,

        OST_RailingTermination = -2000949,

        OST_RailingTopRailAboveCut = -2000950,

        OST_RailingHandRailAboveCut = -2000951,

        OST_StairsSupports = -2000952,

        OST_RailingRailPathLines = -2000953,

        OST_RailingRailPathExtensionLines = -2000954,

        OST_LinkAnalyticalTags = -2000955,

        OST_NodeAnalyticalTags = -2000956,

        OST_DSR_LineAndTextAttrCategoryId = -2000960,

        OST_DSR_LineAndTextAttrFontId = -2000961,

        OST_DSR_DimStyleTickCategoryId = -2000962,

        OST_DSR_DimStyleHeavyEndCatId = -2000963,

        OST_DSR_DimStyleHeavyEndCategoryId = -2000964,

        OST_DSR_CenterlinePatternCatId = -2000965,

        OST_DSR_CenterlineTickMarkStyleId = -2000966,

        OST_DSR_ArrowHeadStyleId = -2000967,

        OST_DSR_InteriorTickMarkStyleId = -2000968,

        OST_DSR_LeaderTickMarkStyleId = -2000969,

        OST_MultiReferenceAnnotations = -2000970,

        OST_BeamLocalCoordSys = -2000971,

        OST_ColumnLocalCoordSys = -2000972,

        OST_BraceLocalCoordSys = -2000973,

        OST_WallLocalCoordSys = -2000974,

        OST_FloorLocalCoordSys = -2000975,

        OST_FndSlabLocalCoordSys = -2000976,

        OST_CoordinateSystem = -2000977,

        OST_StructuralConnectionHandler = -2000978,

        OST_HiddenStructuralConnectionLines = -2000979

    }

 

 

 

 

  • 1
    点赞
  • 12
    收藏
    觉得还不错? 一键收藏
  • 3
    评论
Revit Structure 2011 官方文使用手册,1788页全 第 1 章 新特性 第 2 章 建筑信息模型 第 3 章 授权 第 4 章 用户界面 第 5 章 创建项目 第 6 章 使用其他来源的信息 第 7 章 打开 Revit 文件 第 8 章 保存 Revit 文件 第 9 章 标高和轴网 第 10 章 项目位置和方向 第 11 章 场地设计 第 12 章 概念设计环境 第 13 章结构建模 第 14 章钢筋 第 15 章墙 第 16 章门 第 17 章窗 第 18 章构件 第 19 章建筑柱 第 20 章屋顶 第 21 章楼板 第 22 章洞口 第 23 章模型文字 第 24 章模型线 第 25 章复合结构 第 26 章斜表面 第 27 章统一格式的部件代码 第 28 章楼梯 第 29 章坡道 第 30 章扶手 第 31 章幕墙图元 第 32 章设计选项 第 33 章Revit 族 第 34 章房间和面积 第 35 章二维视图 第 36 章三维视图 第 37 章图例视图 第 38 章明细表 第 39 章项目视图的可见性和图形显示 第 40 章使用和管理视图 第 41 章项目阶段化 第 42 章注释 第 43 章详图 第 45 章渲染 第 46 章漫游 第 47 章共享设计 第 48 章链接模型 第 49 章以团队的形式工作 第 50 章多规程协调 第 51 章碰撞检查 第 52 章共享定位 第 53 章结构分析模型 第 54 章体量研究 第 55 章日光研究 第 56 章分析附加模块应用程序的显示样式 第 57 章绘制 第 58 章编辑图元 第 59 章工作平面 第 60 章参照平面 第 61 章基准范围和可见性 第 62 章限制条件 第 63 章参数 第 64 章公式 第 65 章快捷键 第 66 章项目设置 第 67 章Revit 选项 第 68 章项目样板 第 69 章传递项目标准 第 70 章视图样板 第 71 章使用 Revit VSTA 创建宏 第 72 章内存使用 第 73 章最佳操作 第 74 章疑难解答 第 75 章gbXML 方案支持

“相关推荐”对你有帮助么?

  • 非常没帮助
  • 没帮助
  • 一般
  • 有帮助
  • 非常有帮助
提交
评论 3
添加红包

请填写红包祝福语或标题

红包个数最小为10个

红包金额最低5元

当前余额3.43前往充值 >
需支付:10.00
成就一亿技术人!
领取后你会自动成为博主和红包主的粉丝 规则
hope_wisdom
发出的红包
实付
使用余额支付
点击重新获取
扫码支付
钱包余额 0

抵扣说明:

1.余额是钱包充值的虚拟货币,按照1:1的比例进行支付金额的抵扣。
2.余额无法直接购买下载,可以购买VIP、付费专栏及课程。

余额充值