Skip to content

Section Analysis #241

@sophiedeziel

Description

@sophiedeziel

Based on the conversation in #156

Section analysis to clip on a specific axis and position to inspect the inside of a part. As discussed, it should be simple to use and a basic implementation.

The API could be as simple as:

plane = preview.addSectionPlane({
  axis: 'x', // axis would be an enum
  position: 175, 
  direction: -1 // direction of the clipping relative to the origin.
}); 
plane.position = 60; // Control the position as needed
preview.resetSectionPlane(); // removes the clipping plane

Metadata

Metadata

Assignees

No one assigned

    Type

    No type

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions