Eng-Tips is the largest engineering community on the Internet

Intelligent Work Forums for Engineering Professionals

  • Congratulations waross on being selected by the Eng-Tips community for having the most helpful posts in the forums last week. Way to Go!

Reg : CAA CreateExtractSolide

Status
Not open for further replies.

zynk

Mechanical
Aug 7, 2012
1
IN
Hello All,
I'm trying to use CreateExtractSolide. For this input argument is CATISpecObject. But, I have CATFace, which I need to extract.
spExtractspec is returning as NULL. [sad]
Can anyone help me out in this regards please. Thank you in advance.

CATFace_var pFace(FacesList);

const CATIGSMExtractSolidePropag Proptype = ExtractSolide_TangentPropag;
CATISpecObject_var spExtractspec(pFace);
CATISpecObject_var spExtract = spGsmFact->CreateExtractSolide(spExtractspec, Proptype);

CATIGSMProceduralView_var curobj = spExtract;
if (NULL_var != curobj) {
rc = curobj->InsertInProceduralView();
spExtract->Update();

Regards
zynk
 
Status
Not open for further replies.

Part and Inventory Search

Sponsor

Back
Top