PostableCommand基础应用

本文详细介绍了Revit软件中各种内置命令的用途及操作方法,包括屋顶创建、元素分割、视图列表创建、尺寸定义等功能,并提供了部分命令的示例代码。

摘要生成于 C知道 ,由 DeepSeek-R1 满血版支持, 前往体验 >

通过PostableCommand可以直接调用大部分revit内置的命令。

//获取uiApp
            UIApplication uiApp = commandData.Application;
            //查找要实现的命令Looks up and retrieves the Revit command id with the given id string.
            RevitCommandId cmdId = RevitCommandId.LookupPostableCommandId(PostableCommand.Move);// 移动命令为例
            //判断命令是否能够执行Identifies if the given command can be posted
            if (uiApp.CanPostCommand(cmdId))
            {
                //执行命令,不用开启事务Posts the command to the Revit message queue to be invoked when control returns from the current API context. 
                uiApp.PostCommand(cmdId);
            }

            //如果不想判断直接使用可以用以下代码(以删除为例)
            //uiApp.PostCommand(RevitCommandId.LookupPostableCommandId(PostableCommand.Delete));

            return Result.Succeeded;

Revit2016API附带所有的枚举型内置command(built-in commands) 

Member nameDescription
RoofByFaceCreates a roof using a non-vertical face of a mass.
SoffitCreates a roof soffit in the building model.
RepeatComponentRepeats the selected applied component along a divide path or surface.
ViewListCreates a schedule of the views in the project.
LinearDimensionTypesDefines attributes for linear (horizontal and vertical) dimensions.
AngularDimensionTypesDefines attributes for angular dimensions.
SplitElementCuts an element (such as a wall or line) at a selected point, or removes a segment between 2 points.
SpotElevationDisplays the elevation of a selected point.
SpotCoordinateDisplays the North/South and East/West coordinates of points in a project.
RoofByFootprintCreates a roof using the building footprint to define its boundaries.
RoofByExtrusionCreates a roof by extruding a profile that you sketch.
RadialDimensionTypesDefines attributes for radial dimensions.
ReloadLatestLoads updates from the central model to your local copy of the project.
RenderCreates a photorealistic image of a building model.
ShowHistoryDisplays a list of all the times a workshared file (the central model or a local copy of the central model) was saved and who saved it.
SplitSurfaceSplits a toposurface into 2 distinct surfaces, so that each can be edited independently.
DrawOnFaceDraws lines on existing surfaces.
DrawOnWorkPlaneDraws lines on the active work plane.
GrayInactiveWorksetsDisplays elements in inactive worksets as gray to visually distinguish them from elements in active worksets.
ImportGBXMLImports analysis data from a gbXML file.
ExportReportsRoomOrAreaReportSaves a schedule or Room/Area report.
SheetIssuesOrRevisionsSpecifies revision information for the project.
RevisionScheduleAdds a revision schedule to a custom title block.
CalloutTagsSpecifies the callout head for callout tags, and the radius of the callout bubble.
ElevationTagsDefines properties for elevation tags.
SectionTagsSpecifies the shape of heads and tails for section tags.
FloorByFaceFloorConverts a mass floor into a floor of the building model.
HideCategoryHides all elements that belong to a selected category in the current view.
RunInterferenceCheckLocates invalid intersections between elements in a project.
SpecifyCoordinatesAtPointRelocates a project and rotates the project to True North by specifying coordinates for North/South, East/West, and Elevation.
ExportIFCSaves an IFC file.
SystemBrowserSystem.Windows.Controls.StackPanel
PublishDWGToAutodeskBuzzsawSaves selected views and sheets as DWG files and posts them to a Autodesk Buzzsaw site.
PublishDWFToAutodeskBuzzsawSaves selected views and sheets as DWF files and posts them to a Autodesk Buzzsaw site.
PublishDXFToAutodeskBuzzsawSaves selected views and sheets as DXF files and posts them to a Autodesk Buzzsaw site.
PublishDGNToAutodeskBuzzsawSaves selected views and sheets as DGN files and posts them to a Autodesk Buzzsaw site.
ResetAnalyticalModelResets the analytical model alignment methods to Auto-detect.
PublishSATToAutodeskBuzzsawSaves selected views and sheets as SAT files and posts them to a Autodesk Buzzsaw site.
ExportOptionsIFCOptionsSets export options for CAD and IFC.
TypePropertiesDisplays properties for the family type to which the selected element belongs.
ExportDWFOrDWFxCreates DWF or DWFx files.
ExportCADFormatsDWGCreates DWG, DXF, DGN, or SAT files.
ExportCADFormatsDXFCreates DWG, DXF, DGN, or SAT files.
ExportCADFormatsDGNCreates DWG, DXF, DGN, or SAT files.
ExportCADFormatsACIS_SATCreates DWG, DXF, DGN, or SAT files.
RelinquishAllMineReleases ownership of worksets and borrowed elements that have not been changed.
MaterialTakeoffCreates a list of the sub-components or materials of any Revit family category.
DWFMarkupLinks marked-up DWF files into a Revit project so you can see the markups on corresponding sheets.
ImportTypesImports family types from a text (.txt) file into the current family.
ExportExportTypesExports family types from the current family to a text (.txt) file.
CheckMemberSupportsVerifies that structural elements such as beams, columns, walls, and slabs, are joined to supporting elements.
AnalyticalConsistencyChecksVerifies the analytical and physical model for consistency.
KeynoteLegendCreates a list of the keynotes used in a project, and their definitions.
KeynotingSettingsSpecifies the location of the keynote table and the numbering method for keynotes.
OpenBuildingComponentOpens a building component Autodesk Exchange (ADSK) file.
WebDraws the web elements between the chords.
TopChordDraws the top chord of the truss family.
BottomChordDraws the bottom chord of the truss family.
TogglePropertiesPaletteDisplays or hides a palette where you can view and edit instance properties.
StatusBarWorksetsFor a workshared project, displays the active workset and the number of Others' pending Editing Requests in the status bar.
StatusBarDesignOptionsDisplays the active design option in the status bar.
FamilyCategoryAndParametersAssigns the properties of a predefined family category to the component you are creating.
ExportImagesandAnimationsWalkthroughSaves animations or image files.
ExportImagesandAnimationsSolarStudySaves animations or image files.
SunSettingsSpecifies the location of the sun in the sun path, solar studies, walkthroughs, and rendered images.
GridPlaces column grid lines in the building design.
ArchitecturalWallCreates a non-structural wall in the building model.
DoorAdds doors to the building model.
WindowAdds windows to the building model.
DeleteRemoves selected elements from the building model.
SpacePlaces analytical spaces to account for the entire volume within the model. This includes rooms, plenums and chases.
SpaceTagLabels spaces in a project.
SpaceSeparatorDraws a space separation line to divide space.
LevelPlaces a level in a view.
FramingElevationCreates a framing elevation to show vertical bracing.
ArchitecturalFloorCreates a floor for the current level of the building model.
StairAdds a stair to the building model by creating common run, landing, and support components.
ArchitecturalColumnAdds architectural columns to the building model.
MirrorProjectFlips the position of a project around a selected axis.
RotateProjectNorthChanges the angle for a project relative to Project North.
RotateRotates selected elements around an axis.
MirrorPickAxisReverses the position of selected elements, using an existing line or edge as the mirror axis.
LineWeightsCreates or modifies line weights.
ObjectStylesSpecifies line weights, colors, and patterns, and materials for model objects, annotation objects, and imported objects.
AnalysisDisplayStylesSpecifies a presentation format for visualizing analysis results.
SnapsSpecifies snap increments, and enables or disables snap points.
ProjectUnitsSpecifies the display format for units of measure.
StructuralPlanCreates a floor plan view.
FloorPlanCreates a floor plan view.
SectionCreates a section view.
CameraCreates a 3D view from the perspective of a camera placed in the view.
ProjectBrowserDisplays the Project Browser.
NewSheetCreates a page for a document set.
ImportCADImports vector data from other CAD programs to the Revit project.
LinkCADLinks a CAD file to the current Revit project.
PointCloudLinks a Point Cloud file (*.rcp or *.rcs) into the current project.
LoadShapesLoads a Revit family into the current file.
NewConceptualMassOpens a template for creating a conceptual massing model.
DrawLinesCreate a straight line or an arc.
PinLocks a model element in place.
UnpinUnlocks a model element so it can move.
SolidExtrusionCreates a 3D solid by extruding a 2D shape (profile).
PlaceAComponentPlaces an element in the building model, based on a selected element type.
ModelLineCreates a line that exists in 3D space and is visible in all views of a project.
StairPathAnnotates the slope direction and walk line of a stair.
ReferencePlaneCreates a reference plane using drawing tools.
ControlAdds a flip arrow to the view.
FiltersCreates a filter to modify the visibility and graphics of elements in views based on element parameters.
TemporaryDimensionsSpecifies the placement and component references for temporary dimensions.
LinePatternsCreates or modifies line patterns.
ArrayCreates a linear or radial array of selected elements.
MoveMoves selected elements to the specified location in the current view.
CopyCopies selected elements and places them in the specified location in the current view.
PlaceViewAdds a view to a sheet.
TextAdds text annotations (notes) to the current view.
NewTitleBlockOpens a template for creating a Title Block family.
AutomaticCeilingCreates a ceiling at a specified distance above the level in which it resides.
FillPatternsCreates or modifies drafting patterns and model patterns.
Default3DViewOpens the default orthographic 3D view.
LabelCreates a label for the annotation symbol.
VisibilityOrGraphicsControls the visibility and graphic display of model elements, annotations, imported and linked elements, and workset elements in a view.
OpeningCreates an opening in a host, such as a wall or ceiling.
ActivateViewEnables you to modify the selected view without leaving the sheet.
MaterialsSpecifies the materials and associated properties to apply to elements in the building model.
DeactivateViewDeactivates the view, so you can no longer change the view from the sheet.
MaterialAssetsModifies the assets that define a material.
DecalTypesCreates a decal that you can use to place images on surfaces of a building model for rendering.
OptionsOptions.
RoomCreates a room bounded by model elements (such as walls, floors, and ceilings) and separation lines.
CurtainGridCreates a grid line in a curtain wall or curtain system.
CurtainWallMullionCreates a horizontal or vertical mullion on a curtain grid.
FamilyTypesAllows you to enter parameter values for existing family types, add parameters to the family, or create new types within the family.
FilledRegionCreates a 2D, view-specific graphic with a fill pattern and a boundary line.
RoomTagTags the selected room.
AlignAligns one or more elements with a selected element.
SymbolPlaces a 2D annotation drawing symbol in the current view.
DuplicateViewCreates a view that contains only the model geometry from the current view.
ExportOptionsExportSetupsDGNSets export options for CAD and IFC.
ExportOptionsExportSetupsDWGOrDXFSets export options for CAD and IFC.
ColorFillLegendPlaces a legend in a view to indicate the meanings of color fills for rooms or areas.
BuildingElevationCreates an elevation view.
JoinOrUnjoinRoofConnects roofs to other roofs or walls, or reverses a previous join.
SolidBlendCreates a solid 3D shape that changes along its length, blending from a starting shape to an ending shape.
ManageLinksProvides options for managing links to CAD files, DWF markup files, and building models.
SolidRevolveCreates a 3D shape by sweeping a 2D shape (profile) around an axis.
ScheduleOrQuantitiesCreates a key schedule or a schedule of building components.
CalloutCreates a rectangular callout in the view.
SolidSweepCreates a 3D shape by sweeping a 2D shape (profile) along a path.
CreateGroupCreates a group of elements for easy reuse.
RampAdds a ramp to the building model.
RoomSeparatorCreates a separation line to bound rooms where no walls or other room-bounding elements exist.
AlignedToCurrentViewPastes elements that were cut or copied from another view into the current view.
AlignedToPickedLevelPastes the selected elements into a elevation view or a section view.
WallJoinsChanges how walls join together (butt, miter, square off).
StartingViewSpecifies the view that first displays when you open the model.
AlignedToSelectedLevelsPastes multiple elements from one level to specified levels.
TagByCategoryAttaches a tag to an element based on the element category.
AlignedToSelectedViewsPastes selected elements, including view-specific elements such as dimensions, into specified views.
LoadedTagsLists tags that will be used for each element category.
NewAnnotationSymbolCreates a tag or symbol to identify elements in the project.
AlignedToSamePlacePastes the elements to the same place from which they were cut or copied.
SpotSlopeTypesDefines attributes for spot slopes.
ArrowheadsSpecifies line weights, fills, and styles for annotation arrowheads.
SpotElevationTypesDefines attributes for spot elevations.
SpotCoordinateTypesDefines attributes for spot coordinates.
ReviewWarningsDisplays a list of messages that you can ignore or resolve.
LineStylesCreates or modifies line styles.
ReflectedCeilingPlanCreates a reflected ceiling plan view.
DetailLevelSpecifies the detail level (coarse, medium, or fine) that applies to each view scale by default.
VoidExtrusionCreates a 3D shape that is then used to remove part of a solid 3D shape.
VoidBlendCreates a 3D blend, which is then used to remove part of a solid 3D shape.
VoidRevolveCreates a 3D shape by sweeping a 2D profile around an axis, and uses the 3D shape to remove part of a solid 3D shape.
VoidSweepCreates a 3D shape by sweeping a 2D profile along a path, and uses the resulting 3D shape to remove part of a solid 3D shape.
CutGeometrySelects the geometry to cut.
UncutGeometrySelects which geometry does not get cut when you join geometry.
PlaceDetailGroupPlaces an instance of a detail group in the view.
OverrideByCategoryChanges the graphic display settings for all elements that belong to the same category as the selected element in the current view.
DetailComponentAdds a view-specific detail component to a view.
DetailLineCreates view-specific lines.
InsulationPlaces a batt insulation graphic in a detail view.
CreateSimilarPlaces an element of the same type as the selected element
WorksetsEnables worksharing, which allows team members to work on different parts of a project simultaneously.
PhasesSpecifies project phases, phase filters, and graphic overrides for phases.
PropertyLineCreates a property line in a plan view.
BuildingPadAdds a building pad from a closed loop that you sketch on a toposurface.
MatchTypePropertiesConverts one or more elements to match the type of another element in the same view.
ScopeBoxControls the visibility of datum elements (grids, levels, and reference lines) in specific views.
LineworkOverrides the line style for a selected line in the active view only.
SetWorkPlaneSpecifies the work plane for the current view or for a selected work-plane–based element.
DraftingViewCreates a view showing details that are not directly associated with the building model.
LegendCreates a list of building components and annotations used in a project.
DemolishMarks elements as demolished in the current phase.
RevisionCloudAdds a revision cloud to the current view or sheet to indicate design areas that have changed.
SynchronizeAndModifySettingsAllows you to specify options for the synchronization operation.
ProjectInformationSpecifies energy data, project status, and client information.
ModelInPlaceCreates a component that is unique to the project.
SheetListCreates a schedule that lists the drawings in the project.
AreaPlanCreates an area plan view.
GradedRegionModifies a toposurface to indicate changes during the construction process.
ToposurfaceDefines a topographical surface in a site plan or a 3D view.
ManageImagesLists all raster images used in the project.
ApplyTemplatePropertiesToCurrentViewApplies properties stored in a view template to the current view.
RevealWallExtrudes a profile along a path to create a cutout in a wall.
SweepWallCreates a wall sweep by extruding a profile along a path.
PaintApplies a material to the face of an element.
RemovePaintRemoves paint from selected faces.
NoteBlockCreates a schedule of annotations added using the Symbol tool.
ModelTextAdds 3D text to the building model.
ShowHiddenLinesDisplays model elements and detail elements that are obscured by other elements in the active view only.
RemoveHiddenLinesRemoves hidden lines for model elements and detail elements that are obscured by other elements in the active view only.
ManageViewTemplatesDisplays parameters for view templates in the project.
CreateTemplateFromCurrentViewCreates a view template using the properties of the current view as the basis for the new template.
RestoreBackupRolls back changes made to a workshared project, or saves a specific backup version as a new file.
ExportODBCDatabaseSaves model data to an ODBC database.
LoadAsGroupLoads a Revit file as a group.
SaveAsLibraryGroupSaves a copy of all loaded families, the selected family, group, or view to your library.
ParkingComponentAdds parking spaces to a toposurface.
TransferProjectStandardsCopies selected project settings from another open project to the current project.
SymbolicLineCreates lines that are meant for symbolic purposes only, and are not part of the actual geometry of the component or building model.
CutProfileChanges the shape of elements that are cut in a view, such as roofs, walls, floors, and the layers of compound structures.
ExportReportsScheduleSaves a schedule or Room/Area report.
CloseHiddenWindowsCloses windows that are hidden by the current window.
AreaTagTags the selected area.
AreaBoundaryDefines boundaries for areas.
AreaCreates an area defined by walls and boundary lines.
JoinGeometryCreates clean joins between 2 or more host elements that share a common face, such as walls and floors.
UnjoinGeometryRemoves a join between 2 or more elements.
SwitchJoinOrderChanges the order in which elements join with one another.
TagAllNotTaggedAdds tags to multiple elements in one step.
MergeSurfacesCombines 2 toposurfaces to create one toposurface.
SharedParametersSpecifies parameters that can be used in multiple families and projects.
LegendComponentAdds a graphic representation of a selected model element to a legend view.
OffsetCopies or moves a selected element (such as a line, wall, or beam) a specified distance perpendicular to its length.
PurgeUnusedRemoves unused families and types from a project.
PlaceDecalPlaces an image on surfaces of a building model for rendering.
RebarLineDefines lines and geometry of the rebar shape.
LabelContoursDisplays the elevations of contour lines.
SplitWithGapSplits a wall into 2 separate walls with a defined gap between them.
ThinLinesDisplays all lines on screen as a single width, regardless of zoom level.
LinkRevitLinks another model to the current model.
ExportImagesandAnimationsImageSaves animations or image files.
ProjectParametersSpecifies parameters that can be added to categories of elements in a project, and used in schedules.
RelocateProjectMoves the model relative to the shared coordinate system.
RotateTrueNorthChanges the angle for a project relative to True North.
DuplicateWithDetailingCreates a view that includes model geometry and view-specific elements from the current view.
LocationSpecifies the geographic location for the project.
AcquireCoordinatesDetermines the coordinates used in a linked project, and uses them for the current project.
ReportSharedCoordinatesDisplays shared coordinates of a linked model within a host model.
IdsOfSelectionDisplays unique identifiers for the selected elements.
SelectByIdUses an element’s unique identifier to locate and select the element in the current view.
PublishCoordinatesDetermines the coordinates used in the current project, and uses them for a linked project.
PlanRegionCreates a plan region within a view.
BrowserOrganizationChanges the way that views are listed in the Project Browser.
MatchlineAdds matchlines to indicate where a view is split.
ViewReferenceAdds an annotation indicating the sheet number and detail number for a selected view.
DesignOptionsCreates and manages design option sets and individual design options for the project.
AddToSetMoves selected elements from the main model to one or more design options in a set.
PickToEditOpens a design option for editing by selecting an element contained in the option.
EditingRequestsDisplays a list of other users’ requests to borrow elements in your worksets, and your pending requests.
SaveAsLibraryFamilySaves a copy of all loaded families, the selected family, group, or view to your library.
SubregionDefines an area within a toposurface.
RailingCreates a railing by sketching the railing path.
LicenseInformationReviews current license status.
BeamAdds individual beams, a chain of beams, or beams along grid lines.
BraceAdds diagonal structural members connected to beams and columns.
StructuralColumnAdds a vertical load-bearing element to the building model.
StructuralWallCreates a load-bearing or shear wall in the building model.
SpanDirectionSymbolPlaces a span direction symbol on a structural floor.
StructuralFloorCreates a structural floor (slab) for the current level of the building model.
ScaleResizes the selected item.
LoadsApplies point, line, and area loads to a model.
StructuralSettingsDefines settings for analytical elements and the display of structural framing.
ReferenceLineCreates a reference line that you can use when creating a new mass, or to create constraints for the mass.
RebarCoverSettingsAdds, removes, or modifies the default rebar cover settings.
ShowMassFormAndFloorsDisplays mass forms and any mass floors you have specified in all views.
CurtainSystemByFaceCreates a curtain system on the face of a mass or generic model.
WallByFaceWallCreates walls using faces of a mass or generic model.
ShowMassByViewSettingsDisplays masses based on the settings for the current view. By default, masses are turned off.
ShowMassSurfaceTypesDisplays mass faces, including any glazing and shades that have been specified.
ShowMassZonesAndShadesDisplays mass zones, glazing, and shades if they have been specified.
StructuralRebarPlaces planar or multi-planar rebar.
UseCurrentProjectDisplays warnings for monitored elements in the current project.
SelectLinkDisplays warnings for monitored elements between linked projects and the host project.
WallCreates foundations hosted by walls.
IsolatedAdds footings or pile caps to the building model.
MaterialTagTags a selected element using the description specified for its material.
CoordinationSettingsSpecifies mapping behavior when copying MEP fixtures from a linked model into the current project.
SlabAdds a foundation slab to the building model.
ElementKeynoteTags a selected element using the keynote specified for the element type.
MaterialKeynoteTags a selected element using the keynote specified for its material.
UserKeynoteTags an element with a keynote that you select.
LoadSelectionLoads a previously saved selection set.
SaveSelectionSaves the currently selected elements as a set.
EditSelectionEdits a previously saved selection set.
MultiCategoryTagAttaches tags to elements of multiple categories, based on a shared parameter.
BoundaryConditionsDefines point, line, and area boundary conditions in an analytical model.
StructuralPathReinforcementSketches the path of evenly placed reinforcing bars that are created perpendicular to the sketch.
PathReinforcementSymbolPlaces a symbol that shows extents and hook types for the selected path reinforcement.
OpeningByFaceCreates an opening that is perpendicular to the selected face of a roof, floor, or ceiling.
VerticalOpeningCuts a vertical opening through a roof, floor, or ceiling.
DormerOpeningCuts a roof to create an opening for a dormer.
WallOpeningCuts a rectangular opening in a straight or curved wall.
ShaftOpeningCreates a vertical opening that spans multiple levels, cutting through intervening roofs, floors, and ceilings.
SpotSlopeDisplays the slope at a specific point on a face or an edge of a model element.
HideElementsHides selected elements in the current view.
OverrideByElementChanges the graphic display settings for selected elements in the current view.
OverrideByFilterChanges the graphic display settings for all elements in the view that meet the criteria specified in a filter.
DuplicateAsDependentCreates a view that is dependent on the original view.
MaskingRegionCreates a graphic that obscures elements in a project or family.
MajorSegmentIdentifies one segment of the rebar shape that maintains its general position in rotation and auto-expansion behaviors.
ReinforcementSettingsCustomizes reinforcement settings such as rounding parameters, rebar hosting and abbreviations of area/path reinforcement tagging.
ExportFBXSaves a 3D view as an FBX file.
RecentFilesDisplays a list of recently opened files, and provides access to important resources and links.
CreatePartsCreates parts from the layers or subcomponents of a selected element.
ViewCubeShows or hides the ViewCube, which allows you to change the orientation of a 3D view.
BeamAnnotationsPlaces multiple beam tags, annotations, and spot elevations.
AllowableBarTypesDefines the allowable rebar types (diameters) of the shape type.
MacroManagerOpens the Macro Manager to run, create, or delete a macro.
MacroSecuritySpecifies the default security settings for macros in the Revit application or a document.
NavigationBarShows or hides the navigation bar, which provides access to the ViewCube, SteeringWheels, and zoom/pan functions.
ExportBuildingSiteExports an ADSK exchange file.
FormWorkPlaneViewEnables the Workplane Viewer.
ReconcileHostingLists tags and elements hosted by the linked model that require review, due to changes in the linked model.
SplitFaceDivides the face of an element (such as a wall or column) into regions for the application of different materials.
AdjustAnalyticalModelAdjusts the analytical model of the structural member in relation to those of the elements to which it joins.
DiameterDimensionPlaces a dimension that measures the diameter of an arc or circle.
DiameterDimensionTypesDefines attributes for diameter dimensions.
StructuralFabricAreaSketches the boundary of a fabric area to populate with fabric sheets.
FabricReinforcementSymbolPlaces a symbol that represents the fabric sheet.
PlaceOnHostPlaces a railing on a stair or ramp.
DuctPressureLossReportGenerates a pressure loss report for one or more duct systems.
PipePressureLossReportGenerates a pressure loss report for one or more pipe systems.
OpenSampleFilesOpens a Revit sample file.
AlignedMultiRebarAnnotationTags multiple elements with a single annotation that displays aligned dimensions between references as well as parameters from the referenced elements. For example, all rebar in a rebar set can be referenced with a single tag.
LinearMultiRebarAnnotationTags multiple elements with a single annotation that displays linear dimensions between references as well as parameters from the referenced elements. For example, all rebar in a rebar set can be referenced with a single tag.
DuctAccessoryPlaces a duct accessory. These accessories include dampers, filters and smoke detectors.
AirTerminalPlaces a register, grille, or diffuser.
DuctDraws rigid round, rectangular, or oval ductwork.
MechanicalEquipmentPlaces mechanical equipment such as boilers, furnaces, or fans.
DuctFittingPlaces a duct fitting. These fittings include elbows, tees, wyes, crosses, and other types of fittings.
FlexDuctDraws round and rectangular flexible ductwork.
ConvertToFlexDuctChanges a length of ductwork connected to an air terminal from rigid duct to flexible duct.
DuctLegendPlaces a legend to indicate the color fills associated with ductwork in duct systems.
PanelSchedulesGenerates a panel schedule for a specified panel.
ElectricalSettingsOpens the Electrical Settings dialog to define distribution systems, wire types, cable tray and conduit sizes, and demand factors.
LoadClassificationsAssigns and specifies demand factors to a load classification.
LightingFixturePlaces lighting fixtures such as ceiling, wall, and recessed lights.
ElectricalEquipmentPlaces electrical equipment such as panels and switch gear.
ElectricalFixturePlaces electrical devices such as receptacles, junction boxes, and other power devices.
CheckCircuitsVerifies all circuits for proper connections to panels and valid system assignments. Errors are reported in a warning dialog.
DemandFactorsApplies demand factors to a panel.
PipeDraws rigid piping.
FlexPipeDraws flexible piping.
PipeFittingPlaces a pipe fitting. These fittings include elbows, tees, wyes, crosses, unions, and other types of fittings.
PipeAccessoryPlaces a pipe accessory. These accessories include connectors, valves, and inline water heaters.
ArcWireDraws arced wire runs.
PipeLegendPlaces a legend to indicate the color fills associated with piping systems.
CheckPipeSystemsVerifies all pipe systems for properly connected pipes and valid system assignments.
CheckDuctSystemsVerifies all duct systems for properly connected ductwork and valid system assignments.
MechanicalSettingsOpens the Mechanical Settings dialog.
PlumbingFixturePlaces plumbing fixtures. These fixtures include sinks, water closets, tubs, drains, and various appliances.
HeatingAndCoolingLoadsPrepares a heating and cooling loads analysis report based on the existing building model.
SprinklerPlaces a sprinkler.
ElectricalConnectorAdds an electrical connector to a component.
DuctConnectorAdds a duct connector to a component.
PipeConnectorAdds a pipe connector to a component.
ZoneDefines HVAC zones within a project.
BuildingOrSpaceTypeSettingsOpens the Building and Space Type Settings dialog to manage building and space parameters and schedules.
ChamferedWireDraws chamfered wire runs.
SplineWireDraws splined wire runs.
CommunicationPlaces communication devices such as intercom system components.
DataPlaces data devices such as ethernet and other network connections.
FireAlarmPlaces fire alarm devices such as smoke detectors, manual pull stations, and annunciators.
LightingPlaces lighting switches such as daylight sensors, occupancy sensors, and manual switches.
NurseCallPlaces nurse call devices such as call stations, code blue stations, and door lights.
SecurityPlaces security devices such as door locks, motion sensors, and surveillance cameras.
TelephonePlaces a telephone jack.
CableTrayConnectorAdds a cable tray connector to a component.
ConduitConnectorAdds a conduit connector to a component.
CableTrayFittingPlaces a cable tray fitting. These fittings include elbows, tees, wyes, crosses, and other unions.
ConduitFittingPlaces a conduit fitting. These fittings include elbows, tees, wyes, crosses, and other unions.
CableTrayDraws cable tray runs such as rigid ladder or channel cable tray.
ConduitDraws rigid conduit runs.
ManageTemplatesManages and applies panel schedule templates to existing schedules in the project.
EditATemplateModifies a specific panel schedule template.
ParallelConduitsCreates parallel runs of conduit based on an initial conduit run.
DuctPlaceholderDraws placeholder duct without elbow or tee fittings.
PipePlaceholderDraws placeholder pipe without elbow or tee fittings.
ParallelPipesCreates parallel runs of pipe based on an initial pipe run.
ShowDisconnectsControls the display of graphical disconnect warnings for duct, pipe, conduit, cable tray, and electrical circuits.
SiteComponentAdds site-specific elements, such as trees, parking islands, and fire hydrants.
AreaAndVolumeComputationsSpecifies how areas and volumes are calculated, and creates area schemes.
ShowWorkPlaneDisplays or hides the active work plane in the view.
FasciaAdds fascia to the edge of a roof, soffit, or other fascia, or to model lines.
GutterAdds a gutter to the edge of a roof, soffit, or fascia, or to model lines.
SlabEdgeFloorShapes the horizontal edge of a floor slab.
CheckSpellingChecks the spelling of text notes in a selection or in the current view or sheet.
RepeatingDetailComponentRepeats a detail component along a path.
InsertViewsFromFileCopies specified views (sheets, schedules, or drafting views) from a project file and saves them in the current project.
Insert2DElementsFromFileCopies 2D elements from a detail view (saved in another project) into a detail view in the current project.
SaveAsLibraryViewSaves a copy of all loaded families, the selected family, group, or view to your library.
AutomaticBeamSystemCreates a layout that is used to control the number and spacing of a series of parallel beams.
PlaceMassPlaces an instance of a mass family in the project.
InPlaceMassCreates a mass that is unique to the project.
SynchronizeNowUpdates a local copy of a workshared project using default settings.
ExportGBXMLSaves the project as a gbXML file.
StructuralTrussesAdds a truss to the structure model.
ShowLastReportDisplays the most recent interference check report.
GraphicalColumnScheduleCreates a graphical column schedule for the project.
ApplyCopingAdds coping to steel beams and columns.
RemoveCopingRemoves coping from steel beams and columns.
BeamSystemSymbolPlaces a beam system span tag.
StructuralAreaReinforcementSketches the boundary of an area to populate with rebar.
AreaReinforcementSymbolPlaces a symbol that shows extents and hook types for the selected area reinforcement.
SolidSweptBlendCreates a blend that sweeps along a defined path.
VoidSweptBlendCreates a blend that sweeps along a defined path, and uses the resulting 3D shape to remove part of a solid 3D shape.
EditRebarCoverEdits the rebar cover references of an entire rebar host or an individual face.
ColorSchemesCreates or modifies a color fill scheme for rooms and areas.
TrimOrExtendToCornerTrims or extends elements (such as walls or beams) to form a corner.
TrimOrExtendSingleElementTrims or extends one element (such as a wall, line, or beam) to a boundary defined by another element.
TrimOrExtendMultipleElementsTrims or extends multiple elements (such as walls, lines, and beams) to a boundary defined by another element.
AlignedDimensionPlaces dimensions between parallel references, or between multiple points.
LinearDimensionPlaces horizontal or vertical dimensions that measure the distance between reference points.
AngularDimensionPlaces a dimension that measures the angle between reference points sharing a common intersection.
RadialDimensionPlaces a dimension that measures the radius of an inner curve or fillet.
ArcLengthDimensionPlaces a dimension that measures the length of a curved wall or other element.
MeasureBetweenTwoReferencesMeasures the distance between 2 elements or other references.
MeasureAlongAnElementMeasures the length of an element.
MirrorDrawAxisDraws a temporary line to use as an axis for mirroring.
KeyboardShortcutsAssigns key sequences to tools.
BeamOrColumnJoinsAdjusts how beams and columns frame into one another.
SaveAsTemplateSaves the current Revit project file as a template.
HalftoneOrUnderlayCustomizes halftone and underlay elements in view.
StairBySketchAdds a stair to the building model by sketching runs.
LoadCasesAdds and edits load cases for the analytical model.
LoadCombinationsAdds and edits load combinations for the analytical model.
FindOrReplaceFinds and replaces text in an open project file.
EnergySettingsSpecifies energy-related data and parameters used to define the energy analytical model.
RunEnergySimulationSubscription-Only Feature. Sends energy model geometry and parameters to Autodesk Green Building Studio for simulation.
ResultsAndCompareDisplays graphical results of energy simulation, and provides tools for comparing, emailing, and exporting analysis results.
ExportMassModelGBXMLSaves the conceptual energy model as a gbXML file.
GuideGridCreates a new guide element in the active sheet to help align elements within and between sheets.
CreateAssemblyCreates an assembly from elements you select in the drawing area.
StairTreadOrRiserNumberCreates a sequence of tread or riser numbers for a run in plan, elevation, or section views.
ManageConnectionToARevitServerAccelerator 
RenderInCloudRenders 3D views online to create still images or interactive panoramas.
RenderGalleryOpens your online gallery of completed and in-progress renderings in a web browser.
EnableEnergyModelToggles the creation of energy analytical model geometry and parameters.
UseBuildingElementsForSimulationSets building elements as the basis for generating the energy analytical model used for energy simulation.
UseConceptualMassesForSimulationSets conceptual masses as the basis for generating the energy analytical model used for energy simulation.
DisplaceElementsCreates a view-specific representation of model elements that can be displaced in the view.
OpenRevitFileOpens any Revit file type.
CloseClose Revit.
SaveSaves the currently open project file.
SaveAsProjectSaves the current Revit project file.
PrintSetupSpecifies print options.
PrintSends the current drawing area or selected views and sheets to a printer or a printable file.
PrintPreviewDisplays a preview version of the current view or sheet to print.
CopyToClipboardCopies selected elements to the clipboard.
CutToClipboardRemoves selected elements, and places them on the clipboard.
PasteFromClipboardPastes elements from the clipboard into the current view.
ReplicateWindowOpens another instance of the current view.
CascadeWindowsArranges all open windows in a series in the drawing area.
TileWindowsArranges all open views, tiled in the drawing area.
ExitRevitExit Revit.
StatusBarDisplays the status bar at the bottom of the Revit window.
评论
添加红包

请填写红包祝福语或标题

红包个数最小为10个

红包金额最低5元

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

抵扣说明:

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

余额充值