revit内部命令对照表 - 2020版
使用goole翻译,感觉挺准确的,需要html,md,excel找我发版本,懒得上传
//获取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;
<Member name | Description | 描述 |
---|---|---|
RoofByFace | Creates a roof using a non-vertical face of a mass. | 屋顶是用非垂直面创建的。 |
Soffit | Creates a roof soffit in the building model. | 在建筑模型中创建屋顶拱腹。 |
RepeatComponent | Repeats the selected applied component along a divide path or surface. | 重复选择沿分割路径或曲面的应用部件。 |
ViewList | Creates a schedule of the views in the project. | 在项目中创建视图时间表。 |
LinearDimensionTypes | Defines attributes for linear (horizontal and vertical) dimensions. | 定义线性(水平和垂直)尺寸的属性。 |
AngularDimensionTypes | Defines attributes for angular dimensions. | 定义角度尺寸的属性。 |
SplitElement | Cuts an element (such as a wall or line) at a selected point, or removes a segment between 2 points. | 切割元素(如墙或线),或删除两点之间的线段。 |
SpotElevation | Displays the elevation of a selected point. | 显示选定点的高程。 |
SpotCoordinate | Displays the North/South and East/West coordinates of points in a project. | 显示项目中点的北/南和东/西坐标。 |
RoofByFootprint | Creates a roof using the building footprint to define its boundaries. | 利用建筑占地面积创建屋顶来定义其边界。 |
RoofByExtrusion | Creates a roof by extruding a profile that you sketch. | 屋顶是通过拉伸草图的轮廓来创建的。 |
RadialDimensionTypes | Defines attributes for radial dimensions. | 定义径向尺寸的属性。 |
ReloadLatest | Loads updates from the central model to your local copy of the project. | 将更新从中央模型加载到项目的本地副本。 |
Render | Creates a photorealistic image of a building model. | 创建建筑模型的真实图像。 |
ShowHistory | Displays 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. | 保存的所有时间和保存者列表显示工作共享文件(中央模型或中央模型本地副本)。 |
SplitSurface | Splits a toposurface into 2 distinct surfaces, so that each can be edited independently. | 将地形表面分为两个不同的表面,以便独立编辑 |
DrawOnFace | Draws lines on existing surfaces. | 在现有曲面上画线。 |
DrawOnWorkPlane | Draws lines on the active work plane. | 在活动工作平面上画线。 |
GrayInactiveWorksets | Displays elements in inactive worksets as gray to visually distinguish them from elements in active worksets. | 将非活动工作集中的元素显示为灰色,从视觉上将其与活动工作集中的元素区分开来。 |
ImportGBXML | Imports analysis data from a gbXML file. | 从gbXML文件导入分析数据。 |
ExportReportsRoomOrAreaReport | Saves a schedule or Room/Area report. | 保存时间表或房间/面积报告。 |
SheetIssuesOrRevisions | Specifies revision information for the project. | 指定项目的修订信息。 |
RevisionSchedule | Adds a revision schedule to a custom title block. | 将修订计划添加到自定义标题栏。 |
CalloutTags | Specifies the callout head for callout tags, and the radius of the callout bubble. | 指定标注标签的标注头和标注气泡的半径。 |
ElevationTags | Defines properties for elevation tags. | 定义海拔标签的属性。 |
SectionTags | Specifies the shape of heads and tails for section tags. | 指定节标记的头和尾的形状。 |
FloorByFaceFloor | Converts a mass floor into a floor of the building model. | 将质量层转换为建筑模型的层。 |
HideCategory | Hides all elements that belong to a selected category in the current view. | 隐藏当前视图中属于选定类别的所有元素。 |
RunInterferenceCheck | Locates invalid intersections between elements in a project. | 在项目中的元素之间找到无效的交集。 |
SpecifyCoordinatesAtPoint | Relocates a project and rotates the project to True North by specifying coordinates for North/South, East/West, and Elevation. | 通过指定北/南,东/西和高程的坐标,重新定位项目并将项目旋转到“真北”。 |
ExportIFC | Saves an IFC file. | 保存IFC文件。 |
SystemBrowser | System.Windows.Controls.StackPanel | System.Windows.Controls.StackPanel |
PublishDWGToAutodeskBuzzsaw | Saves selected views and sheets as DWG files and posts them to a Autodesk Buzzsaw site. | 将选定的视图和图纸另存为DWG文件,并将其发布到Autodesk Buzzsaw站点。 |
PublishDWFToAutodeskBuzzsaw | Saves selected views and sheets as DWF files and posts them to a Autodesk Buzzsaw site. | 将选定的视图和图纸另存为DWF文件,并将其发布到Autodesk Buzzsaw站点。 |
PublishDXFToAutodeskBuzzsaw | Saves selected views and sheets as DXF files and posts them to a Autodesk Buzzsaw site. | 将选定的视图和图纸另存为DXF文件,并将其发布到Autodesk Buzzsaw站点。 |
PublishDGNToAutodeskBuzzsaw | Saves selected views and sheets as DGN files and posts them to a Autodesk Buzzsaw site. | 将选定的视图和图纸另存为DGN文件,并将其发布到Autodesk Buzzsaw站点。 |
ResetAnalyticalModel | Resets the analytical model alignment methods to Auto-detect. | 将分析模型对齐方式重置为“自动检测”。 |
PublishSATToAutodeskBuzzsaw | Saves selected views and sheets as SAT files and posts them to a Autodesk Buzzsaw site. | 将选定的视图和图纸另存为SAT文件,并将其发布到Autodesk Buzzsaw站点。 |
ExportOptionsIFCOptions | Sets export options for CAD and IFC. | 设置CAD和IFC的导出选项。 |
TypeProperties | Displays properties for the family type to which the selected element belongs. | 显示所选元素所属的族类型的属性。 |
ExportDWFOrDWFx | Creates DWF or DWFx files. | 创建DWF或DWFx文件。 |
ExportCADFormatsDWG | Creates DWG, DXF, DGN, or SAT files. | 创建DWG,DXF,DGN或SAT文件。 |
ExportCADFormatsDXF | Creates DWG, DXF, DGN, or SAT files. | 创建DWG,DXF,DGN或SAT文件。 |
ExportCADFormatsDGN | Creates DWG, DXF, DGN, or SAT files. | 创建DWG,DXF,DGN或SAT文件。 |
ExportCADFormatsACIS_SAT | Creates DWG, DXF, DGN, or SAT files. | 创建DWG,DXF,DGN或SAT文件。 |
RelinquishAllMine | Releases ownership of worksets and borrowed elements that have not been changed. | 释放工作集的所有权并借用未更改的元素。 |
MaterialTakeoff | Creates a list of the sub-components or materials of any Revit family category. | 创建任何Revit族类别的子组件或材料的列表。 |
DWFMarkup | Links marked-up DWF files into a Revit project so you can see the markups on corresponding sheets. | 将标记的DWF文件链接到Revit项目中,以便您可以在相应的图纸上看到标记。 |
ImportTypes | Imports family types from a text (.txt) file into the current family. | 从文本(.txt)文件将族类型导入当前族。 |
ExportExportTypes | Exports family types from the current family to a text (.txt) file. | 将家庭类型从当前家庭导出到文本(.txt)文件。 |
CheckMemberSupports | Verifies that structural elements such as beams, columns, walls, and slabs, are joined to supporting elements. | 验证是否将诸如梁,柱,墙和楼板等结构元件连接到支撑元件。 |
AnalyticalConsistencyChecks | Verifies the analytical and physical model for consistency. | 验证分析模型和物理模型的一致性。 |
KeynoteLegend | Creates a list of the keynotes used in a project, and their definitions. | 创建项目中使用的主题演讲及其定义的列表。 |
KeynotingSettings | Specifies the location of the keynote table and the numbering method for keynotes. | 指定基调表的位置和基调的编号方法。 |
OpenBuildingComponent | Opens a building component Autodesk Exchange (ADSK) file. | 打开建筑组件Autodesk Exchange(ADSK)文件。 |
Web | Draws the web elements between the chords. | 在和弦之间绘制Web元素。 |
TopChord | Draws the top chord of the truss family. | 绘制桁架族的上弦。 |
BottomChord | Draws the bottom chord of the truss family. | 绘制桁架族的下弦。 |
TogglePropertiesPalette | Displays or hides a palette where you can view and edit instance properties. | 显示或隐藏调色板,您可以在其中查看和编辑实例属性。 |
StatusBarWorksets | For a workshared project, displays the active workset and the number of Others’ pending Editing Requests in the status bar. | 对于工作共享项目,在状态栏中显示活动的工作集和“其他”的未决编辑请求数。 |
StatusBarDesignOptions | Displays the active design option in the status bar. | 在状态栏中显示活动的设计选项。 |
ReinforcementNumbers | Defines or edits numbering sequences by partition for rebar and fabric sheets. | 按分区为钢筋和织物板定义或编辑编号顺序。 |
FamilyCategoryAndParameters | Assigns the properties of a predefined family category to the component you are creating. | 将预定义族类别的属性分配给您正在创建的组件。 |
ExportImagesandAnimationsWalkthrough | Saves animations or image files. | 保存动画或图像文件。 |
ExportImagesandAnimationsSolarStudy | Saves animations or image files. | 保存动画或图像文件。 |
SunSettings | Specifies the location of the sun in the sun path, solar studies, walkthroughs, and rendered images. | 指定太阳在太阳路径中的位置,日光检查,演练和渲染的图像。 |
Grid | Places column grid lines in the building design. | 在建筑设计中放置列网格线。 |
ArchitecturalWall | Creates a non-structural wall in the building model. | 在建筑模型中创建非结构墙。 |
Door | Adds doors to the building model. | 为建筑模型添加门。 |
Window | Adds windows to the building model. | 将窗口添加到建筑模型。 |
Delete | Removes selected elements from the building model. | 从建筑模型中删除选定的元素。 |
Space | Places analytical spaces to account for the entire volume within the model. This includes rooms, plenums and chases. | 放置分析空间以说明模型中的整个体积。这包括房间,增压室和追逐室。 |
SpaceTag | Labels spaces in a project. | 标记项目中的空格。 |
SpaceSeparator | Draws a space separation line to divide space. | 绘制空格分隔线以划分空间。 |
Level | Places a level in a view. | 在视图中放置一个关卡。 |
FramingElevation | Creates a framing elevation to show vertical bracing. | 创建框架立面以显示垂直支撑。 |
ArchitecturalFloor | Creates a floor for the current level of the building model. | 为建筑模型的当前层创建地板。 |
Stair | Adds a stair to the building model by creating common run, landing, and support components. | 通过创建通用的运行,着陆和支撑组件,将楼梯添加到建筑模型中。 |
ArchitecturalColumn | Adds architectural columns to the building model. | 将建筑列添加到建筑模型。 |
MirrorProject | Flips the position of a project around a selected axis. | 围绕所选轴翻转项目的位置。 |
RotateProjectNorth | Changes the relationship of all elements relative to Project North (the top of the drawing area) in plan views. | 在平面视图中更改所有元素相对于Project North(工程图顶部)的关系。 |
Rotate | Rotates selected elements around an axis. | 围绕轴旋转选定的元素。 |
MirrorPickAxis | Reverses the position of selected elements, using an existing line or edge as the mirror axis. | 使用现有的线或边作为镜像轴,反转选定元素的位置。 |
LineWeights | Creates or modifies line weights. | 创建或修改线宽。 |
ObjectStyles | Specifies line weights, colors, and patterns, and materials for model objects, annotation objects, and imported objects. | 指定线宽,颜色和图案以及模型对象,注释对象和导入对象的材料。 |
AnalysisDisplayStyles | Specifies a presentation format for visualizing analysis results. | 指定用于可视化分析结果的演示格式。 |
Snaps | Specifies snap increments, and enables or disables snap points. | 指定捕捉增量,并启用或禁用捕捉点。 |
ProjectUnits | Specifies the display format for units of measure. | 指定度量单位的显示格式。 |
StructuralPlan | Creates a structural plan view. | 创建结构平面图。 |
FloorPlan | Creates a floor plan view. | 创建平面图视图。 |
Section | Creates a section view. | 创建剖面图。 |
Camera | Creates a 3D view from the perspective of a camera placed in the view. | 从放置在视图中的相机的角度创建3D视图。 |
ProjectBrowser | Displays the Project Browser. | 显示项目浏览器。 |
NewSheet | Creates a page for a document set. | 为文档集创建页面。 |
ImportCAD | Imports vector data from other CAD programs to the Revit project. | 将矢量数据从其他CAD程序导入Revit项目。 |
LinkCAD | Links a CAD file to the current Revit project. | 将CAD文件链接到当前的Revit项目。 |
PointCloud | Links a Point Cloud file (*.rcp or *.rcs) into the current project. | 将点云文件(* .rcp或* .rcs)链接到当前项目。 |
NewFamilyFile | Create a new family | 建立一个新家庭 |
LoadShapes | Loads a Revit family into the current file. | 将Revit系列加载到当前文件中。 |
NewConceptualMass | Opens a template for creating a conceptual massing model. | 打开用于创建概念性体量模型的模板。 |
Pin | Locks a model element in place. | 将模型元素锁定到位。 |
Unpin | Unlocks a model element so it can move. | 解锁模型元素,使其可以移动。 |
SolidExtrusion | Creates a 3D solid by extruding a 2D shape (profile). | 通过拉伸2D形状(轮廓)来创建3D实体。 |
PlaceAComponent | Places an element in the building model, based on a selected element type. | 根据选定的元素类型将元素放置在建筑模型中。 |
ModelLine | Creates a line that exists in 3D space and is visible in all views of a project. | 创建一条在3D空间中存在并在项目的所有视图中可见的线。 |
StairPath | Annotates the slope direction and walk line of a stair. | 注释楼梯的倾斜方向和步行线。 |
ReferencePlane | Creates a reference plane using drawing tools. | 使用绘图工具创建参考平面。 |
Redo | Redo last undone action | 重做上次撤消的操作 |
Undo | Undo last action | 撤消上一个动作 |
Control | Adds a flip arrow to the view. | 向视图添加翻转箭头。 |
Filters | Creates a filter to modify the visibility and graphics of elements in views based on element parameters. | 创建一个过滤器,以基于元素参数修改视图中元素的可见性和图形。 |
TemporaryDimensions | Specifies the placement and component references for temporary dimensions. | 指定临时尺寸的放置和零部件参考。 |
LinePatterns | Creates or modifies line patterns. | 创建或修改线条图案。 |
Array | Creates a linear or radial array of selected elements. | 创建所选元素的线性或径向数组。 |
Move | Moves selected elements to the specified location in the current view. | 将所选元素移动到当前视图中的指定位置。 |
Copy | Copies selected elements and places them in the specified location in the current view. | 复制所选元素并将其放置在当前视图中的指定位置。 |
PlaceView | Adds a view to a sheet. | 将视图添加到工作表。 |
Text | Adds text annotations (notes) to the current view. | 将文本注释(注释)添加到当前视图。 |
NewTitleBlock | Opens a template for creating a Title Block family. | 打开用于创建标题栏族的模板。 |
AutomaticCeiling | Creates a ceiling at a specified distance above the level in which it resides. | 在其所在位置上方指定距离处创建一个天花板。 |
FillPatterns | Creates or modifies drafting patterns and model patterns. | 创建或修改绘图模式和模型模式。 |
Default3DView | Opens the default orthographic 3D view. | 打开默认的正交3D视图。 |
Label | Creates a label for the annotation symbol. | 为注释符号创建标签。 |
VisibilityOrGraphics | Controls the visibility and graphic display of model elements, annotations, imported and linked elements, and workset elements in a view. | 控制视图中模型元素,注释,导入和链接的元素以及工作集元素的可见性和图形显示。 |
ViewRange | Controls the view range of a plan. | 控制计划的视图范围。 |
Opening | Creates an opening in a host, such as a wall or ceiling. | 在主机(例如墙壁或天花板)中创建开口。 |
NewRevitFile | Create a new project | 创建一个新项目 |
ActivateView | Enables you to modify the selected view without leaving the sheet. | 使您可以在不离开图纸的情况下修改选定的视图。 |
Materials | Specifies the materials and associated properties to apply to elements in the building model. | 指定要应用于建筑模型中元素的材料和相关属性。 |
DeactivateView | Deactivates the view, so you can no longer change the view from the sheet. | 停用视图,因此您不再可以从图纸上更改视图。 |
MaterialAssets | Modifies the assets that define a material. | 修改定义物料的资产。 |
DecalTypes | Creates a decal that you can use to place images on surfaces of a building model for rendering. | 创建可用于将图像放置在建筑模型的表面上以进行渲染的贴花。 |
Options | Options. | 选项。 |
Room | Creates a room bounded by model elements (such as walls, floors, and ceilings) and separation lines. | 创建一个以模型元素为边界的房间(例如,墙壁,地板和 天花板)和分隔线。 |
CurtainGrid | Creates a grid line in a curtain wall or curtain system. | 在幕墙或幕帘系统中创建网格线。 |
CurtainWallMullion | Creates a horizontal or vertical mullion on a curtain grid. | 在窗帘网格上创建水平或垂直竖框。 |
FamilyTypes | Allows you to enter parameter values for existing family types, add parameters to the family, or create new types within the family. | 允许您输入现有族类型的参数值,向族添加参数或在族中创建新类型。 |
FilledRegion | Creates a 2D, view-specific graphic with a fill pattern and a boundary line. | 创建具有填充图案和边界线的2D,特定于视图的图形。 |
RoomTag | Tags the selected room. | 标记所选房间。 |
Align | Aligns one or more elements with a selected element. | 将一个或多个元素与所选元素对齐。 |
Symbol | Places a 2D annotation drawing symbol in the current view. | 在当前视图中放置2D注释工程图符号。 |
DuplicateView | Creates a view that contains only the model geometry from the current view. | 创建一个仅包含当前视图中的模型几何的视图。 |
ExportOptionsExportSetupsDGN | Sets export options for CAD and IFC. | 设置CAD和IFC的导出选项。 |
ExportOptionsExportSetupsDWGOrDXF | Sets export options for CAD and IFC. | 设置CAD和IFC的导出选项。 |
ColorFillLegend | Places a legend in a view to indicate the meanings of color fills for rooms or areas. | 在视图中放置图例以指示房间或区域的颜色填充的含义。 |
BuildingElevation | Creates an elevation view. | 创建立面图。 |
JoinOrUnjoinRoof | Connects roofs to other roofs or walls, or reverses a previous join. | 将屋顶连接到其他屋顶或墙壁,或反转先前的连接。 |
SolidBlend | Creates a solid 3D shape that changes along its length, blending from a starting shape to an ending shape. | 创建沿其长度变化的实体3D形状,从开始形状到结束形状混合。 |
ManageLinks | Provides options for managing links to building models, CAD files, DWF markup files, and point clouds. | 提供用于管理到建筑模型,CAD文件,DWF标记文件和点云的链接的选项。 |
SolidRevolve | Creates a 3D shape by sweeping a 2D profile around an axis. | 通过围绕轴扫掠2D轮廓来创建3D形状。 |
ScheduleOrQuantities | Creates a key schedule or a schedule of building components. | 创建关键时间表或建筑组件时间表。 |
Callout | Creates a rectangular callout in the view. | 在视图中创建一个矩形标注。 |
SolidSweep | Creates a 3D shape by sweeping a 2D profile along a path. | 通过沿路径扫掠2D轮廓来创建3D形状。 |
CreateGroup | Creates a group of elements for easy reuse. | 创建一组元素以方便重用。 |
Ramp | Adds a ramp to the building model. | 向建筑模型添加坡道。 |
RoomSeparator | Creates a separation line to bound rooms where no walls or other room-bounding elements exist. | 在没有墙壁或其他房间边界元素的绑定房间创建分隔线。 |
AlignedToCurrentView | Pastes elements that were cut or copied from another view into the current view. | 将从另一个视图剪切或复制的元素粘贴到当前视图中。 |
AlignedToPickedLevel | Pastes the selected elements into a elevation view or a section view. | 将所选元素粘贴到立面视图或剖视图中。 |
WallJoins | Changes how walls join together (butt, miter, square off). | 更改墙壁连接在一起的方式(对接,斜接,方形)。 |
StartingView | Specifies the view that first displays when you open the model. | 指定打开模型时首先显示的视图。 |
AlignedToSelectedLevels | Pastes multiple elements from one level to specified levels. | 将多个元素从一个级别粘贴到指定级别。 |
TagByCategory | Attaches a tag to an element based on the element category. | 根据元素类别将标签附加到元素。 |
[外链图片转存失败,源站可能有防盗链机制,建议将图片保存下来直接上传(img-o59YLV16-1612231018395)(file:///C:\Users\Wayne\AppData\Local\Temp\ksohtml\clip_image2.png)] | ||
AlignedToSelectedViews | Pastes selected elements, including view- specific elements such as dimensions, into specified views. | 将选定的元素(包括特定于视图的元素,例如尺寸)粘贴到指定的视图中。 |
LoadedTagsAndSymbols | Lists the tags and symbols that will be used for each element category. | 列出将用于每个元素类别的标签和符号。 |
NewAnnotationSymbol | Creates a tag or symbol to identify elements in the project. | 创建标签或符号以标识项目中的元素。 |
AlignedToSamePlace | Pastes the elements to the same place from which they were cut or copied. | 将元素粘贴到剪切或复制它们的相同位置。 |
SpotSlopeTypes | Defines attributes for spot slopes. | 定义点坡度的属性。 |
Arrowheads | Specifies line weights, fills, and styles for annotation arrowheads. | 指定注释箭头的线宽,填充和样式。 |
SpotElevationTypes | Defines attributes for spot elevations. | 定义点高程的属性。 |
SpotCoordinateTypes | Defines attributes for spot coordinates. | 定义点坐标的属性。 |
ReviewWarnings | Displays a list of messages that you can ignore or resolve. | 显示您可以忽略或解决的消息列表。 |
LineStyles | Creates or modifies line styles. | 创建或修改线型。 |
ReflectedCeilingPlan | Creates a reflected ceiling plan view. | 创建反射的天花板平面图。 |
DetailLevel | Specifies the detail level (coarse, medium, or fine) that applies to each view scale by default. | 指定默认情况下适用于每个视图比例的详细程度(粗略,中等或精细)。 |
VoidExtrusion | Creates a 3D shape that is then used to remove part of a solid 3D shape. | 创建3D形状,然后将其用于移除实体3D形状的一部分。 |
VoidBlend | Creates a 3D blend, which is then used to remove part of a solid 3D shape. | 创建3D混合,然后将其用于移除实体3D形状的一部分。 |
VoidRevolve | Creates a 3D shape by sweeping a 2D profile around an axis, and uses the 3D shape to remove part of a solid 3D shape. | 通过围绕轴扫掠2D轮廓来创建3D形状,并使用3D形状删除实体3D形状的一部分。 |
VoidSweep | Creates 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. | 通过沿路径扫掠2D轮廓来创建3D形状,并使用生成的3D形状删除实体3D形状的一部分。 |
CutGeometry | Selects the geometry to cut. | 选择要切割的几何。 |
UncutGeometry | Selects which geometry does not get cut when you join geometry. | 选择在加入几何图形时不被切割的几何图形。 |
PlaceDetailGroup | Places an instance of a detail group in the view. | 在视图中放置详细信息组的实例。 |
OverrideByCategory | Changes the graphic display settings for all elements that belong to the same category as the selected element in the current view. | 更改与当前视图中的所选元素属于同一类别的所有元素的图形显示设置。 |
DetailComponent | Adds a view-specific detail component to a view. | 将特定于视图的详细信息组件添加到视图。 |
DetailLine | Creates view-specific lines. | 创建特定于视图的线。 |
Insulation | Places a batt insulation graphic in a detail view. | 将棉絮绝缘图形放置在详细视图中。 |
CreateSimilar | Places an element of the same type as the selected element | 放置与所选元素相同类型的元素 |
Worksets | Creates worksets and adds elements to them. | 创建工作集并向其中添加元素。 |
Phases | Specifies project phases, phase filters, and graphic overrides for phases. | 指定项目阶段,阶段过滤器和阶段的图形替代。 |
PropertyLine | Creates a property line in a plan view. | 在平面视图中创建属性线。 |
BuildingPad | Adds a building pad from a closed loop that you sketch on a toposurface. | 从在地形表面上绘制的闭环中添加建筑板。 |
MatchTypeProperties | Converts one or more elements to match the type of another element in the same view. | 转换一个或多个元素以匹配同一视图中另一个元素的类型 |
ScopeBox | Controls the visibility of datum elements (grids, levels, and reference lines) in specific views. | 控制特定视图中基准元素(网格,标高和参考线)的可见性。 |
Linework | Overrides the line style for a selected line in the active view only. | 仅在活动视图中覆盖选定线的线型。 |
SetWorkPlane | Specifies the work plane for the current view or for a selected work-plane†“based element. | 为当前视图或选定的基于工作平面的元素指定工作平面。 |
DraftingView | Creates a view showing details that are not directly associated with the building model. | 创建一个视图,显示不直接与建筑模型相关联的详细信息。 |
Legend | Creates a list of building components and annotations used in a project. | 创建项目中使用的建筑组件和注释的列表。 |
Demolish | Marks elements as demolished in the current phase. | 将元素标记为在当前阶段已拆除。 |
RevisionCloud | Adds a revision cloud to the current view or sheet to indicate design areas that have changed. | 向当前视图或图纸添加修订云,以指示已更改的设计区域。 |
SynchronizeAndModifySettings | Allows you to specify options for the synchronization operation. | 允许您指定同步操作的选项。 |
ProjectInformation | Specifies energy data, project status, and client information. | 指定能源数据,项目状态和客户信息。 |
ModelInPlace | Creates a component that is unique to the project. | 创建一个项目唯一的组件。 |
SheetList | Creates a schedule that lists the drawings in the project. | 创建一个列出项目中工程图的明细表。 |
AreaPlan | Creates an area plan view. | 创建一个平面图视图。 |
GradedRegion | Modifies a toposurface to indicate changes during the construction process. | 修改地形表面以指示构造过程中的变化。 |
Toposurface | Defines a topographical surface in a site plan or a 3D view. | 在站点平面图或3D视图中定义地形图表面。 |
ManageImages | Lists all raster images used in the project. | 列出项目中使用的所有光栅图像。 |
ApplyTemplatePropertiesToCurrentView | Applies properties stored in a view template to the current view. | 将存储在视图模板中的属性应用于当前视图。 |
RevealWall | Extrudes a profile along a path to create a cutout in a wall. | 沿路径拉伸轮廓以在墙上创建切口。 |
SweepWall | Creates a wall sweep by extruding a profile along a path. | 通过沿路径拉伸轮廓来创建扫墙。 |
Paint | Applies a material to the face of an element. | 将材料应用于元素的表面。 |
RemovePaint | Removes paint from selected faces. | 从选定的面去除油漆。 |
NoteBlock | Creates a schedule of annotations added using the Symbol tool. | 创建使用“符号”工具添加的注释的时间表。 |
ModelText | Adds 3D text to the building model. | 将3D文本添加到建筑模型。 |
ShowHiddenLinesByElement | Displays hidden lines for individual model elements and detail elements that are obscured by other elements in the current view. | 显示单个模型元素和明细元素的隐藏线,这些隐藏线被当前视图中的其他元素遮盖。 |
RemoveHiddenLinesByElement | Removes hidden lines for model elements and detail elements that are obscured by other elements in the active view only. | 删除仅被活动视图中的其他元素遮盖的模型元素和明细元素的隐藏线。 |
ManageViewTemplates | Displays parameters for view templates in the project. | 显示项目中视图模板的参数。 |
CreateTemplateFromCurrentView | Creates a view template using the properties of the current view as the basis for the new template. | 以当前视图的属性为基础创建视图模板用于新模板。 |
RestoreBackup | Rolls back changes made to a workshared project, or saves a specific backup version as a new file. | 回滚对工作共享项目所做的更改,或将特定的备份版本另存为新文件。 |
ExportODBCDatabase | Saves model data to an ODBC database. | 将模型数据保存到ODBC数据库。 |
LoadAsGroup | Loads a Revit file as a group. | 将Revit文件作为一个组加载。 |
SaveAsLibraryGroup | Saves a copy of all loaded families, the selected family, group, or view to your library. | 将所有装入的族,所选族,组或视图的副本保存到库中。 |
ParkingComponent | Adds parking spaces to a toposurface. | 在地形表面添加停车位。 |
TransferProjectStandards | Copies selected project settings from another open project to the current project. | 将选定的项目设置从另一个打开的项目复制到当前项目。 |
SymbolicLine | Creates lines that are meant for symbolic purposes only, and are not part of the actual geometry of the component or building model. | 创建仅用于符号目的的线,这些线不属于组件或建筑模型的实际几何形状。 |
CutProfile | Changes the shape of elements that are cut in a view, such as roofs, walls, floors, and the layers of compound structures. | 更改在视图中切割的元素的形状,例如屋顶,墙壁,地板和复合结构的图层。 |
ExportReportsSchedule | Saves a schedule or Room/Area report. | 保存时间表或房间/面积报告。 |
CloseInactiveViews | Closes views that are not active. | 关闭不活动的视图。 |
AreaTag | Tags the selected area. | 标记所选区域。 |
AreaBoundary | Defines boundaries for areas. | 定义区域的边界。 |
Area | Creates an area defined by walls and boundary lines. | 创建一个由墙和边界线定义的区域。 |
JoinGeometry | Creates clean joins between 2 or more host elements that share a common face, such as walls and floors. | 在2个或多个共享同一面的主机元素(例如墙和地板)之间创建干净的连接。 |
UnjoinGeometry | Removes a join between 2 or more elements. | 删除2个或更多元素之间的连接。 |
SwitchJoinOrder | Changes the order in which elements join with one another. | 更改元素相互连接的顺序。 |
TagAllNotTagged | Adds tags to multiple elements in one step. | 一步将标签添加到多个元素。 |
MergeSurfaces | Combines 2 toposurfaces to create one toposurface. | 组合2个表面,以创建一个表面。 |
SharedParameters | Specifies parameters that can be used in multiple families and projects. | 指定可以在多个系列和项目中使用的参数。 |
LegendComponent | Adds a graphic representation of a selected model element to a legend view. | 将所选模型元素的图形表示添加到图例视图。 |
Offset | Copies or moves a selected element (such as a line, wall, or beam) a specified distance perpendicular to its length. | 将所选元素(例如线,墙或梁)复制或移动垂直于其长度的指定距离。 |
PurgeUnused | Removes unused families and types from a project. | 从项目中删除未使用的族和类型。 |
PlaceDecal | Places an image on surfaces of a building model for rendering. | 将图像放置在建筑模型的表面上以进行渲染。 |
RebarLine | Defines lines and geometry of the rebar shape. | 定义钢筋形状的线条和几何形状。 |
LabelContours | Displays the elevations of contour lines. | 显示轮廓线的高程。 |
SplitWithGap | Splits a wall into 2 separate walls with a defined gap between them. | 将一堵墙分成2个单独的墙,并在它们之间定义一定的间隙。 |
ThinLines | Displays all lines on screen as a single width, regardless of zoom level. | 与缩放级别无关,将屏幕上的所有行显示为单个宽度。 |
LinkRevit | Links another model to the current model. | 将另一个模型链接到当前模型。 |
ExportImagesandAnimationsImage | Saves animations or image files. | 保存动画或图像文件。 |
ProjectParameters | Specifies parameters that can be added to categories of elements in a project, and used in schedules. | 指定可以添加到项目中元素类别并在计划中使用的参数。 |
RelocateProject | Moves the model relative to the shared coordinate system. | 相对于共享坐标系移动模型。 |
RotateTrueNorth | Changes the angle for a project relative to True North. | 更改项目相对于True North的角度。 |
DuplicateWithDetailing | Creates a view that includes model geometry and view-specific elements from the current view. | 创建一个包含当前视图中的模型几何图形和特定于视图的元素的视图。 |
Location | Specifies the geographic location for the project. | 指定项目的地理位置。 |
AcquireCoordinates | Determines the coordinates used in a linked project, and uses them for the current project. | 确定在链接项目中使用的坐标,并将其用于当前项目。 |
ReportSharedCoordinates | Displays shared coordinates of a linked model within a host model. | 显示宿主模型中链接模型的共享坐标。 |
IdsOfSelection | Displays unique identifiers for the selected elements. | 显示所选元素的唯一标识符。 |
SelectById | Uses an element’s unique identifier to locate and select the element in the current view. | 使用元素的唯一标识符在当前视图中定位和选择元素。 |
PublishCoordinates | Determines the coordinates used in the current project, and uses them for a linked project. | 确定当前项目中使用的坐标,并将其用于链接的项目。 |
PlanRegion | Creates a plan region within a view. | 在视图中创建一个计划区域。 |
BrowserOrganization | Changes the way that views are listed in the Project Browser. | 更改视图在项目浏览器中列出的方式。 |
Matchline | Adds matchlines to indicate where a view is split. | 添加匹配线以指示在何处拆分视图。 |
ViewReference | Adds an annotation indicating the sheet number and detail number for a selected view. | 添加指示所选视图的图纸编号和详细信息编号的注释。 |
DesignOptions | Creates and manages design option sets and individual design options for the project. | 为项目创建和管理设计选项集和单个设计选项。 |
AddToSet | Moves selected elements from the main model to one or more design options in a set. | 将所选元素从主模型移动到一组中的一个或多个设计选项。 |
PickToEdit | Opens a design option for editing by selecting an element contained in the option. | 通过选择选项中包含的元素来打开设计选项以进行编辑。 |
EditingRequests | Displays a list of other users’ requests to borrow elements in your worksets, and your pending requests. | 显示其他用户请求借用您工作集中的元素的列表以及您的待处理请求。 |
SaveAsLibraryFamily | Saves a copy of all loaded families, the selected family, group, or view to your library. | 将所有装入的族,所选族,组或视图的副本保存到库中。 |
Subregion | Defines an area within a toposurface. | 定义地形表面内的区域。 |
Railing | Creates a railing by sketching the railing path. | 通过草绘栏杆路径来创建栏杆。 |
Beam | Adds individual beams, a chain of beams, or beams along grid lines. | 添加单独的梁,梁链或沿网格线的梁。 |
Brace | Adds diagonal structural members connected to beams and columns. | 添加连接到梁和柱的对角结构构件。 |
StructuralColumn | Adds a vertical load-bearing element to the building model. | 在建筑模型中添加垂直承载元素。 |
StructuralWall | Creates a load-bearing or shear wall in the building model. | 在建筑模型中创建承重墙或剪力墙。 |