User Manual - Page 3257

For AUTOCAD 2011.

Loading ...
Loading ...
Loading ...
AecSpaceOffsetStandardSample. The offset is defined to go to the inside of the
door panel.
namespace AecSpaceOffsetStandardSample
{
public class BoundingOpeningRuleNet : AecBoundingOpeningRule
{
public BoundingOpeningRuleNet()
{
RegisterType(typeof(Door));
}
public override AecSpaceOffsetOpeningInfo* Apply(ObjectId id
Space, ObjectId idAdjSpace, ObjectId idObject, ObjectId
idOpening)
{
return new AecSpaceOffsetOpeningInfo(AecSpaceOffsetOpening
Type.PanelAdjacent);
}
return new AecSpaceOffsetInfo(AecSpaceOffsetType.NoChange);
}
}
}
Net boundary and net hatch are offset to the center of the door, but not offset at the
wall opening
Implementing Offset Rules | 3201
Loading ...
Loading ...
Loading ...