The Origin Forum
File Exchange
Try Origin for Free
The Origin Forum
Home | Profile | Register | Active Topics | Members | Search | FAQ | Send File to Tech support
Username:
Password:
Save Password
Forgot your Password? | Admin Options

 All Forums
 Origin Forum
 Origin Forum
 3D Layers
 New Topic  Reply to Topic
 Printer Friendly
Author Previous Topic Topic Next Topic Lock Topic Edit Topic Delete Topic New Topic Reply to Topic

rlewis

Canada
253 Posts

Posted - 08/18/2004 :  4:41:00 PM  Show Profile  Edit Topic  Reply with Quote  View user's IP address  Delete Topic
Is there an OriginC method for determining whether an Origin Graph is Three dimensional other than something like

GraphPage gPG=Project.Pages(-1);
GraphLayer Lay=gPG.Layers(-1);
bool Flag;
if(gPG.IsValid())
{
Flag=LabTalk.Layer.Is3D;
}

//

I found the constant EXIST_PLOT_3D in the OC_const.h file but I do not know which functions(s) use it ....

rlewis

Canada
253 Posts

Posted - 08/18/2004 :  4:42:41 PM  Show Profile  Edit Reply  Reply with Quote  View user's IP address  Delete Reply
OOps ... wrong forum ...

I'll repost in the correct one
Go to Top of Page
  Previous Topic Topic Next Topic Lock Topic Edit Topic Delete Topic New Topic Reply to Topic
 New Topic  Reply to Topic
 Printer Friendly
Jump To:
The Origin Forum © 2020 Originlab Corporation Go To Top Of Page
Snitz Forums 2000