Skip to content
GitLab
Projects Groups Snippets
  • /
  • Help
    • Help
    • Support
    • Community forum
    • Submit feedback
  • Sign in
  • nomad-3d-editor nomad-3d-editor
  • Project information
    • Project information
    • Activity
    • Labels
    • Members
  • Repository
    • Repository
    • Files
    • Commits
    • Branches
    • Tags
    • Contributors
    • Graph
    • Compare
  • Issues 4
    • Issues 4
    • List
    • Boards
    • Service Desk
    • Milestones
  • Merge requests 0
    • Merge requests 0
  • CI/CD
    • CI/CD
    • Pipelines
    • Jobs
    • Schedules
  • Deployments
    • Deployments
    • Environments
    • Releases
  • Packages and registries
    • Packages and registries
    • Container Registry
  • Monitor
    • Monitor
    • Incidents
  • Analytics
    • Analytics
    • Value stream
    • CI/CD
    • Repository
  • Wiki
    • Wiki
  • Snippets
    • Snippets
  • Activity
  • Graph
  • Create a new issue
  • Jobs
  • Commits
  • Issue Boards
Collapse sidebar
  • Instrument ControlInstrument Control
  • ProtosProtos
  • Nomad 3DNomad 3D
  • nomad-3d-editornomad-3d-editor
  • Wiki
  • Home

Home · Changes

Page history
Update home authored Sep 08, 2017 by yannick legoc's avatar yannick legoc
Show whitespace changes
Inline Side-by-side
home.md
View page @ eecadf5d
...@@ -12,21 +12,6 @@ Some components may be regrouped as a single part (due to the conception process ...@@ -12,21 +12,6 @@ Some components may be regrouped as a single part (due to the conception process
In order to have a model as light as possible eventually, all the components that are not visible, doubled or useless for any reason should be removed. In order to have a model as light as possible eventually, all the components that are not visible, doubled or useless for any reason should be removed.
### Axes
An axis is edited through 3 successive phases :
1. **Definition :** define the type, direction, position of the axis
2. **Calibration :** define the median value (*ie* the zero value) and the min/max limit values
3. **Link :** link the axis with the corresponding Nomad controller
### Configurations
All the configurations are exported and available in the editor after the export and the conversion. In SolidWorks there is no standard concerning configuration management, but Nomad 3D have requirements concerning these. A `median` configuration is mandatory. The `min` and `max` configurations can be provided but are optional. All the components should have the same visibility in the `median`, `min` and `max` configurations. Any other configuration will be ignored.
The `median` configuration can be computed automatically once all the axes are calibrated. This configuration is generated using the active configuration to get the components visibility, and the median values of the axes to get the positions of the components. If the bounds of all the axes are defined, the `min` and `max` configurations can be computed automatically in the editor as well, using these bounds and the active configuration.
Components visibility can be edited in configurations. For Nomad 3D this feature is only used to clean up the model (remove duplicates and show hidden components).
## Interface ## Interface
...@@ -56,6 +41,22 @@ The components can be selected either in the 3D view by pressing ctrl + left cli ...@@ -56,6 +41,22 @@ The components can be selected either in the 3D view by pressing ctrl + left cli
Some operations are applied to the selected component(s). In these case, the considered component are the ones that are one the top or their selected hierarchy (*ie* the roots of the forest defined by all the subtrees in the selection). Some operations are applied to the selected component(s). In these case, the considered component are the ones that are one the top or their selected hierarchy (*ie* the roots of the forest defined by all the subtrees in the selection).
### Axes
An axis is edited through 3 successive phases :
1. **Definition :** define the type, direction, position of the axis
2. **Calibration :** define the median value (*ie* the zero value) and the min/max limit values
3. **Link :** link the axis with the corresponding Nomad controller
### Configurations
All the configurations are exported and available in the editor after the export and the conversion. In SolidWorks there is no standard concerning configuration management, but Nomad 3D have requirements concerning these. A `median` configuration is mandatory. The `min` and `max` configurations can be provided but are optional. All the components should have the same visibility in the `median`, `min` and `max` configurations. Any other configuration will be ignored.
The `median` configuration can be computed automatically once all the axes are calibrated. This configuration is generated using the active configuration to get the components visibility, and the median values of the axes to get the positions of the components. If the bounds of all the axes are defined, the `min` and `max` configurations can be computed automatically in the editor as well, using these bounds and the active configuration.
Components visibility can be edited in configurations. For Nomad 3D this feature is only used to clean up the model (remove duplicates and show hidden components).
## Miscellaneous ## Miscellaneous
### Nomad 3D file format ### Nomad 3D file format
......
Clone repository
  • Home