hexagon logo

Pull actual dimension from FEATURE_CONTROL_FRAME object

While using the pcdmis automation library I am running into difficulty obtaining the actual dimension from a feature control frame object.

When a CommandObject is passed by the OnObjectExecuted event I was assuming that I would use the FCFCommand object to drill down and extract the information I needed.

I can tell that a FEATURE_CONTROL_FRAME object has been passed, but that is as far as I have gotten.

Unfortunately I do not get a lot of time on the computer with PCDMIS to trial and error my way through which members of the CommandObject to use.

For example how would I get to the actual flatness that is output to the report by the pcdmis code when the FEATURE_CONTROL_FRAME object type is passed.
Below is an example of the pcdmis code that I am trying to pull the information from.



PLN3 =FEAT/PLANE,CARTESIAN,TRIANGLE,NO
THEO/<-0.1126,-0.0558,0>,<0,0,1>
ACTL/<-0.1045,-0.0643,-0.0003>,<-0.0006457,0.0011379,0.9999991>
CONSTR/PLANE,BF,PNT1,PNT2,PNT3,PNT4,PNT13,PNT14,PNT15,PNT 16,PNT17,PNT18,PNT19,PNT20,,
OUTLIER_REMOVAL/OFF,3
FILTER/OFF,WAVELENGTH=0


M_105 =FLATNESS : PLN3
FEATCTRLFRAME/SHOWPARAMS=YES,SHOWEXPANDED=YES
CADGRAPH=OFF,REPORTGRAPH=OFF,TEXT=ON,MULT=10.00,AR ROWDENSITY=100,OUTPUT=BOTH,UNITS=IN
PER UNIT=NO,
STANDARDTYPE=ASME_Y14_5
DIMENSION/FLATNESS,0.05
NOTE/M_105
FEATURES/PLN3,,

Thank you in advance if anyone is able to point me in the right direction.

This is for version 2015.1 of the INTEROP.PCDLRN.DLL
Parents Reply Children
No Data