Questions tagged [parameterization]
157 questions
1
vote
1 answer
CGAL seam_mesh: how to include the seam in the halfedge_descriptor of the boundary?
I am parametrizing a simple mesh (see the picture below) with the seam_Polyhedron_3.cpp example of CGAL 4.14.
I identified the vertices to "cut it open" that I wrote into a seam file (they lie along one polyline connecting the lower and upper…

Dominik Mokriš
- 1,118
- 1
- 8
- 29
1
vote
1 answer
How to parameterise the delimiter for the Source in Azure Data Factory (V2) Data Flows?
I have a situation where I am using Data Flows to ingest data from Blob Storage. The file format is CSV, however some files are comma delimited and some are pipe delimited.
It is possible to parameterise the delimiter of the dataset itself in ADF.…

Adil Khan
- 28
- 5
1
vote
1 answer
CGAL Parameterization scaling
I have the following code, which matches the example for 90%. I want to "flatten" the 3D model via parameterization. But the input and output do not have the same scale.
The question I have, how can we remain the same scale of the scaling. In the…

Niels
- 48,601
- 4
- 62
- 81
1
vote
1 answer
CGAL::Surface_mesh_parameterization: write the vertices to off in the original order
I am trying to modify CGAL-4.13/examples/Surface_mesh_parameterization/lscm.cpp so that the order of the vertices in the resulting off file is the same as in the input file.
Update: Example
Take a file input.off with the following simple…
1
vote
0 answers
AlwaysEncrypted Column error when trying to insert into table
lets start with the error first:
Encryption scheme mismatch for columns/variables . The encryption scheme for the columns/variables is (encryption_type = 'PLAINTEXT') and the expression near line '3' expects it to be (encryption_type =…

Armandt Burger
- 21
- 1
- 8
1
vote
0 answers
SceneKit - mesh unwrap
How can I unwrap a SCNShape in SceneKit?
I need to do it in a way that I can “mirror” both, so when I change the 2D, the 3D meshes reflect the changes.
Is it possible to do it SceneKit? It not, maybe in Metal?
Thanks!

Mane Manero
- 3,086
- 5
- 25
- 47
1
vote
1 answer
Using parameters from pom.xml to switch environments for selenium tests + using mvn command line arguments
My goal: using parameters to switch environments in my tests for instance:
mvn test google -> Tests goes to google site
mvn test bing -> bing site
"I need to feed my tests which environment is the target and it should comes from the pom.xml and…

brobee
- 231
- 1
- 5
- 25
1
vote
2 answers
Parameterizing Swing dialog
I need to create a number of dialogs that are of the same basic structure that looks like this:
There will be a varying number of rows, each with a labeled checkbox and two combo boxes that have integers, the range of which varies. The check box…

Ed S
- 239
- 5
- 21
1
vote
0 answers
Web Deploy parameterization issue
I'm running into an issue with one of our Sitecore projects. The problem is that certain parameters won't get replaced... I've reproduced the issue in the GitHub repository shown…

Jop Middelkamp
- 143
- 11
1
vote
1 answer
Enter multiple data together in form using json data
[
{
"name": "Test",
"type": "Private",
"item":[{"itmeNo":"PT-15003C","quantity":"3"},
{"itmeNo":"PT-15003C","quantity":"3"}],
"successMsg":"Item(s) added to the job list."
}
]
Hi,
I am doing data parameterization using…

Nikita Torane
- 11
- 1
1
vote
1 answer
when trying to create file in unix which has $ in that file it is throwing a number?
trying to create a file with following data using shell script.
InsertParam.sh
echo "$$Domain=XYZ" >parameter.prm
when i run InsertParam.sh
Am getting out put as
$cat parameter.prm
1979205Domain=XYZ
Please help me how to over come this in my…

bhargav reddy
- 33
- 1
- 3
- 12
1
vote
1 answer
How can I improve the Integration and Parameterization of Convolved Distributions?
I am trying to solve for the parameters of a gamma distribution that is convolved with both normal and lognormal distributions. I can experimentally derive parameters for both the normal and lognormal components, hence, I just want to solve for the…

PeterFoster
- 319
- 1
- 3
- 9
1
vote
2 answers
How Can I Put Keywords Into My Code?
Okay so how could I make my code so instead of putting 1 to 4 I could just put in a keyword like "Freezing" or "Froze" How could i put a keyword searcher in my code, all help is immensely appreciated thank you in advanced :)
def menu():
…

Kieran McCarthy
- 45
- 5
1
vote
2 answers
tool for detecting non-parametrized sql in java jdbc code
I'm looking to inspect SQL statements in Java/jdbc code to ensure that the SQL to be executed is of acceptable quality. Neither PMD not Findbugs appears to have JDBC or sql rules. I could use p6spy to log the SQL and look at that way, but this is…

sal
- 23,373
- 15
- 66
- 85
1
vote
1 answer
Using msdeploy with setParamFile and declareParamFile over a filesystem directory
In an automated deployment scenario where I need to apply entity framework migrations in various environment I would like to apply msdeploy style parametrization over a non web project with declarations and values parameters xml files.
It's easier…

John-Philip
- 3,392
- 2
- 23
- 52