Search results

  1. J

    Transformation based on a Gp_Ax3

    Greetings all. I am sure it's simple but I am having a hard time figuring it out. Like the title states, I would like to transform an object (text label) in this instance based on a specific Gp_Ax3 what I am trying to do is pretty simple, I want to draw a plane, an have some text next to it...
  2. J

    TDF_Label from "TCollection_AsciiString" and modifying sub-assemblies

    Hi, I know that using TDF_Tool::Entry it is possible to obtain the ascii representation of the label , ie: "0:1:1:2:4" Is there a tool that goes backward? Give the label from the string representation ? I am currently using a map(ais,string) to keep track of what AIS is representing in the...
  3. J

    Point Classifier / triple-dexel data structure suggestion

    Hi, I have been playing with the point classifier lesson and wanted to build a triple-dexel I am not sure what could be a good data structure to store the data.. any idea?
  4. J

    Ais color of selected.

    Hello, I was able to change the color of selected object, by using auto highlights = myAISContext->HighlightStyle(); highlights->SetColor(Quantity_NameOfColor::Quantity_NOC_MEDIUMPURPLE3); highlights->SetShadingModel(Graphic3d_TypeOfShadingModel::V3d_PHONG)...
  5. J

    Quaoar, thank you!

    I stumbled upon this treasure mine of a website today http://quaoar.su/blog and I found http://quaoar.su/blog/page/assess-the-swept-volume-for-a-turned-part after browsing for a bit.. totally unrelated to what I was looking for but as a CNC programmer, creating a stock model for a turned part...
  6. J

    create a 3d view in a MFC dialog

    Hi, I am trying to add a 3d viewer so can I display some selected model in a dialog, but I can't figure out what I am doing wrong.. I recreated a new display connection, graphic driver, viewer, context.. I created a new NT window, but how do I display that in the Dialog? the code runs ok but...
  7. J

    Hello!

    Greetings, my name is Jonathan and I am working on a specialized CAM for EDM sinker! I am new to opencascade and C++ (mfc) so it's a lot of fun. I found Quaoar's tutorial and loved his approach and teaching so I signed up for this forum. Thanks!
Top