Creo secondary development-file operations and creo secondary development operations
# Include
ProError
ProMdlRename
(
ProMdlHandle
/* (In)
The model handle
*/
ProNameNew_name
/* (In)
The new name to assign to the model
*/
)
This function allows you to renam
Please follow Mcadex official website: www.mcadex.com during the installation of Creo, the following stepsClick the "Customize" button, the following screen appearsWith "Creo parametric" selected, tick "Creo Toolkit", "Windows 32-bit" and "Windows 64-bit" to click OK.Additional Follow the Installation Wizard prompts to follow the steps to installReference: http:/
Object:PROMDL (model handle): The model is the top-level object in Creo. For example, in part mode, the model is part of; In assembly mode, the model is an assembly.The properties of the model are proparameter;Sub-object of the model: Prosolid;The model is also the attribute of Promodelitem;Prosolid (base class for a part or assembly): An abstract Creo parametric object that represents all common characteri
Detailed reference: http://www.mcadex.com/bbs_1431046_ss20130113/thread_317947_1.htmlWww.mcadex.comqq:910361522Mcadex Tools Exchange Group: 156242985noun explanation promdlCreo's top Model contains all the model types of Creo, with the widest range of applicationsProsolidA solid model, a total representation of a part or assembly, is an example of a promdlPropartPart model, an instance of ProsolidproassemblyAssembly model, an instance of ProsolidProfe
Asynchronous mode is another form of Creo two development, which is widely used in some external calls. The configuration process is as follows:(1) Creating MFC Programs (dialog box programs are all possible)(2) Configure Engineering General Options(3) Configuring the VC directory(4) Configuring Additional Dependencies(5) Configuring System variablesThe above configuration can be used to build the framework of the
Please follow Mcadex official website: www.mcadex.comqq:910361522Start VS2010Project, new fileSelect the VC++->MFC->MFC DLL to create the name CREOTK projectClick on the "OK" button and the following screen appears, then "Finish" toAfter the project is created, the file structure is as followsItem--PropertiesOpen the Project Properties Settings pageClick Configure Properties->c/c++-> General, set "Additional Include directory", you can browse to find the local creotoolkit include file directory,
When we are working with model files, we always encounter the removal of the memory environment. A clean Creo working environment is the guarantee that the work can be completed smoothly.The promdlerasenotdisplayed () function provides the ability to clear a model that is not displayed.When you need to loop through something, executing the function before opening the new model will make the working environment clean.The description of the Promdlerase
#include
Pr Oerror
promdlrename
(
PROMDL handle
/* (in)
the model handle
*/
proname new_name
/* (in)
the new name to assign to the model
*/
)
This function implements a rename operation to the in-memory file. Equivalent to, in t
4.2:http://pan.baidu.com/s/1qwedxbuNew batch material setting displays the parts in the current model;New Batch material setup configurable columns;Added batch material setting support mat format material;New parameter batch check to filter the specified keyword parts;New drawing management Show progress bar when creating drawings;New drawing management can read the parameters when DXF is exported;Modify drawing Management Export DWG No configuration parameters can not be multi-page output;Modif
MCADEx development ProE secondary development Creo secondary development project configuration, mcadexcreo
Please follow the MCADEx Official Website: www.mcadex.com
QQ: 910361522
Start VS2010
File> New> Project
Choose VC ++-> mfc dll to create a project named CreoTK
Click OK. The following page is displayed. Click OK.
After the project is created, the file structure is as follows:
Project> Properties
Open the project property se
string is found, the function returns the address of the first matching string, or NULL if the searched string is not found .
NBSP;
extern char * strstr ( char NBSP; *str1, const NBSP; Char NBSP; *str2);
str1: target being searched for stringexpression to search.str2: to find an object thestring expression to find. return value: If str2 str1 str2 in str1 str1 str2 str2 str1 Example:
123
Char str[]= "
series data set to illustrate the indexing function:In [1]: Dates = pd.date_range (' 1/1/2000 ', periods=8) in [2]: df = PD. DataFrame (NP.RANDOM.RANDN (8, 4), index=dates, columns=[' A ', ' B ', ' C ', ' D ']) in [3]: DF out[3]: A B C D 2000-01-01 0.469112 -0.282863-1.509059-1.135632 2000-01-02 1.212112-0.173215 0.119209-1.044236 2000-01-03-0.861849-2.104569-0.494929 1 .071804 2000-01-04 0.721555-0.706771-1.039575 0.271860 2000-01-05-0.424972 0.5670
Here I will take two examples to fully illustrate the scalability of Java polymorphism, as a good programmer, it is necessary to understand the scalability of the program, very conducive to the development of the program follow-up.The first example: the use of computer motherboards as an example, on the computer we are familiar with the motherboard, there is not a lot of modules, network cards, sound cards, want to use these features, only when the mo
PL/SQL Developer Import and Export database method and illustrate how well does you KNOW the APPLE UNIVERSE?In, Apple became the first company worth how much?Which religion did Steve Jobs practice?What is one of the Apple protects its secrecy?In 1981, "Woz" is in a plane crash and suffered which effect?Why does Steve Jobs leave his job designing video games at Atari?Who is Apple's second biggest, after the states?What is Tim Cook ' s position before h
Here is an example to illustrate:#coding: Utf-8"""The function of the Foo = decorator (foo) statement is to pass the Foo function as a parameter to the decoratorThe return value is assigned to Foo, so Foo is no longer the original function.To simplify the code, Python adds an adorner to this syntactic sugarMakes@decoratordef foo ():Print ("Welcome to Huanggo Python training")Print ("Consulting qq:1465376564")Print ("Https://github.com/pythonpeixun/art
Quick learning method of programmers -- using JS learning as an example to illustrate how to quickly learn js
I have been busy studying recently and feel that it takes too little time to sum up. It sounds very entertaining, just like in "love of the city", Fan liuyuan said: at that time, I was busy with falling in love, where I had time to fall in love. The same is true for learning and summarization. You cannot keep busy with learning, and you do no
An example is provided to illustrate the function of union all in the database. The present table Aid name1 name21 aa bb2 aa cc3 bb cc4 aa dd ................. www.2cto.com needs to count the number of times each name appears. The expected result is aa 3bb 2cc 2dd 1. The following is a specific step. The first step of reflecting the role of union all through step-by-step analysis is as follows: query the data information of name1 www.2cto.com select n
This article mainly introduces the proxy mode and abstract factory mode of Python programming. Two simple small examples are given to illustrate the embodiment of the ideas of these two design modes in Python programming, for more information, see
Proxy ModeThe Proxy mode is A common design mode. It is mainly used to provide A 'agent' access to an object (such as B) (such as A) through an object (such as. For example, if an object is not directly refe
}}
MS-visible can be used to display and hide elements. MS-if can also achieve the same effect. However, MS-if is used to delete elements that do not meet the requirements, MS-visible is only hidden.
?
12345678910
avalon.define("change",function(vm){vm.model=["1","2","3","4","5","6"];// Six squares are displayed by default.vm.aa=‘‘;// AA initialization status, displaying all squaresvm.bb=function(el){if(vm.aa)vm.aa=‘‘;elsevm.aa=el;// Otherwise, the specified square is displayed
The content source of this page is from Internet, which doesn't represent Alibaba Cloud's opinion;
products and services mentioned on that page don't have any relationship with Alibaba Cloud. If the
content of the page makes you feel confusing, please write us an email, we will handle the problem
within 5 days after receiving your email.
If you find any instances of plagiarism from the community, please send an email to:
info-contact@alibabacloud.com
and provide relevant evidence. A staff member will contact you within 5 working days.