same_direction property

same_direction property

Gets or sets whether the trimmed result uses the same direction of the basis curve.

Definition:

@property
def same_direction(self):
    ...
@same_direction.setter
def same_direction(self, value):
    ...

See Also