|
public void create_block()' w- x, `" v$ j/ t) V$ F) a* c
{/ P$ o5 U, {$ j! {' R+ G* L y9 `
UFModl uf_modl = new UFModl();. }. n2 ^; x, u1 Y9 H( f
FeatureSigns featureSign;. ^7 `. y! d! Z8 s7 L2 {
featureSign = FeatureSigns.Nullsign;
2 h5 B, u* b; @1 l double[] corner_pt = { 0, 0, 0 };
0 M/ x V) d+ F; l, a$ D string[] edge_len = { "50", "50", "50" };
$ C! o: |& {1 C) }$ R+ m @! M Tag tag;3 Z+ ?! x4 i% b0 N3 ^/ J
uf_modl.CreateBlock1(featureSign, corner_pt, edge_len, out tag);
& d) {) g9 g* i8 @2 W( p* t }
. s2 l6 Q% Q* K" X+ T! y6 [8 _$ C& D- ~
在创建UFModl类的实例时,有错误,提示为The type 'NXOpen.UF.UFModl' has no constructors defined |
|