본문 바로가기

분류 전체보기127

LayerState에 관한 설명 - 캐드에서 레이어 셋팅을 관리가능 layerstate-addlayers Adds or updates a series of layers to a layer state layerstate-delete Deletes a layer state (layerstate-delete "SM_LayerState") layerstate-export Exports a layer state to a specified file (layerstate-export "SM_LayerState" Las_Name) layerstate-getlayers Returns the layers saved in a layer state layerstate-has Checks if a layer state is present (layerstate-has "SM_LayerState".. 2011. 11. 9.
Physical world into the digital world & Digital world into the physical world IT의 발전은 어디까지 일까? The thrilling potential of SixthSense technology 2011. 5. 25.
리습에 대한 생각 1. vla-GetBoundingBox함수와 원과의 관계에 대해서 ... vla-GetBoundingBox함수를 사용중에 재미있는 사항을 발견하여서 글을 올립니다. Z값이 없는 객체를 사용하면 당연히 vla-GetBoundingBox함수를 사용하여서 리턴이 되는 좌하단값과 우상단값이 Z값이 없어야 정상적입니다. 라인 폴리라인 스플라인등..은 X = ... Y = ... Z = 0.00000000 이렇게 값이 0의 값을 리턴하지만 객체가 원 호 타원일 경우는 좀 달라집니다. X = ... Y = ... Z = -0.00000001 이렇게 소수점 8자리에서 1값을 리턴하네요 블럭일 경우는 라인으로 구성된 블럭은 0의 값이지만 원이 들어가면 위의 결과와 마찬가지로 Z = -0.00000001이 나옵니다. 블럭.. 2011. 5. 25.
AutoCAD 주요시스템변수 1. File Open을 하였을 경우 대화상자가 안나오는 경우 -Filedia값을 1로 변경 -Filedia -> 0 : Command 라인에서 입력을 받아서 File Open을 실행함 -Filedia -> 1 : 대화상자를 입력으로 File Open을 실행함 2. AutoCAD에서 하나의 파일만 Open이 되는 경우 - SDI값을 0으로 변경 - SDI -> 0 : AutoCAD에서 다수의 파일을 Open을 할수 있음 - SDI -> 1 : AutoCAD에서 한개의 파일을 Open을 할수 있음 3. Hatch실행시 대화상자가 안보일때 - HPDLGMODE -> 1 : 대화상자를 입력으로 Hatch를 실행함 4. Plot Style Table을 STB 에서 CTB로변경하고 싶은 경우 - ConvertPs.. 2011. 5. 25.