明经CAD社区

 找回密码
 注册

QQ登录

只需一步,快速开始

搜索
查看: 2413|回复: 0

三维绘图.net

[复制链接]
发表于 2005-10-12 13:34:00 | 显示全部楼层 |阅读模式

Public Function AddBox(ByVal lengthAlongX As Double, ByVal lengthAlongY As Double, ByVal lengthAlongZ As Double, ByVal LayerName As String) As ObjectId
        MsgBox("长方体box,存在一个问题,不能设置3d实体的位置")
        Dim mybox As New Solid3d

        '不能设置3d实体的位置
        Dim intC As New IntegerCollection
        intC.Add(200)
        intC.Add(200)
        intC.Add(80)
        Dim offset As Vector3d
        offset = Vector3d.ZAxis
        mybox.MoveGripPointsAt(intC, New Vector3d(200, 200, 0))
        '不能设置3d实体的位置
        mybox.Layer = LayerName
        mybox.CreateBox(lengthAlongX, lengthAlongY, lengthAlongZ)
        Return AddEntity(mybox)
    End Function
    <CommandMethod("mybox")> Public Sub myBox()
        AddLayer("PPBlogLayer", PublicClass.PPColor.Green, LineWeight.LineWeight080, "CENTER")
        AddBox(200, 200, 100, "PPBlogLayer")

    End Sub

您需要登录后才可以回帖 登录 | 注册

本版积分规则

小黑屋|手机版|CAD论坛|CAD教程|CAD下载|联系我们|关于明经|明经通道 ( 粤ICP备05003914号 )  
©2000-2023 明经通道 版权所有 本站代码,在未取得本站及作者授权的情况下,不得用于商业用途

GMT+8, 2024-11-25 06:33 , Processed in 0.165916 second(s), 24 queries , Gzip On.

Powered by Discuz! X3.4

Copyright © 2001-2021, Tencent Cloud.

快速回复 返回顶部 返回列表