0% found this document useful (0 votes)
11 views1 page

Component Input Example in C#

C# code on how to use component input

Uploaded by

jevaky
Copyright
© © All Rights Reserved
We take content rights seriously. If you suspect this is your content, claim it here.
0% found this document useful (0 votes)
11 views1 page

Component Input Example in C#

C# code on how to use component input

Uploaded by

jevaky
Copyright
© © All Rights Reserved
We take content rights seriously. If you suspect this is your content, claim it here.

using [Link].

Model;
using [Link].Geometry3d;
using System;

public class Example


{
public void Example1()
{
Beam Beam = new Beam(new Point(12000, 0, 0), new Point(12000, 0, 6000));
[Link] = "380*380";
[Link] = "K40-1";
[Link]();

Component Component = new Component();


[Link] = "Component Test";
[Link] = 30000063;

ComponentInput ComponentInput = new ComponentInput();


[Link](Beam);

[Link](ComponentInput);

[Link]("standard");

[Link]("side_bar_space", 333.0);

if (![Link]())
{
[Link]("Component Insert failed");
}
}
}

You might also like