Introduction Example Download License Service

DAuthorize DBuild DBuy DCheck DColorize DDelete DDiagnose
DEdit DEmbed DExtrude DHatch DHelp DMerge DMesh
DOrder DProject DRead DRemesh DRepair DSeparate DUpdate

DEmbed命令将点和多段线嵌入网格中。
The DEmbed command embeds polylines and points onto meshes.

本命令有如下参数:
CurveMeshControl - 曲线划分的类型,若CurveMeshControl = BySize,则曲线将以尺寸进行划分,其中CurveMinSize = 最小线段尺寸,而CurveMaxSize = 最大线段尺寸,若CurveMeshControl = ByCount,则曲线将以份数进行划分,其中CurveMinCount = 最小线段份数,而CurveMaxCount = 最大线段份数;
CurveBreakingAngle = 分割曲线的破坏角;
JoinTolerance = 点融合距离,小于该距离的点将被融合为一个点。
The commandThe command has the following inputs:
CurveMeshControl - the mesh control of the curves, if CurveMeshControl = BySize, then the curves will be meshed according the sizes, in which CurveMinSize = the min size of the ploylines, and CurveMaxSize = the max size of the ploylines, else if CurveMeshControl = ByCount, the then curves will be meshed according to the number of segments, in which CurveMinCount = the min number of segments of the polylines, and CurveMaxCount = the max number of segments of the polylines;
CurveBreakingAngle = the breaking angle for separating the curves into polylines;
JoinTolerance = the distance for join the points, points whose distances are smaller than this value will be joined into a single point.

这里是一个您可以尝试的例子:DEmbed.3dm
Here is the example for you to try: DEmbed.3dm.

选择将要嵌入的点、曲线、及网格并使用该命令。在运行该命令后,点和曲线将被嵌入网格中。
Select the points, the curves and the mesh to embed and use this command. After running this command, the points and curves will be embeded into the mesh.