Skip to content

An issue in class RationalBSplineSurface(Entity), function _add_parameters #24

@grave7998

Description

@grave7998

Are these indexes in geometry.py wrong?
line 499 in https://github.com/pyvista/pyiges/blob/main/pyiges/geometry.py
self._u0 = parameters[-3] # Start first parameter value
self._u1 = parameters[-2] # End first parameter value
self._v0 = parameters[-1] # Start second parameter value
self._v1 = parameters[-0] # End second parameter value
I think they should be -4, -3, -2, -1 ?

Metadata

Metadata

Assignees

No one assigned

    Labels

    No labels
    No labels

    Type

    No type
    No fields configured for issues without a type.

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions