addNTP Method
addNTP(int, int)
Adds the number of new truncation for specified layer.
Declaration
public virtual void addNTP(int l, int newtp)
Public Overridable Sub addNTP(l As Integer, newtp As Integer)
Parameters
| Type |
Name |
Description |
| int |
l |
layer index
|
| int |
newtp |
Number of new truncation points
|