Path: AerospaceUtils/ComponentModels
% Get vertices and faces for an air core magnetic torquer CAD component. Type AirCoreTorquerModel for a demo. -------------------------------------------------------------------------- Form: [v, f] = AirCoreTorquerModel( nTurns, rWire, dims ) -------------------------------------------------------------------------- ------ Inputs ------ nTurns (1,1) Wire turns rWire (1,1) Wire radius (m) dim (1,2) Dimensions of the coil (m) ------- Outputs ------- v (:,3) Vertices f (:,3) Faces --------------------------------------------------------------------------
Common: ComponentModels/Box Common: Graphics/DrawVertices
Back to the AerospaceUtils Module page