|
public void create_block()
2 f' b9 P8 ~3 \5 U/ u2 r {0 [) L% E3 v, K# w2 u
UFModl uf_modl = new UFModl();0 m: t! R5 G; n" g
FeatureSigns featureSign;5 v/ } ^* f8 o/ O6 `1 u
featureSign = FeatureSigns.Nullsign;
g G; E- v6 t5 v( X$ o$ L9 S double[] corner_pt = { 0, 0, 0 };+ R0 d8 n: [; O2 K
string[] edge_len = { "50", "50", "50" };
4 x3 D8 S7 G1 ~ Tag tag;% f/ ~) k, H, M
uf_modl.CreateBlock1(featureSign, corner_pt, edge_len, out tag);7 p' x. f9 v: O8 J
}: W+ ]5 W6 u, S! R% ^
2 G K$ k3 J: c2 O在创建UFModl类的实例时,有错误,提示为The type 'NXOpen.UF.UFModl' has no constructors defined |
|