hexagon logo

Having trouble with simple plane construction

PC-DMIS CAD++ 2020 R1, Romer Arm. I am simply trying to construct a plane coincident to a line and a point. Seems like such a simple thing but I can't make it work. Thank you.
  • Google translate mistake ??????
    Between "geometric plane" and "airplane" ?
  • Reminds me of that movie The Astronaut Farmer. Seems like rockets are fairly straightforward as well
  • OR, a much simpler way, since this is a portable user whom I assume has the ability to use pointclouds (COP). Simply create a new COP feature from your line and your point and then construct a BFRE plane from that COP

    LIN1       =FEAT/CONTACT/LINE/DEFAULT,CARTESIAN,UNBOUNDED
                THEO/<119.548,1.193,-19.955>,<-0.0000146,1,0.0000212>,<0.8660254,0,0.5>,<-0.5,-0.0000256,0.8660254>,28.602
                ACTL/<119.548,1.193,-19.955>,<-0.0000146,1,0.0000212>,<0.8660254,0,0.5>,<-0.5,-0.0000256,0.8660254>,28.602
                TARG/<119.548,1.193,-19.955>,<-0.0000146,1,0.0000212>,<0.8660254,0,0.5>,<-0.5,-0.0000256,0.8660254>
                SHOW FEATURE PARAMETERS=NO
                SHOW CONTACT PARAMETERS=NO
    PNT1       =FEAT/CONTACT/VECTOR POINT/DEFAULT,CARTESIAN
                THEO/<85.135,8.83,-0.008>,<0.0775968,0,0.9969848>
                ACTL/<85.135,8.83,-0.008>,<0.0775968,0,0.9969848>
                TARG/<85.135,8.83,-0.008>,<0.0775968,0,0.9969848>
                SNAP=NO
                SHOW FEATURE PARAMETERS=NO
                SHOW CONTACT PARAMETERS=NO
    COP2       =COP/DATA,TOTAL SIZE=6,REDUCED SIZE=6,
                FINDNOMS=NO,REF=LIN1,PNT1,,
    PLN5       =FEAT/PLANE,CARTESIAN,TRIANGLE,NO,LEAST_SQR
                THEO/<114.189,14.383,-18.074>,<0.5280405,-0.000018,0.8492192>
                ACTL/<114.646,14.383,-18.074>,<0.5221125,-0.0000105,0.8528767>
                CONSTR/PLANE,BFRE,COP2,,
                OUTLIER_REMOVAL/OFF,3
                FILTER/OFF,WAVELENGTH=0​
    ​​​​​​​