Search results

  1. G

    How to using asiData_IVCurve2dNode::GetCONS() and asiData_IVCurve2dNode::SetCONS() ?

    Finally, I fix the issue. I found, // Find Node by name. Handle(ActAPI_INode) node = cmdEngine::model->FindNodeByName(argv[3]); // if ( node.IsNull() || !node->IsKind( STANDARD_TYPE(asiData_IVCurve2dNode) ) ) { interp->GetProgress().SendLogMessage(LogErr(Normal) << "Node...
  2. G

    How to using asiData_IVCurve2dNode::GetCONS() and asiData_IVCurve2dNode::SetCONS() ?

    Thank you for your information , it is good (y)
  3. G

    How to using asiData_IVCurve2dNode::GetCONS() and asiData_IVCurve2dNode::SetCONS() ?

    Thank you very much. let me make more try on this. And another quesiton is : If I make a 2d curve, it can only displayed in the domain viewer. It cannot show in the main viewer, and its parameters cannot displayed in parameter viewer also. Is this normal?
  4. G

    How to using asiData_IVCurve2dNode::GetCONS() and asiData_IVCurve2dNode::SetCONS() ?

    I try to add a new command: mkedge-c2d proj_edge c2d cylinder_surf vert1 vert2 its codes as below, the command crash when running: edge = BRepBuilderAPI_MakeEdge(C2d, S, V1, V2); hopes you can give me some clue for solve this...
  5. G

    How to using asiData_IVCurve2dNode::GetCONS() and asiData_IVCurve2dNode::SetCONS() ?

    I want make a edge like above picture, which is a screen shot of occt draw , axo viewer. It made a projection edge from 4 elements: 2dcurve, cylinder surface, vertex1 and vertex2. It using the draw command: mkedge edge 2dline cylinder_surf v1 v2 By compare the source codes of OCCT and Analysis...
  6. G

    How to using asiData_IVCurve2dNode::GetCONS() and asiData_IVCurve2dNode::SetCONS() ?

    Dear Sergey Slyadnev, I need to make a edge in Analysis Situs, by : edge = BRepBuilderAPI_MakeEdge(Curve2d, Surf, Vert1, Vert2); but I can't find how to define that Curve2d, I can only find your similar codes like below for define a 3d curve. like below, //----------------------------...
  7. G

    How to set a TCL variable for drawing?

    Thank you very much. Let me make more study on this.
  8. G

    How to set a TCL variable for drawing?

    Is there some commands available for set a variable for drawing? In occt, the command, dset, can be used for set variable and is convenient for drawing. If I want add a command like dset, myself, is this possible in current Analysis Situs frame mechanism? Not need a fundamental modification?
  9. G

    Compilation on Linux

    (y)(y)(y)
  10. G

    Compilation on Linux

    I want to know how to install that Mobius library, could you give me some information? Thank you very much.
  11. G

    Compilation on Linux

    Why this link broken?
  12. G

    Vacation!

    Nice trip.
  13. G

    Compilation on Linux

    Hi, all. when I building the occt-7.6.0 branch, which is from https://gitlab.com/ssv/AnalysisSitus/-/tree/OCCT760 Bellowed issue occured. Any suggestion? 18:11:56: Running steps for project AnalysisSitus... 18:11:56: Starting: "/usr/local/bin/cmake" --build . --target all [ 0%] Building CXX...
  14. G

    build issue: ActData_CAFConversionCtx.cpp:119:84: error: ‘Message_ProgressSentry::Message_ProgressSentry()

    after fix the above ... Eigen is not found. problem. below issue occur: [ 23%] Building CXX object src/asiAlgo/CMakeFiles/asiAlgo.dir/mesh/asiAlgo_MeshComputeShapeNorms.cpp.o [ 23%] Building CXX object src/asiAlgo/CMakeFiles/asiAlgo.dir/mesh/asiAlgo_MeshConvert.cpp.o In file included from...
  15. G

    build issue: ActData_CAFConversionCtx.cpp:119:84: error: ‘Message_ProgressSentry::Message_ProgressSentry()

    I test it by install OCCT v7.4.0. but, when I cmake-gui. below issued. it looks the Eigen dir cannot found. but I alread give it the correct Eigen3 path. any more suggestion? //---------------------- Analysis Situs VERSION_MAJOR: 1 Analysis Situs VERSION_MINOR: 1 Analysis Situs...
  16. G

    build issue: ActData_CAFConversionCtx.cpp:119:84: error: ‘Message_ProgressSentry::Message_ProgressSentry()

    Hi, all: when I build it, below issue printing. is there some suggestion? my environment is, debian 9. Guo Issac. [ 9%] Building CXX object src/asiActiveData/CMakeFiles/asiActiveData.dir/STD/ActData_RealVarPartition.cpp.o [ 9%] Building CXX object...
  17. G

    git clone https://gitlab.com/ssv/AnalysisSitus.git failed?

    when I git clone https://gitlab.com/ssv/AnalysisSitus.git it always failed. Why? belowed issue: Cloning into 'AnalysisSitus'... fatal: unable to access 'https://gitlab.com/ssv/AnalysisSitus.git/': Failed to connect to gitlab.com port 443: Connection timed out
Top