Jump to content

teldredge

Member
  • Posts

    2
  • Joined

  • Last visited

Reputation

0 Neutral

Recent Profile Visitors

The recent visitors block is disabled and is not being shown to other users.

  1. Another note on 'Section Viewports' I am able to copy an existing 'Section Viewport' but it links to the same 'Section Line' and I cannot find that parameter to change. I found an a subobject of viewport(122) called section viewport(509) but so far I haven't had any luck here either. Any help in creating Section Viewports would be much appreciated.
  2. I was able to make one using CreateVP... something like VAR h=HANDLE r=HANDLE BEGIN h:=CreateLayer('ASheetLayer',2); r:=CreateVP(h); END; Then use SetObjectVariableInt,Bool,etc.., to set parameters 1000-1030 as you like them, avail on appendix. Or you could use CreateDuplicateObject from one you have. I am trying to create a Section Viewport with vectorscript and have not been able to. I have tried CreateDuplicateObject but then I cannot change the position/direction of the section. Any ideas?
×
×
  • Create New...