|
public void create_block()
; C9 D! v6 X5 G; ?2 I {
0 N! Z. O) u: J5 x! {0 ^3 Y UFModl uf_modl = new UFModl();9 |* H: ^6 _- h( E5 m
FeatureSigns featureSign; ?7 @+ b: }; {: F7 V( g
featureSign = FeatureSigns.Nullsign;
+ \# L" L1 t+ M& J6 T8 O5 d9 b) R double[] corner_pt = { 0, 0, 0 };! R7 D0 p9 _- c! N
string[] edge_len = { "50", "50", "50" };
7 k D+ s: R3 h4 T: O! p8 U Tag tag;
7 f# ~0 N4 V/ ]$ i uf_modl.CreateBlock1(featureSign, corner_pt, edge_len, out tag);4 I0 T% G: p0 e4 F5 V4 I
}6 `! S; I5 ^# C& [' f% t% O% }6 s
5 p' ^. W- b- x+ E在创建UFModl类的实例时,有错误,提示为The type 'NXOpen.UF.UFModl' has no constructors defined |
|