비밀번호를 잊으셨나요?

비밀번호를 잊으셨나요? 비밀번호를 재설정하려면 이메일 주소를 입력해주세요.

계정이 있나요? 로그인

You must login to ask a question.

비밀번호를 잊으셨나요?

아직 계정이 없으신가요? 회원가입 하기

해당 질문을 신고하는 이유를 간단히 입력해주세요.

해당 답변을 신고하는 이유를 간단히 입력해주세요.

해당 유저를 신고하는 이유를 간단히 입력해주세요.

로그인회원가입

고캐드 – 캐드(CAD) 정보의 중심

고캐드 – 캐드(CAD) 정보의 중심 Logo 고캐드 – 캐드(CAD) 정보의 중심 Logo

고캐드 – 캐드(CAD) 정보의 중심 Navigation

  • Q&A
    • AutoCAD & CADian
    • Inventor & Solidworks
    • Revit & ArchiCAD
    • 자유질문
    • 기타
  • 커뮤니티
    • 오늘의이슈
    • 자유게시판
    • 익명게시판
    • 건의게시판
  • 자료실
    • 자료요청
    • 일반파일
    • 도면샘플
    • 유틸리티
    • 기타
  • 작품 갤러리
    • 그래픽
    • 캐드도면
    • 3D모델
    • 기타
  • 뉴스&이벤트
    • 공지사항
    • 뉴스
    • 전시/행사
    • 이벤트
    • 기타
검색
질문하기

Mobile menu

닫기
질문하기
  • 홈
  • 카테고리
    • AutoCAD & CADian
    • Inventor & Solidworks
    • Revit & ArchiCAD
    • 자유질문
    • 기타
  • 투표
  • 커뮤니티 그룹
  • Q&A
    • AutoCAD & CADian
    • Inventor & Solidworks
    • Revit & ArchiCAD
    • 자유질문
    • 기타
  • 커뮤니티
    • 오늘의이슈
    • 자유게시판
    • 익명게시판
    • 건의게시판
  • 자료실
    • 자료요청
    • 일반파일
    • 도면샘플
    • 유틸리티
    • 기타
  • 작품 갤러리
    • 그래픽
    • 캐드도면
    • 3D모델
    • 기타
  • 뉴스&이벤트
    • 공지사항
    • 뉴스
    • 전시/행사
    • 이벤트
    • 기타
홈/ 질문/Q 99063
다음
탱탱LV탱구
탱탱LV탱구Lv.0
등록일: 2013-08-092013-08-09T12:40:17+09:00 2013-08-09T12:40:17+09:00카테고리: AutoCAD & CADian

구름기호 리습 사용시 osnap이 다꺼지네요.

다른 분들 글 올리신거 참고해서 해보려고 했는데 잘 모르겠습니다ㅠㅠ
도와 주세요
클라우드 한번 쓰고 나면 osnap이 매번 꺼져서 새로 체크하고 하고 있습니다.
기존 osnap 설정 해놨던거로 그대로 살아나거나
아니면 내가 쓰는 osnap 항목들은 다시 on off 할 수 있는 명령으로 하고 싶습니다.
주로 끝점 중간점 중심점 사분점 교차점 직교 만 쓰고 있습니다. 

;=====================================================CLOUD=================================


;;;  PL2Cloud.lsp by Charles Alan Butler
;;;         Copyright 2005
;;;  by Precision Drafting & Design All Rights Reserved.
;;;  Contact at ab2draft@TampaBay.rr.com
;;;
;;;   Version 1.0 Beta  May 1,2004
;;;   Version 1.1 Beta  May 5,2004
;;;      Added options to size the arc
;;;   Version 1.2 Beta  May 19,2004
;;;      Added option for cloud style
;;;   Version 1.3 Beta  June 15,2004
;;;      Revised to use Dialog Box Interface
;;;   Version 1.4 Beta  June 23,2004
;;;      Dialog Box Revisions
;;;   Version 1.5 Beta  September 16,2004
;;;      Incorperated the Dialog File Creator Routine
;;;      Disabled the Chord Length DimScale feature
;;;   Version 2.0 October 22,2004
;;;      Support for arcs polylines and will also process a picked
;;;      spline, circle or ellipse
;;;   Version 2.0 October 27,2004
;;;      Pline width bug, preset width set to 0 for user draw.
;;;   Version 2.1 February 23,2005
;;;      Added multiple pick of new cloud, bug fix – remember chord length
;;;   Version 2.2 February 24,2005
;;;      Added support for rotated UCS
;;;   Version 2.3 October 27,2005
;;;      Added Layer Selection for cloud
;;;   Version 2.4 April 04,2006
;;;      Added Help & option to use pline layer, plus clean up of code
;;;   Version 2.5 September 25,2006
;;;      Bug Fix, CW pline caused when followed by a CCW
;;;
;;; DESCRIPTION
;;; User picks or Draws a LW polyline and the routine draws a revision
;;; cloud along it, User option to delete the original polyline
;;; No UCS supported, Only World
;;;
;;;  Files Required to be in the ACAD search path
;;;     pl2cloud.dcl  ; note- created by this lisp
;;;     rc_normal.sld ; slides are found in the zip file
;;;     rc_shadow.sld
;;;     rc_length.sld
;;;
;;;  Limitations
;;;  No error checking when object pline is too small
;;;
;;;
;;; Command Line Usage
;;; Command: PL2Cloud
;;;          Dialog Box is displayed unless there is a problem
;;;          Then the command line version is as follows
;;;          Enter method to get polyline. [Pick / Draw / Options / Shadow] <Pick>:
;;;          Keep the original polyline [Yes No] <No>:y
;;;          Pick Polyline to cloud:
;;;
;;;  Options: Command Line Version
;;;    Pick – allows user to pick an existing poly line
;;;    Draw – allows user to draw a new polyline
;;;    Shadow – toggles the shadow effect on/off
;;;    Options – Change Arc Angle, makes arcs fatter or thinner
;;;              Change the chord length of the arcs
;;;     Enter a new Chord length or negative number to divide into DimScale
;;;     Enter the actual chord length desired or
;;;     enter a negative number and that number will be divided into
;;;      the current dimscale to derive the chord length
;;;
;;;  This software is provided “as is” without express or implied      ;
;;;  warranty.  All implied warranties of fitness for any particular   ;
;;;  purpose and of merchantability are hereby disclaimed.             ;
;;;  You are hereby granted permission to use, copy and modify this    ;
;;;  software without charge, provided you do so exclusively for       ;
;;;  your own use or for use by others in your organization in the     ;
;;;  performance of their normal duties, and provided further that     ;
;;;  the above copyright notice appears in all copies and both that    ;
;;;  copyright notice and the limited warranty and restricted rights   ;
;;;  notice appear in all supporting documentation.                    ;


(prompt “Loading PL2Cloud….”)
(defun c:cl2 (/         dscale    plw       dist      spcs
                   usercmd   useros    *error*   a270      a90
                   userbm    oer       oldplw    ent       entlst
                   oldent    method    keeppl    useds     arcang
                   chord     cloud_style         draw_style Plreverse
                   keeppl    cur_lay   PlineLay  cur_lay_old
                  )
  ;;=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=
  (defun *error* (msg)
    (if
      (not
        (member
          msg
          ‘(“console break” “Function cancelled” “quit / exit abort” “”)
        )
      )
       (princ (strcat “nError: ” msg))
    ) ; if
    (setvar “Plinewid” oldplw)
    (setvar “blipmode” userbm) ;reset blipmode
    (setvar “CMDECHO” usercmd)
    (setvar “osmode” useros)
    (setq pl2cloudglobal (put_saved_vars)
          userbm  nil
          oldplw  nil
          usercmd nil
          useros  nil
    )
    (princ)
  ) ;end error function

  • 0
  • 16 조회
공유
  • Facebook

    관련 있는 질문들

    • mvsetup 및 align 안됨
    • mvsetup 및 align 안됨
    • 에어컨 실외기 도면
    • cad에서 기준점 복사 후 다른 파일에 붙여넣기 시 블록참조객체의 길이가 줄어들어있어요

    Sidebar

    질문하기
    공지사항

    • AI CAD의 미래! 캐디안 2025 1+1 프로모션 안내 2025-05-14

    Adv 234x60

    aalan

    Adv 234x60

    aalan

    Adv 120x600

    aalan

    Explore

    • 홈
    • 카테고리
      • AutoCAD & CADian
      • Inventor & Solidworks
      • Revit & ArchiCAD
      • 자유질문
      • 기타
    • 투표
    • 커뮤니티 그룹
    aalan

    Footer

    Support

    • 회사 및 서비스 소개
    • 자주 묻는 질문
    • 문의하기

    Guide

    • 제휴/협업 안내
    • 광고 서비스 안내

    Policy

    • 서비스 이용약관
    • 개인정보 처리방침
    • 광고성 정보 수신 동의

    Contents

    • 고밍스토리
    • 리습 시리즈

    정소프트 | 사업자등록번호 : 677-40-00198 | 대표 : 정은숙 | 이메일 : gocad.manager@gmail.com
    주소 : 서울특별시 강서구 양천로 400-12, 6층 614,615,617호(등촌동, 더리브골드타워)
    Copyright. 2012-2024 GOCAD All rights reserved