powered by CADENAS

Manual

Manual

2.2.8.2.  Block [NoSection]

For connection elements such as screws, nuts, rings, pins, etc.m the cutting in the 2D view may be excluded.

Default settings are made in the CAD spanning configuration file ifacecommon.cfg, in the block [CreationOptions], in the key "NoSection".

For any changes use the same key in the CAD specific configuration file.

[Note] Note

The exact same key overwrites the default setting in ifacecommon.cfg; information of different keys is merged.

In image 1 below you can see that with activation of the function only the plate is cut and not the screw itself.

Image 1: Screw not cut

Image 1: Screw not cut

Image 2: Screw cut

Image 2: Screw cut

Default setting

The default setting in the section [CreationOptions] is:

[CreationOptions]
NoSection(is3dPart)=?(GetObject("iface.metaoptionservice").GetObj().PartAttr.
IgnoreSectionViewCut) or (context.IsStringInGlobalOptionArray("NoSection","nosection_", 
Replace(GetObject("iface.metaoptionservice").GetObj().mident, "/", "\\")))

The default setting in the section [NoSection] is:

[NoSection]
nosection_0=norm\din\schrauben
nosection_1=norm\din\muttern
nosection_2=norm\din\zubehoer\ringe
nosection_4=norm\din\zubehoer\scheiben
nosection_5=norm\iso\schrauben
nosection_6=norm\iso\muttern
nosection_7=norm\iso\zubehoer\ringe
etc.

This means that only those parts will not be cut...

  1. ...for which the cutting during modeling is excluded (i.e., the information is contained within the part itself).

    or

  2. which are defined in the section [NoSection].